Home
last modified time | relevance | path

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

/external/v8/src/base/platform/
Dplatform-macos.cc165 return t->tm_zone; in LocalTimezone()
Dplatform-freebsd.cc45 return t->tm_zone; in LocalTimezone()
Dplatform-openbsd.cc43 return t->tm_zone; in LocalTimezone()
Dplatform-qnx.cc94 return t->tm_zone; in LocalTimezone()
Dplatform-linux.cc113 return t->tm_zone; in LocalTimezone()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h372 const char *tm_zone; member
Dsanitizer_platform_limits_posix.cc1051 CHECK_SIZE_AND_OFFSET(tm, tm_zone);
Dsanitizer_common_interceptors.inc601 if (tm->tm_zone) {
602 // Can not use COMMON_INTERCEPTOR_WRITE_RANGE here, because tm->tm_zone
604 COMMON_INTERCEPTOR_INITIALIZE_RANGE(tm->tm_zone,
605 REAL(strlen(tm->tm_zone)) + 1);
741 // initialize the entire struct tm. For example, tm_zone pointer is left
/external/lldb/source/DataFormatters/
DCXXFormatterFunctions.cpp1250 tm_epoch.tm_zone = NULL; in GetOSXEpoch()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2095 EXPECT_NE(0U, strlen(time->tm_zone)); in TEST()
2107 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]