HomeSort by relevance Sort by last modified time
    Searched refs:timezone (Results 151 - 175 of 236) sorted by null

1 2 3 4 5 67 8 910

  /external/e2fsprogs/lib/ext2fs/
gen_bitmap64.c 129 (struct timezone *) NULL) == -1) {
204 if (gettimeofday(&now, (struct timezone *) NULL) == -1) {
305 (struct timezone *) NULL) == -1) {
  /external/python/cpython3/Lib/http/
server.py 70 # | hh: hour (24-hour format, the machine's timezone)
715 # obsolete format with no timezone, cf.
717 ims = ims.replace(tzinfo=datetime.timezone.utc)
718 if ims.tzinfo is datetime.timezone.utc:
721 fs.st_mtime, datetime.timezone.utc)
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 386 // TODO: Android should support timezone, see b/2441195
392 long timezone = 0; local
393 _get_timezone(&timezone);
395 *seconds = gmt - timezone;
  /external/ImageMagick/MagickCore/
string.c 1199 timezone; local
    [all...]
random.c 421 if (gettimeofday(&timer,(struct timezone *) NULL) == 0)
    [all...]
  /art/tools/dmtracedump/
createtesttrace.cc 340 struct timezone tz;
  /bionic/libc/tzcode/
strftime.c 537 // "Replaced by the timezone name or abbreviation, or by no bytes if no
538 // timezone information exists."
571 ** altzone and timezone), and the
586 diff = -timezone;
localtime.c 197 long timezone; variable
269 timezone = - ttisp->tt_gmtoff;
286 timezone = 0;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/
_parseaddr.py 30 # The timezone table does not include the military time zones defined
33 # zones. RFC1123 recommends that numeric timezone indicators be used
34 # instead of timezone names.
131 # Convert a timezone offset into seconds ; -0500 -> -18000
159 return t - data[9] - time.timezone
  /external/autotest/tko/parsers/
version_1_unittest.py 215 timestamp -= datetime.timedelta(seconds=time.timezone)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneAliasTest.java 10 package android.icu.dev.test.timezone;
33 import android.icu.util.TimeZone;
90 * We check to see that every timezone that is not an alias is actually different!
182 String [] foo = TimeZone.getAvailableIDs();
246 private TimeZone zone;
256 zone = TimeZone.getTimeZone(id);
260 int equivCount = TimeZone.countEquivalentIDs(id);
262 String altID = TimeZone.getEquivalentID(id, j);
TimeZoneBoundaryTest.java 10 package android.icu.dev.test.timezone;
23 import android.icu.util.TimeZone;
144 TimeZone.getDefault());
148 long expectedBoundary, TimeZone tz)
217 private static String showDate(long l, TimeZone z)
222 private static String showDate(Date d, TimeZone zone)
242 * Given a date, a TimeZone, and expected values for inDaylightTime,
245 void verifyDST(String tag, Calendar cal, TimeZone time_zone,
392 TimeZone save = TimeZone.getDefault()
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneAliasTest.java 9 package com.ibm.icu.dev.test.timezone;
32 import com.ibm.icu.util.TimeZone;
87 * We check to see that every timezone that is not an alias is actually different!
179 String [] foo = TimeZone.getAvailableIDs();
243 private TimeZone zone;
253 zone = TimeZone.getTimeZone(id);
257 int equivCount = TimeZone.countEquivalentIDs(id);
259 String altID = TimeZone.getEquivalentID(id, j);
TimeZoneBoundaryTest.java 9 package com.ibm.icu.dev.test.timezone;
22 import com.ibm.icu.util.TimeZone;
141 TimeZone.getDefault());
145 long expectedBoundary, TimeZone tz)
214 private static String showDate(long l, TimeZone z)
219 private static String showDate(Date d, TimeZone zone)
239 * Given a date, a TimeZone, and expected values for inDaylightTime,
242 void verifyDST(String tag, Calendar cal, TimeZone time_zone,
389 TimeZone save = TimeZone.getDefault()
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/timezone/
ICUZDump.java 11 package com.ibm.icu.dev.tool.timezone;
35 * TimeZone transition dump tool.
85 throw new IllegalStateException("timezone is not initialized");
169 if (tzobj instanceof com.ibm.icu.util.TimeZone) {
171 cal.setTimeZone((com.ibm.icu.util.TimeZone)tzobj);
175 } else if (tzobj instanceof java.util.TimeZone) {
177 cal.setTimeZone((java.util.TimeZone)tzobj);
182 throw new IllegalStateException("Unsupported TimeZone implementation");
232 * java -cp icu4j.jar com.ibm.icu.dev.tool.timezone [-j] [-a] [-c[<low_year>,]<high_year>] [-d<dir>] [-l<sep>] [<zone_name> [<zone_name>]]
235 * -j : Use JDK TimeZone. By default, ICU TimeZone is used
    [all...]
  /external/python/cpython3/Python/
thread_pthread.h 97 #define GETTIMEOFDAY(ptv) gettimeofday(ptv, (struct timezone *)NULL)
  /external/icu/icu4c/packaging/rpm/
icu.spec 62 internationalization (i18n) and timezone support to ICU applications.
  /external/icu/icu4c/source/tools/tzcode/
localtime.c 219 long timezone = 0; variable
260 timezone = 0;
288 timezone = -(ttisp->tt_gmtoff);
    [all...]
  /art/openjdkjvm/
OpenjdkJvm.cc 207 gettimeofday(&tv, (struct timezone *) nullptr);
  /device/generic/goldfish/ril/
atchannel.c 95 gettimeofday(&tv, (struct timezone *) NULL);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_lsprof.c 56 gettimeofday(&tv, (struct timezone *)NULL);
  /external/autotest/client/tests/cyclictest/src/
cyclictest.c 274 gettimeofday(0,(struct timezone *)1);
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 704 (r'Invalid timezone offset value: \+08.'),
  /external/python/cpython2/Modules/
_lsprof.c 56 gettimeofday(&tv, (struct timezone *)NULL);
  /external/python/cpython3/Modules/
_lsprof.c 46 gettimeofday(&tv, (struct timezone *)NULL);

Completed in 1037 milliseconds

1 2 3 4 5 67 8 910