HomeSort by relevance Sort by last modified time
    Searched refs:getMinutes (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
common.js 150 speakPhraseWithTimeString(getTimeString(d.getHours(), d.getMinutes()));
178 ringAlarm(d.getHours(), d.getMinutes());
background.js 44 d.getMinutes() * 60 * 1000 +
popup.js 58 mm = d.getMinutes();
125 var mm = now.getMinutes();
  /libcore/luni/src/test/java/libcore/java/text/
OldDateFormatTest.java 225 assertEquals(current.getMinutes(), date.getMinutes());
258 assertEquals(0, date.getMinutes());
286 assertEquals(0, date.getMinutes());
300 assertEquals(0, date.getMinutes());
313 assertEquals(current.getMinutes(), date.getMinutes());
333 assertEquals(current.getMinutes(), date.getMinutes());
388 assertEquals("Minutes are diffetrent,", current.getMinutes(), result.getMinutes())
    [all...]
  /libcore/luni/src/main/java/java/sql/
Date.java 96 public int getMinutes() {
Time.java 190 format(getMinutes(), 2, sb);
Timestamp.java 364 format(getMinutes(), 2, sb);
  /packages/apps/Exchange/src/com/android/exchange/utility/
FileLogger.java 73 int min = d.getMinutes();
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
summary-mock.js 31 time.setMinutes(time.getMinutes() - minutes);
  /packages/apps/UnifiedEmail/src/com/android/mail/
MailLogService.java 80 d.getMinutes(), d.getSeconds());
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-tofte.js 60 (self.getMinutes() * 60) +
110 return new String(self.getMinutes()).length == 1?
111 "0"+self.getMinutes() : self.getMinutes();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-tofte.js 60 (self.getMinutes() * 60) +
110 return new String(self.getMinutes()).length == 1?
111 "0"+self.getMinutes() : self.getMinutes();
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
date-format-tofte.js 60 (self.getMinutes() * 60) +
110 return new String(self.getMinutes()).length == 1?
111 "0"+self.getMinutes() : self.getMinutes();
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications_unittests.js 145 time.setMinutes(time.getMinutes() - 10);
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DateTimeEditor.java 110 onTimeSet, d.getHours(), d.getMinutes(), true);
  /external/chromium_org/chrome/browser/resources/net_internals/
cros_log_entry.js 63 ' ' + this.time.getHours() + ':' + this.time.getMinutes() +
  /external/chromium_org/v8/test/mjsunit/regress/
regress-91.js 36 assertEquals(0, date.getMinutes());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DateTest.java 228 * java.util.Date#getMinutes()
231 // Test for method int java.util.Date.getMinutes()
234 assertEquals("Returned incorrect minutes", 9, d.getMinutes());
376 assertEquals("Set incorrect mins", 45, d.getMinutes());
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
TimePickerDialog.java 260 mTimePicker.getHours(), mTimePicker.getMinutes());
376 outState.putInt(KEY_MINUTE, mTimePicker.getMinutes());
463 int minutes = mTimePicker.getMinutes();
508 mTimePicker.getHours(), mTimePicker.getMinutes());
669 int minute = mTimePicker.getMinutes();
    [all...]
  /external/chromium_org/third_party/flot/
