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

1 2

  /libcore/luni/src/test/java/libcore/net/http/
HttpResponseCacheTest.java 159 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
160 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
257 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
258 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
294 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
295 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
345 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
346 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
350 .addHeader("Last-Modified: " + formatDate(-1, TimeUnit.HOURS))
351 .addHeader("Expires: " + formatDate(1, TimeUnit.HOURS))
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/adapter/
AbstractSyncAdapter.java 40 public static final int HOURS = MINUTES*60;
41 public static final int DAYS = HOURS*24;
  /libcore/luni/src/main/java/javax/xml/datatype/
DatatypeConstants.java 142 * <p>A constant that represents the hours field.</p>
144 public static final Field HOURS = new Field("HOURS", 3);
Duration.java 34 * which consists of six fields (years, months, days, hours,
161 boolean hourSet = isSet(DatatypeConstants.HOURS);
260 * Obtains the value of the HOURS field as an integer value,
264 * that this method works on the HOURS field.
266 * @return Hours of this <code>Duration</code>.
270 return getFieldValueAsInt(DatatypeConstants.HOURS);
383 * In case of YEARS, MONTHS, DAYS, HOURS, and MINUTES, the returned
388 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS,
394 * For YEARS, MONTHS, DAYS, HOURS, and MINUTES, this method
406 * one of the six Field constants (YEARS,MONTHS,DAYS,HOURS,
911 BigInteger hours = (BigInteger) getField(DatatypeConstants.HOURS); local
    [all...]
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
15.9.3.1-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
75 var HOURS = 13;
214 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.1-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
75 var HOURS = 13;
192 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.1-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
75 var HOURS = 13;
176 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.1-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
75 var HOURS = 13;
153 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.2-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
70 var HOURS = 13;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
223 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.2-2.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
70 var HOURS = 13;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
201 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.2-3.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
70 var HOURS = 13;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
187 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.2-4.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
70 var HOURS = 13;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
170 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.2-5.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
70 var HOURS = 13;
77 var TITLE = "Date( year, month, date, hours, minutes, seconds )";
152 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.8-1.js 71 var HOURS = 13;
281 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.8-2.js 71 var HOURS = 13;
256 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.8-3.js 71 var HOURS = 13;
234 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.8-4.js 71 var HOURS = 13;
203 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.8-5.js 71 var HOURS = 13;
171 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.4.2.js 80 var HOURS = 13;
194 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
15.9.3.1-1.js 24 ECMA Section: 15.9.3.1 new Date (year, month, date, hours, minutes, seconds, ms)
34 4. Call ToNumber(hours)
59 var TITLE = "new Date( year, month, date, hours, minutes, seconds, ms )";
75 var HOURS = 13;
256 testcases[item++] = new TestCase( SECTION, DateString+".getHours()", ResultArray[HOURS], DateCase.getHours() );
  /packages/apps/Exchange/src/com/android/exchange/
AbstractSyncService.java 47 public static final int HOURS = 60*MINUTES;
48 public static final int DAYS = 24*HOURS;
  /packages/apps/Exchange/tests/src/com/android/exchange/utility/
CalendarUtilitiesTests.java 107 // time zone (EST) is off by two hours, which we should correct in our new "lenient" code
629 Date beforeDate = new Date(transitionTime - CalendarUtilities.HOURS);
630 Date afterDate = new Date(transitionTime + CalendarUtilities.HOURS);
639 beforeDate = new Date(transitionTime - CalendarUtilities.HOURS);
640 afterDate = new Date(transitionTime + CalendarUtilities.HOURS);
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
TimeUnit.java 19 * hours.
98 HOURS {
232 * Equivalent to <tt>HOURS.convert(duration, this)</tt>.
  /libcore/luni/src/main/java/libcore/net/http/
ResponseHeaders.java 325 * heuristic to serve a cached response older than 24 hours, we are required
429 if (ageMillis > TimeUnit.HOURS.toMillis(24) && isFreshnessLifetimeHeuristic()) {
  /packages/apps/Exchange/src/com/android/exchange/utility/
CalendarUtilities.java 74 static final int HOURS = MINUTES*60;
75 static final long DAYS = HOURS*24;
83 static final int LENIENT_DST_PRECISION = 4*HOURS;
243 // Turn hours/minutes into ms from midnight (per TimeZone)
264 // Turn hours/minutes into ms from midnight (per TimeZone)
298 // Turn hours/minutes into ms from midnight (per TimeZone)
303 tzd.time = (hour*HOURS) + (minute*MINUTES);
505 int hours = offsetMinutes / 60; local
506 if (hours < 0) {
508 hours = 0 - hours
    [all...]

Completed in 595 milliseconds

1 2