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

  /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);
  /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/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));
654 // Return UTC string of the form: Sat, 31 Jan 1970 23:00:00 GMT
768 "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,
  /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...]
  /prebuilts/tools/common/mkidentity/
mkidentity-prebuilt.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/8/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 129 milliseconds