Searched refs:tm_gmtoff (Results 1 – 11 of 11) sorted by relevance
/external/v8/src/base/platform/ |
D | platform-macos.cc | 115 return static_cast<double>(t->tm_gmtoff * msPerSecond - in LocalTimeOffset()
|
D | platform-freebsd.cc | 52 return static_cast<double>(t->tm_gmtoff * msPerSecond - in LocalTimeOffset()
|
D | platform-qnx.cc | 101 return static_cast<double>(t->tm_gmtoff * msPerSecond - in LocalTimeOffset()
|
D | platform-openbsd.cc | 50 return static_cast<double>(t->tm_gmtoff * msPerSecond - in LocalTimeOffset()
|
D | platform-linux.cc | 126 return static_cast<double>(t->tm_gmtoff * msPerSecond - in LocalTimeOffset()
|
/external/libweave/third_party/chromium/base/time/ |
D | time_posix.cc | 206 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore in FromExploded()
|
/external/libchrome/base/time/ |
D | time_posix.cc | 226 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore in FromExploded()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 383 long int tm_gmtoff; member
|
D | sanitizer_platform_limits_posix.cc | 1102 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
/external/webrtc/webrtc/base/ |
D | httpcommon.cc | 389 *seconds = gmt + tm_for_timezone->tm_gmtoff; in HttpDateToSeconds()
|
/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 3219 HEAP32[(((tmPtr)+(offsets.tm_gmtoff))>>2)]=start.getTimezoneOffset() * 60 3465 HEAP32[(((tmPtr)+(offsets.tm_gmtoff))>>2)]=0
|