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

1 2 3

  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RRuleTest.java 61 static final String UTC = "UTC";
67 runRecurrenceIteratorTest(rruleText, dtStart, limit, golden, null, null, UTC);
85 * @param tz The time zone. UTC is used if null is passed in.
177 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY", "20060120", 5, "20060120,20070120,20080120,20090120,20100120,...", null, "20120101", UTC);
483 runRecurrenceIteratorTest("RRULE:FREQ=YEARLY;INTERVAL=100;BYYEARDAY=60;BYMONTHDAY=1", "19000101", 4, "19000301,21000301,22000301,23000301,...", null, "25000101", UTC);
652 /*"19970313,19970320,19970327,"*/"19980305,19980312," + "19980319,19980326,19990304,19990311,19990318," + "19990325,20000302,20000309,20000316,...", "19970601", UTC);
660 /*"19970519,"*/"19980518,19990517,20000515,...", "19980515", UTC);
668 /*"19970101,19970410,19970719,20000101,"*/"20000409," + "20000718,20030101,20030410,20030719,20060101,20060410,20060719," + "20090101", "20000228", UTC);
677 /*"19970101,19970410,19970719,20000101,"*/"20000409," + "20000718,20030101,20030410,20030719,20060101", "20000228", UTC);
    [all...]
  /external/chromium_org/v8/test/webkit/
date-parse-comments-test.js 43 testDateParse("Dec ((27) 26 (24)) 25 1995 1:30 PM UTC", "819898200000");
44 testDateParse("Dec 25 1995 1:30 PM UTC (", "819898200000");
45 testDateParse("Dec 25 1995 1:30 (PM)) UTC", "NaN");
66 testDateParse("Dec 25 1995 (PDT)UTC(PST)", "819849600000");
68 testDateParse("Dec 25 1995 (UTC)PST(GMT)", "819878400000");
69 testDateParse("Dec 25 1995 (UTC)PDT(GMT)", "819874800000");
71 testDateParse("Dec 25 1995 1:30 (PDT)UTC(PST)", "819855000000");
73 testDateParse("Dec 25 1995 1:30 (UTC)PST(GMT)", "819883800000");
74 testDateParse("Dec 25 1995 1:30 (UTC)PDT(GMT)", "819880200000");
76 testDateParse("Dec 25 1995 1:30 (AM) PM (PST) UTC", "819898200000")
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
date-toisostring.js 41 shouldBe("new Date('1 January 1500 UTC').toISOString()", "'1500-01-01T00:00:00.000Z'");
42 shouldBe("new Date('1 January 2000 UTC').toISOString()", "'2000-01-01T00:00:00.000Z'");
43 shouldBe("new Date('1 January 4000 UTC').toISOString()", "'4000-01-01T00:00:00.000Z'");
44 shouldBe("new Date('1 January 100000 UTC').toISOString()", "'+100000-01-01T00:00:00.000Z'");
45 shouldBe("new Date('1 January -1 UTC').toISOString()", "'-000001-01-01T00:00:00.000Z'");
46 shouldBe("new Date('10 March 2000 UTC').toISOString()", "'2000-03-10T00:00:00.000Z'");
  /external/genext2fs/
test-gen.lib 21 TZ=UTC-11 touch -t 200502070321.43 file.$1 .
33 TZ=UTC-11 touch -t 200502070321.43 test/$fname
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTimeFactory.java 28 /** The UTC TimeZone */
29 private static final TimeZone UTC = TimeZone.getTimeZone("UTC");
95 * @return Returns The returned time is UTC, properly adjusted for the local time zone. The
120 * Make sure a time is UTC. If the time zone is not UTC, the time is
121 * adjusted and the time zone set to be UTC.
131 GregorianCalendar cal = new GregorianCalendar(UTC);
  /external/chromium_org/v8/test/intl/date-format/
timezone.js 33 df = Intl.DateTimeFormat(undefined, {timeZone: 'UtC'});
34 assertEquals('UTC', df.resolvedOptions().timeZone);
37 assertEquals('UTC', df.resolvedOptions().timeZone);
46 df = Intl.DateTimeFormat(undefined, {timeZone: 'Etc/UTC'});
47 assertEquals('UTC', df.resolvedOptions().timeZone);
50 assertEquals('UTC', df.resolvedOptions().timeZone);
format-test.js 30 var dtf = new Intl.DateTimeFormat('en-US', {timeZone: 'UTC'});
resolved-options.js 87 second: 'numeric', timeZoneName: 'short', timeZone: 'UTC'});
  /external/v8/test/mjsunit/
date.js 168 // LayoutTests/fast/js/script-tests/date-utc-timeclip.js:
170 assertEquals(8639999999999999, Date.UTC(275760, 8, 12, 23, 59, 59, 999));
171 assertEquals(8640000000000000, Date.UTC(275760, 8, 13));
172 assertTrue(isNaN(Date.UTC(275760, 8, 13, 0, 0, 0, 1)));
173 assertTrue(isNaN(Date.UTC(275760, 8, 14)));
175 assertEquals(Date.UTC(-271821, 3, 20, 0, 0, 0, 1), -8639999999999999);
176 assertEquals(Date.UTC(-271821, 3, 20), -8640000000000000);
177 assertTrue(isNaN(Date.UTC(-271821, 3, 19, 23, 59, 59, 999)));
178 assertTrue(isNaN(Date.UTC(-271821, 3, 19)));
199 assertEquals(8640000000000000, Date.UTC(1970, 0, 1 + 100000001, -24))
    [all...]
