/external/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() function 49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 70 #if defined(tm_gmtoff) 71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) { 72 return tm.tm_gmtoff; 75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) { 80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) { 81 return tm.tm_gmtoff; 84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { [all …]
|
/external/webrtc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() function 49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 70 #if defined(tm_gmtoff) 71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) { 72 return tm.tm_gmtoff; 75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) { 80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) { 81 return tm.tm_gmtoff; 84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { [all …]
|
/external/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() function 49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 70 #if defined(tm_gmtoff) 71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) { 72 return tm.tm_gmtoff; 75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) { 80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) { 81 return tm.tm_gmtoff; 84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { [all …]
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 39 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() function 49 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 60 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 70 #if defined(tm_gmtoff) 71 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) { 72 return tm.tm_gmtoff; 75 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) { 80 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) { 81 return tm.tm_gmtoff; 84 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { [all …]
|
/external/openscreen/third_party/abseil/src/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() function 55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 66 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 76 #if defined(tm_gmtoff) 77 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) { 78 return tm.tm_gmtoff; 81 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) { 86 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) { 87 return tm.tm_gmtoff; 90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { [all …]
|
/external/angle/third_party/abseil-cpp/absl/time/internal/cctz/src/ |
D | time_zone_libc.cc | 45 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + _dstbias) { in tm_gmtoff() function 55 auto tm_gmtoff(const std::tm& tm) -> decltype(timezone) { 66 auto tm_gmtoff(const std::tm& tm) -> decltype(_timezone + 0) { 76 #if defined(tm_gmtoff) 77 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.tm_gmtoff) { 78 return tm.tm_gmtoff; 81 auto tm_gmtoff(const std::tm& tm) -> decltype(tm.__tm_gmtoff) { 86 auto tm_gmtoff(const T& tm) -> decltype(tm.tm_gmtoff) { 87 return tm.tm_gmtoff; 90 auto tm_gmtoff(const T& tm) -> decltype(tm.__tm_gmtoff) { [all …]
|
/external/python/cpython3/Lib/test/ |
D | test_time.py | 688 if lt.tm_gmtoff is None: 691 self.assertEqual(lt.tm_gmtoff, -[time.timezone, time.altzone][lt.tm_isdst]) 707 self.assertEqual(new_lt.tm_gmtoff, lt.tm_gmtoff) 710 self.assertEqual(new_lt.tm_gmtoff, lt.tm_gmtoff) 718 self.assertEqual(t.tm_gmtoff, 5 * 3600) 728 self.assertIs(lt.tm_gmtoff, None)
|
/external/libcups/scheduler/ |
D | log.c | 361 date.tm_gmtoff / 3600, (date.tm_gmtoff / 60) % 60); in cupsdGetDateTime() 370 date.tm_gmtoff / 3600, (date.tm_gmtoff / 60) % 60); in cupsdGetDateTime()
|
/external/rust/crates/chrono/src/sys/ |
D | unix.rs | 101 let gmtoff = out.tm_gmtoff; in time_to_local_tm()
|
/external/libcups/config-scripts/ |
D | cups-common.m4 | 192 dnl See if the tm structure has the tm_gmtoff member... 193 AC_MSG_CHECKING(for tm_gmtoff member in tm structure) 195 int o = t.tm_gmtoff;],
|
/external/libchrome/base/time/ |
D | time_exploded_posix.cc | 189 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore in FromExploded()
|
/external/python/cpython2/Modules/ |
D | timemodule.c | 835 janzone = -p->tm_gmtoff; in inittimezone() 840 julyzone = -p->tm_gmtoff; in inittimezone()
|
/external/python/cpython3/Lib/email/ |
D | utils.py | 356 delta = datetime.timedelta(seconds=localtm.tm_gmtoff)
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_freebsd.h | 211 long int tm_gmtoff; member
|
D | sanitizer_platform_limits_freebsd.cpp | 457 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
D | sanitizer_platform_limits_posix.h | 409 long int tm_gmtoff; member
|
D | sanitizer_platform_limits_posix.cpp | 1109 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
/external/python/cpython3/Modules/ |
D | timemodule.c | 433 SET(10, p->tm_gmtoff); 605 p->tm_gmtoff = PyLong_AsLong(item); 1652 return p->tm_gmtoff;
|
/external/python/cpython3/Doc/library/ |
D | time.rst | 89 The :class:`struct_time` type was extended to provide the :attr:`tm_gmtoff` 94 The :class:`struct_time` attributes :attr:`tm_gmtoff` and :attr:`tm_zone` 545 | N/A | :attr:`tm_gmtoff` | offset east of UTC in seconds | 863 for times in the past. It is recommended to use the :attr:`tm_gmtoff` and
|
/external/libcups/ |
D | config.h.in | 371 * Does the "tm" structure contain the "tm_gmtoff" member?
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 387 long int tm_gmtoff; member
|
D | sanitizer_platform_limits_posix.cc | 1114 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
|
/external/rust/crates/libc/src/unix/bsd/ |
D | mod.rs | 76 pub tm_gmtoff: ::c_long,
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | Cocoa.cpp | 1134 tm_epoch.tm_gmtoff = 0; in GetOSXEpoch()
|
/external/rust/crates/libc/src/unix/redox/ |
D | mod.rs | 235 pub tm_gmtoff: ::c_long,
|