Home
last modified time | relevance | path

Searched refs:tm_zone (Results 1 – 12 of 12) sorted by relevance

/external/v8/src/base/platform/
Dplatform-linux.cc112 if (!t || !t->tm_zone) return ""; in LocalTimezone()
113 return t->tm_zone; in LocalTimezone()
Dplatform-macos.cc107 return t->tm_zone; in LocalTimezone()
Dplatform-freebsd.cc44 return t->tm_zone; in LocalTimezone()
Dplatform-openbsd.cc42 return t->tm_zone; in LocalTimezone()
Dplatform-qnx.cc93 return t->tm_zone; in LocalTimezone()
/external/libweave/third_party/chromium/base/time/
Dtime_posix.cc207 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore in FromExploded()
/external/libchrome/base/time/
Dtime_posix.cc227 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore in FromExploded()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h384 const char *tm_zone; member
Dsanitizer_platform_limits_posix.cc1103 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
Dsanitizer_common_interceptors.inc776 if (tm->tm_zone) {
777 // Can not use COMMON_INTERCEPTOR_WRITE_RANGE here, because tm->tm_zone
779 COMMON_INTERCEPTOR_INITIALIZE_RANGE(tm->tm_zone,
780 REAL(strlen(tm->tm_zone)) + 1);
916 // initialize the entire struct tm. For example, tm_zone pointer is left
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2105 EXPECT_NE(0U, strlen(time->tm_zone)); in TEST()
2117 EXPECT_NE(0U, strlen(time.tm_zone)); in TEST()
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js3186 …_hour:8,tm_mday:12,tm_mon:16,tm_year:20,tm_wday:24,tm_yday:28,tm_isdst:32,tm_gmtoff:36,tm_zone:40}; property
3226 HEAP32[(((tmPtr)+(offsets.tm_zone))>>2)]=___tm_timezones[timezone]
3474 HEAP32[(((tmPtr)+(offsets.tm_zone))>>2)]=___tm_timezones[timezone]