HomeSort by relevance Sort by last modified time
    Searched defs:MINUTES (Results 1 - 25 of 39) sorted by null

1 2

  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
257 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
215 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
193 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
177 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
76 var MINUTES = 14;
154 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
224 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
202 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
188 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
171 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
35 5. Call ToNumber(minutes)
71 var MINUTES = 14;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
153 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-1.js 72 var MINUTES = 14;
282 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-2.js 72 var MINUTES = 14;
257 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-3.js 72 var MINUTES = 14;
235 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-4.js 72 var MINUTES = 14;
204 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.3.8-5.js 72 var MINUTES = 14;
172 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
15.9.4.2.js 81 var MINUTES = 14;
195 testcases[item++] = new TestCase( SECTION, DateString+".getMinutes()", ResultArray[MINUTES], DateCase.getMinutes() );
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/
TimeUnit.java 58 MINUTES {
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 18 * as sixty seconds, an hour as sixty minutes, and a day as twenty four
87 MINUTES {
157 * <p>For example, to convert 10 minutes to milliseconds, use:
158 * <tt>TimeUnit.MILLISECONDS.convert(10L, TimeUnit.MINUTES)</tt>
219 * Equivalent to <tt>MINUTES.convert(duration, this)</tt>.
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 147 * <p>A constant that represents the minutes field.</p>
149 public static final Field MINUTES = new Field("MINUTES", 4);
259 * W3C XML Schema max timezone offset is -14:00. Zone offset is in minutes.
264 * W3C XML Schema min timezone offset is +14:00. Zone offset is in minutes.
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 44 private final static String MINUTES = ":mm";
200 newTime = DateFormat.format(MINUTES, mCalendar);
Alarm.java 56 p.writeInt(minutes);
85 * Minutes in localtime 0 - 59
88 public static final String MINUTES = "minutes";
131 HOUR + ", " + MINUTES + " ASC" + ", " + _ID + " DESC";
137 _ID, HOUR, MINUTES, DAYS_OF_WEEK, ALARM_TIME,
162 public int minutes; field in class:Alarm
177 ", minutes=" + minutes +
190 minutes = c.getInt(Columns.ALARM_MINUTES_INDEX)
    [all...]
Utils.java 69 * minutes because not all time zones are hour-locked.
82 public final static String MINUTES = ":mm";
  /packages/apps/Exchange/exchange2/src/com/android/exchange/
AbstractSyncService.java 46 public static final int MINUTES = 60*SECONDS;
47 public static final int HOURS = 60*MINUTES;
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 48 public static final int MINUTES = SECONDS*60;
49 public static final int HOURS = MINUTES*60;
  /external/openssh/
misc.c 277 #define MINUTES (SECONDS * 60)
278 #define HOURS (MINUTES * 60)
290 * m|M minutes
296 * 90m 90 minutes
297 * 1h30m 90 minutes
333 secs *= MINUTES;

Completed in 795 milliseconds

1 2