jquery.flot.time.min.js 9 */(function(e){function n(e,t){return t*Math.floor(e/t)}function r(e,t,n,r){if(typeof e.strftime=="function")return e.strftime(t);var i=function(e,t){return e=""+e,t=""+(t==null?"0":t),e.length==1?t+e:e},s=[],o=!1,u=e.getHours(),a=u<12;n==null&&(n=["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"]),r==null&&(r=["Sun","Mon","Tue","Wed","Thu","Fri","Sat"]);var f;u>12?f=u-12:u==0?f=12:f=u;for(var l=0;l<t.length;++l){var c=t.charAt(l);if(o){switch(c){case"a":c=""+r[e.getDay()];break;case"b":c=""+n[e.getMonth()];break;case"d":c=i(e.getDate());break;case"e":c=i(e.getDate()," ");break;case"h":case"H":c=i(u);break;case"I":c=i(f);break;case"l":c=i(f," ");break;case"m":c=i(e.getMonth()+1);break;case"M":c=i(e.getMinutes());break;case"q":c=""+(Math.floor(e.getMonth()/3)+1);break;case"S":c=i(e.getSeconds());break;case"y":c=i(e.getFullYear()%100);break;case"Y":c=""+e.getFullYear();break;case"p":c=a?"am":"pm";break;case"P":c=a?"AM":"PM";break;case"w":c=""+e.getDay()}s.push(c),o=!1}else c=="%"?o=!0:s.push(c)}return s.join("")}function i(e){function t(e,t,n,r){e[t]=function(){return n[r].apply(n,arguments)}}var n={date:e};e.strftime!=undefined&&t(n,"strftime",e,"strftime"),t(n,"getTime",e,"getTime"),t(n,"setTime",e,"setTime");var r=["Date","Day","FullYear","Hours","Milliseconds","Minutes","Month","Seconds"];for(var i=0;i<r.length;i++)t(n,"get"+r[i],e,"getUTC"+r[i]),t(n,"set"+r[i],e,"setUTC"+r[i]);return n}function s(e,t){if(t.timezone=="browser")return new Date(e);if(!t.timezone||t.timezone=="utc")return i(new Date(e));if(typeof timezoneJS!="undefined"&&typeof timezoneJS.Date!="undefined"){var n=new timezoneJS.Date;return n.setTimezone(t.timezone),n.setTime(e),n}return i(new Date(e))}function l(t){t.hooks.processOptions.push(function(t,i){e.each(t.getAxes(),function(e,t){var i=t.options;i.mode=="time"&&(t.tickGenerator=function(e){var t=[],r=s(e.min,i),u=0,l=i.tickSize&&i.tickSize[1]==="quarter"||i.minTickSize&&i.minTickSize[1]==="quarter"?f:a;i.minTickSize!=null&&(typeof i.tickSize=="number"?u=i.tickSize:u=i.minTickSize[0]*o[i.minTickSize[1]]);for(var c=0;c<l.length-1;++c)if(e.delta<(l[c][0]*o[l[c][1]]+l[c+1][0]*o[l[c+1][1]])/2&&l[c][0]*o[l[c][1]]>=u)break;var h=l[c][0],p=l[c][1];if(p=="year"){if(i.minTickSize!=null&&i.minTickSize[1]=="year")h=Math.floor(i.minTickSize[0]);else{var d=Math.pow(10,Math.floor(Math.log(e.delta/o.year)/Math.LN10)),v=e.delta/o.year/d;v<1.5?h=1:v<3?h=2:v<7.5?h=5:h=10,h*=d}h<1&&(h=1)}e.tickSize=i.tickSize||[h,p];var m=e.tickSize[0];p=e.tickSize[1];var g=m*o[p];p=="second"?r.setSeconds(n(r.getSeconds(),m)):p=="minute"?r.setMinutes(n(r.getMinutes(),m)):p=="hour"?r.setHours(n(r.getHours(),m)):p=="month"?r.setMonth(n(r.getMonth(),m)):p=="quarter (…)
  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 144 getResult = date.getMinutes();
146 testFailed("date.getMinutes() was " + getResult + " instead of 0");
251 getResult = date.getMinutes();
253 testFailed("date.getMinutes() was " + getResult + " instead of 0");
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
DateTest.java 155 * Test of the (deprecated) int Date.getMinutes() method - which always
162 theDate.getMinutes();
  /libcore/luni/src/main/java/javax/xml/datatype/
Duration.java 283 public int getMinutes() {
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 251 int index = findMinutesInReminderList(minuteValues, newReminder.getMinutes());
  /external/chromium_org/v8/test/mjsunit/
function-names.js 63 "getUTCHours", "getMinutes", "getUTCMinutes", "getSeconds",

Completed in 1509 milliseconds

1 2 3 4