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

1 2 3 4

  /external/apache-http/src/org/apache/http/protocol/
HttpDateGenerator.java 62 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
73 this.dateformat.setTimeZone(GMT);
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpDate.java 31 private static final TimeZone GMT = TimeZone.getTimeZone("GMT");
40 // RFC 2616 specified: RFC 822, updated by RFC 1123 format with fixed GMT.
41 DateFormat rfc1123 = new SimpleDateFormat("EEE, dd MMM yyyy HH:mm:ss 'GMT'", Locale.US);
43 rfc1123.setTimeZone(GMT);
92 // Set the timezone to use when interpreting formats that don't have a timezone. GMT is
94 format.setTimeZone(GMT);
101 // that. If any of the BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS ended in "'GMT'" we'd have
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 83 public static final TimeZone GMT = TimeZone.getTimeZone("GMT");
87 calendar.setTimeZone(GMT);
257 format.setTimeZone(TimeZone.getTimeZone("GMT"));
  /external/nist-sip/java/gov/nist/javax/sip/parser/
TokenNames.java 58 public static final String GMT = SIPDate.GMT;
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPDate.java 54 * Date: Tue, 15 Nov 1994 08:12:31 GMT
71 public static final String GMT = "GMT";
169 TimeZone.getTimeZone("GMT:0"),
299 + GMT;
352 * SIP Dates are forced to be GMT. Stores the converted time
358 TimeZone.getTimeZone("GMT:0"),
  /libcore/ojluni/src/main/java/java/util/
TimeZone.java 79 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <code>:</code> <i>Minutes</i>
80 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <i>Minutes</i>
81 * <code>GMT</code> <i>Sign</i> <i>Hours</i>
94 * between 00 to 59. For example, "GMT+10" and "GMT+0010" mean ten
95 * hours and ten minutes ahead of GMT, respectively.
100 * the specified string doesn't match the syntax, <code>"GMT"</code>
107 * <code>GMT</code> <i>Sign</i> <i>TwoDigitHours</i> <code>:</code> <i>Minutes</i>
117 * For example, TimeZone.getTimeZone("GMT-8").getID() returns "GMT-08:00"
    [all...]
  /libcore/ojluni/src/main/java/java/net/
HttpCookie.java 115 "EEE',' dd-MMM-yyyy HH:mm:ss 'GMT'",
116 "EEE',' dd MMM yyyy HH:mm:ss 'GMT'",
117 "EEE MMM dd yyyy HH:mm:ss 'GMT'Z",
118 "EEE',' dd-MMM-yy HH:mm:ss 'GMT'",
119 "EEE',' dd MMM yy HH:mm:ss 'GMT'",
120 "EEE MMM dd yy HH:mm:ss 'GMT'Z"
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java 233 * <td><code>Pacific Standard Time</code>; <code>PST</code>; <code>GMT-08:00</code>
310 * names. For time zones representing a GMT offset value, the
314 * <code>GMT</code> <i>Sign</i> <i>Hours</i> <code>:</code> <i>Minutes</i>
362 * <p>For formatting, if the offset value from GMT is 0, {@code "Z"} is
365 * {@code "GMT+05:30"}, {@code "+05"} is produced.
533 // For time zones that have no names, use strings GMT+minutes and
534 // GMT-minutes. For instance, in France the time zone is GMT+60.
535 private static final String GMT = "GMT";
    [all...]
  /external/icu/icu4c/source/test/intltest/
calregts.cpp 492 Calendar *cal = Calendar::createInstance(TimeZone::createTimeZone("GMT"),
761 TimeZone *newZone = TimeZone::createTimeZone("GMT");
864 TimeZone *GMT = TimeZone::createTimeZone("GMT");
871 delete GMT;
883 cal1->setTimeZone(*GMT);
884 logln(UnicodeString("GMT 2 is: ") + (h2=cal1->get(UCAL_HOUR_OF_DAY, status)));
885 if ((*GMT != *PST) && (h1 == h2))
888 Calendar *cal2 = new GregorianCalendar(*GMT,status);
904 cal3->setTimeZone(*GMT);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 267 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
268 TimeZone icuzone = TimeZone.getTimeZone("GMT");
296 Calendar cal = GregorianCalendar.getInstance(TimeZone.getTimeZone("GMT"),
384 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
385 TimeZone icuzone = TimeZone.getTimeZone("GMT");
451 TimeZone.setDefault(TimeZone.getTimeZone("GMT"));
512 TimeZone GMT = TimeZone.getTimeZone("GMT");
520 cal1.setTimeZone(GMT);
524 logln("GMT 1 is: " + (h1=cal1.get(Calendar.HOUR_OF_DAY)))
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 264 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
265 TimeZone icuzone = TimeZone.getTimeZone("GMT");
293 Calendar cal = GregorianCalendar.getInstance(TimeZone.getTimeZone("GMT"),
381 java.util.TimeZone javazone = java.util.TimeZone.getTimeZone("GMT");
382 TimeZone icuzone = TimeZone.getTimeZone("GMT");
448 TimeZone.setDefault(TimeZone.getTimeZone("GMT"));
509 TimeZone GMT = TimeZone.getTimeZone("GMT");
517 cal1.setTimeZone(GMT);
521 logln("GMT 1 is: " + (h1=cal1.get(Calendar.HOUR_OF_DAY)))
    [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /external/robolectric/v1/lib/main/
httpcore-4.0.1.jar 
  /prebuilts/devtools/tools/lib/
httpcore-4.1.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/http-client/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.0.1/
httpcore-4.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.1/
httpcore-4.2.1.jar 
  /prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpcore/4.2.5/
httpcore-4.2.5.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpcore_4.1.4.v201203221030.jar 
  /prebuilts/tools/common/offline-m2/org/apache/httpcomponents/httpcore/4.1/
httpcore-4.1.jar 

Completed in 137 milliseconds

1 2 3 4