Searched refs:tm_zone (Results 1 – 12 of 12) sorted by relevance
/external/v8/src/base/platform/ |
D | platform-linux.cc | 112 if (!t || !t->tm_zone) return ""; in LocalTimezone() 113 return t->tm_zone; in LocalTimezone()
|
D | platform-macos.cc | 107 return t->tm_zone; in LocalTimezone()
|
D | platform-freebsd.cc | 44 return t->tm_zone; in LocalTimezone()
|
D | platform-openbsd.cc | 42 return t->tm_zone; in LocalTimezone()
|
D | platform-qnx.cc | 93 return t->tm_zone; in LocalTimezone()
|
/external/libweave/third_party/chromium/base/time/ |
D | time_posix.cc | 207 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore in FromExploded()
|
/external/libchrome/base/time/ |
D | time_posix.cc | 227 timestruct.tm_zone = NULL; // not a POSIX field, so mktime/timegm ignore in FromExploded()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 384 const char *tm_zone; member
|
D | sanitizer_platform_limits_posix.cc | 1103 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
|
D | sanitizer_common_interceptors.inc | 776 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/ |
D | msan_test.cc | 2105 EXPECT_NE(0U, strlen(time->tm_zone)); in TEST() 2117 EXPECT_NE(0U, strlen(time.tm_zone)); in TEST()
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 3186 …_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]
|