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

1 2

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
_parseaddr.py 122 tzoffset = None
125 tzoffset = _timezones[tz]
128 tzoffset = int(tz)
132 if tzoffset:
133 if tzoffset < 0:
135 tzoffset = -tzoffset
138 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py 915 tzoffset = None
918 tzoffset = _timezones[tz]
921 tzoffset = int(tz)
925 if tzoffset:
926 if tzoffset < 0:
928 tzoffset = -tzoffset
931 tzoffset = tzsign * ( (tzoffset//100)*3600 + (tzoffset % 100)*60
    [all...]
  /libcore/ojluni/src/main/java/java/util/
Date.java 466 int tzoffset = -1; local
499 if (tzoffset != 0 && tzoffset != -1)
527 tzoffset = n;
597 tzoffset = action - 10000;
626 if (tzoffset == -1) { // no time zone specified, have to use local
635 return cal.getTime(udate) + tzoffset * (60 * 1000);
    [all...]
  /test/vts/runners/host/
utils.py 166 tzoffset = int(time.timezone / 3600)
168 if tzoffset <= 0:
169 gmt = "GMT+{}".format(-tzoffset)
171 gmt = "GMT-{}".format(tzoffset)
  /tools/test/connectivity/acts/framework/acts/
utils.py 180 tzoffset = int(time.timezone / 3600)
182 if tzoffset <= 0:
183 gmt = "GMT+{}".format(-tzoffset)
185 gmt = "GMT-{}".format(tzoffset)
  /external/icu/icu4c/source/test/cintltst/
putiltst.c 194 int32_t tzoffset = uprv_timezone(); local
195 log_verbose("Value returned from uprv_timezone = %d\n", tzoffset);
196 if (tzoffset != 28800) {
199 if ((tzoffset % 1800 != 0)) {
200 log_info("Note: t_timezone offset of %ld (for %s : %s) is not a multiple of 30min.", tzoffset, uprv_tzname(0), uprv_tzname(1));
202 /*tzoffset=uprv_getUTCtime();*/
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 128 int32_t tzoffset = uprv_timezone(); local
129 if ((tzoffset % 900) != 0) {
137 infoln("WARNING: t_timezone may be incorrect. It is not a multiple of 15min.", tzoffset);
142 if (hostZone->getRawOffset() != tzoffset * (-1000)) {
    [all...]
caltest.cpp 390 int32_t tzoffset = 123400; local
392 SimpleTimeZone *zone = new SimpleTimeZone(tzoffset, tzid);
452 z->getRawOffset() != tzoffset)
    [all...]
  /external/icu/icu4c/source/i18n/
timezone.cpp 849 int32_t tzoffset = z->getRawOffset(); local
852 if (tzoffset != *rawOffset) {
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CompatibilityTest.java 275 int tzoffset = 123400; local
277 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid);
312 z.getRawOffset() != tzoffset)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CompatibilityTest.java 274 int tzoffset = 123400; local
276 SimpleTimeZone zone = new SimpleTimeZone(tzoffset, tzid);
311 z.getRawOffset() != tzoffset)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/email/test/
test_email.py     [all...]
test_email_renamed.py     [all...]

Completed in 5199 milliseconds

1 2