to_number_order.js 77 Date.UTC(year, month, date, hours, minutes, seconds, ms);
79 assertEquals("1234567", x, "Date.UTC");
83 assertEquals("67", x, "Date.UTC");
date-parse.js 150 'Sat, 01-Jan-2000 03:00:00 UTC-0500',
151 'Sat, 01-Jan-2000 03:00:00 UTC-05:00', // Interestingly, KJS cannot handle this.
288 'May 25 2008 1:30 (PM)) UTC', // Bad unmatched ')' after number.
mirror-date.js 59 testDateMirror(new Date(Date.parse("Dec 25, 1995 1:30 UTC")),
  /external/chromium_org/v8/test/mjsunit/
date.js 170 // LayoutTests/fast/js/script-tests/date-utc-timeclip.js:
172 assertEquals(8639999999999999, Date.UTC(275760, 8, 12, 23, 59, 59, 999));
173 assertEquals(8640000000000000, Date.UTC(275760, 8, 13));
174 assertTrue(isNaN(Date.UTC(275760, 8, 13, 0, 0, 0, 1)));
175 assertTrue(isNaN(Date.UTC(275760, 8, 14)));
177 assertEquals(Date.UTC(-271821, 3, 20, 0, 0, 0, 1), -8639999999999999);
178 assertEquals(Date.UTC(-271821, 3, 20), -8640000000000000);
179 assertTrue(isNaN(Date.UTC(-271821, 3, 19, 23, 59, 59, 999)));
180 assertTrue(isNaN(Date.UTC(-271821, 3, 19)));
201 assertEquals(8640000000000000, Date.UTC(1970, 0, 1 + 100000001, -24))
    [all...]
to_number_order.js 77 Date.UTC(year, month, date, hours, minutes, seconds, ms);
79 assertEquals("1234567", x, "Date.UTC");
83 assertEquals("67", x, "Date.UTC");
date-parse.js 150 'Sat, 01-Jan-2000 03:00:00 UTC-0500',
151 'Sat, 01-Jan-2000 03:00:00 UTC-05:00', // Interestingly, KJS cannot handle this.
288 'May 25 2008 1:30 (PM)) UTC', // Bad unmatched ')' after number.
mirror-date.js 59 testDateMirror(new Date(Date.parse("Dec 25, 1995 1:30 UTC")),
function-names.js 52 var dateFunctions = ["UTC", "parse", "now"];
  /external/libcap-ng/libcap-ng-0.7/
py-compile 4 scriptversion=2011-06-08.12; # UTC
159 # time-stamp-time-zone: "UTC"
160 # time-stamp-end: "; # UTC"
  /libcore/luni/src/main/java/java/util/
TimeZone.java 50 * The {@link #getRawOffset} method will return a raw offset of (in this case) -8 hours from UTC,
52 * actual offset from UTC <i>for a given point in time</i>; this is the raw offset plus (if the
86 private static final TimeZone UTC = new SimpleTimeZone(0, "UTC");
116 * Returns the IDs of the time zones whose offset from UTC is {@code
239 * {@code America/Los_Angeles}, {@code GMT-08:00} or {@code UTC}.
247 * to this time zone's regular UTC offset (as returned by {@link #getRawOffset}).
273 * Returns the offset in milliseconds from UTC for this time zone at {@code
277 * @param time the date in milliseconds since January 1, 1970 00:00:00 UTC
287 * Returns this time zone's offset in milliseconds from UTC at the specifie
    [all...]
Date.java 31 * from {@link System#currentTimeMillis}, and are always UTC, regardless of the
507 } else if (text.equals("GMT") || text.equals("UT") || text.equals("UTC")) {
555 return UTC(year - 1900, month, date, hour, minute, second);
755 public static long UTC(int year, int month, int day, int hour, int minute,
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DateTest.java 479 * @tests java.util.Date#UTC(int, int, int, int, int, int)
482 // Test for method long java.util.Date.UTC(int, int, int, int, int, int)
483 assertTrue("Returned incorrect UTC value for epoch", Date.UTC(70, 0, 1,
485 assertTrue("Returned incorrect UTC value for epoch +1yr", Date.UTC(71,
  /libcore/luni/src/test/java/tests/api/java/util/
DateTest.java 471 * java.util.Date#UTC(int, int, int, int, int, int)
474 // Test for method long java.util.Date.UTC(int, int, int, int, int, int)
475 assertTrue("Returned incorrect UTC value for epoch", Date.UTC(70, 0, 1,
477 assertTrue("Returned incorrect UTC value for epoch +1yr", Date.UTC(71,
  /external/chromium_org/v8/src/
date.js 59 function UTC(time) {
113 // Some of our runtime funtions for computing UTC(time) rely on
115 // is no way that the time can be within range even after UTC
279 return TimeClip(UTC(date));
306 // elapsed since 1 January 1970 00:00:00 UTC.
655 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
769 "UTC", DateUTC,
  /external/v8/src/
date.js 63 function UTC(time) {
117 // Some of our runtime funtions for computing UTC(time) rely on
119 // is no way that the time can be within range even after UTC
286 return TimeClip(UTC(date));
313 // elapsed since 1 January 1970 00:00:00 UTC.
701 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
813 "UTC", DateUTC,
  /external/chromium_org/v8/src/extensions/i18n/
date-format.js 452 // Special case handling (UTC, GMT).
454 if (upperID === 'UTC' || upperID === 'GMT' ||
455 upperID === 'ETC/UTC' || upperID === 'ETC/GMT') {
456 return 'UTC';

Completed in 708 milliseconds

1 2 3