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

  /external/webkit/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() );
  /packages/apps/Email/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 37 public static final int MINUTES = SECONDS*60;
38 public static final int HOURS = MINUTES*60;
  /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/
Alarm.java 55 p.writeInt(minutes);
84 * Minutes in localtime 0 - 59
87 public static final String MINUTES = "minutes";
130 HOUR + ", " + MINUTES + " ASC";
136 _ID, HOUR, MINUTES, DAYS_OF_WEEK, ALARM_TIME,
161 public int minutes; field in class:Alarm
173 minutes = c.getInt(Columns.ALARM_MINUTES_INDEX);
202 minutes = p.readInt();
217 minutes = c.get(Calendar.MINUTE)
    [all...]
  /packages/apps/Email/src/com/android/exchange/
AbstractSyncService.java 49 public static final int MINUTES = 60*SECONDS;
50 public static final int HOURS = 60*MINUTES;
SyncManager.java 121 private static final int MINUTES = 60*SECONDS;
124 private static final int SYNC_MANAGER_HEARTBEAT_TIME = 15*MINUTES;
125 private static final int CONNECTIVITY_WAIT_TIME = 10*MINUTES;
128 private static final int HOLD_DELAY_MAXIMUM = 4*MINUTES;
    [all...]
  /packages/apps/Email/src/com/android/exchange/utility/
CalendarUtilities.java 69 static final int MINUTES = SECONDS*60;
70 static final int HOURS = MINUTES*60;
198 // Turn hours/minutes into ms from midnight (per TimeZone)
219 // Turn hours/minutes into ms from midnight (per TimeZone)
253 // Turn hours/minutes into ms from midnight (per TimeZone)
258 tzd.time = (hour*HOURS) + (minute*MINUTES);
296 while ((endTime - startTime) > MINUTES) {
452 * Generate an rfc2445 utcOffset from minutes offset from GMT
454 * @param offsetMinutes minutes offset from GMT (east is positive, west is negative
466 int minutes = offsetMinutes % 60 local
    [all...]
  /frameworks/base/core/java/android/provider/
Calendar.java 622 Reminders.MINUTES,
725 reminderValues.put(Reminders.MINUTES, subCursor.getInt(COLUMN_MINUTES));
    [all...]
  /prebuilt/sdk/8/
android.jar 

Completed in 851 milliseconds