/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 …]
|
/third_party/skia/third_party/externals/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 …]
|
/third_party/jerryscript/jerry-port/default/ |
D | default-date.c | 70 now -= tm.tm_gmtoff; in jerry_port_get_local_time_zone_adjustment() 73 return ((double) tm.tm_gmtoff) * 1000; in jerry_port_get_local_time_zone_adjustment() 81 now -= tm.tm_gmtoff; in jerry_port_get_local_time_zone_adjustment() 84 return ((double) tm.tm_gmtoff) * 1000; in jerry_port_get_local_time_zone_adjustment()
|
D | CMakeLists.txt | 58 # tm.tm_gmtoff is non-standard, so glibc doesn't expose it in c99 mode 61 CHECK_STRUCT_HAS_MEMBER ("struct tm" tm_gmtoff time.h HAVE_TM_GMTOFF)
|
/third_party/musl/libc-test/src/functional/ |
D | strptime.c | 48 } else if (tm.tm_gmtoff != expected) { in checkStrptimeTz() 49 t_error("\"%%z\": for \"%s\" expected tm_gmtoff %ld but got %ld\n", s, tm.tm_gmtoff, expected); in checkStrptimeTz()
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 16 #define __tm_gmtoff tm_gmtoff 111 #define __tm_gmtoff tm_gmtoff
|
/third_party/python/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)
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | time.h | 42 long int tm_gmtoff; /* Seconds east of UTC. */ member
|
/third_party/tzdata/ |
D | newctime.3.txt | 126 long tm_gmtoff; /* offset from UT in seconds (optional) */ 130 The tm_gmtoff field is the offset (in seconds) of the time represented 135 In struct tm the tm_zone and tm_gmtoff fields exist, and are filled in,
|
D | private.h | 578 # define TM_GMTOFF tm_gmtoff
|
/third_party/musl/include/ |
D | time.h | 34 #define __tm_gmtoff tm_gmtoff
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 37 #define __tm_gmtoff tm_gmtoff
|
/third_party/python/Lib/email/ |
D | utils.py | 356 delta = datetime.timedelta(seconds=localtm.tm_gmtoff)
|
/third_party/jerryscript/docs/ |
D | 05.PORT-API.md | 312 now -= tm.tm_gmtoff; 315 return ((double) tm.tm_gmtoff) * 1000;
|
D | 16.MIGRATION-GUIDE.md | 532 now -= tm.tm_gmtoff; 535 return ((double) tm.tm_gmtoff) * 1000;
|
/third_party/python/Modules/ |
D | timemodule.c | 433 SET(10, p->tm_gmtoff); 605 p->tm_gmtoff = PyLong_AsLong(item); 1652 return p->tm_gmtoff;
|
/third_party/gstreamer/gstreamer/ |
D | configure.ac | 574 dnl *** checking for tm_gmtoff *** 575 AC_MSG_CHECKING([for tm_gmtoff]) 580 t.tm_gmtoff = 0; 584 AC_DEFINE(HAVE_TM_GMTOFF,1,[Have tm_gmtoff field in struct tm])],
|
D | meson.build | 217 if cc.has_member('struct tm', 'tm_gmtoff', prefix : '#include <time.h>')
|
D | config.h.in | 411 /* Have tm_gmtoff field in struct tm */
|
/third_party/python/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
|
/third_party/boost/libs/locale/src/util/ |
D | numeric.hpp | 219 tm.tm_gmtoff = gmtoff; in format_time()
|
/third_party/nghttp2/ |
D | configure.ac | 634 AC_CHECK_MEMBER([struct tm.tm_gmtoff], [have_struct_tm_tm_gmtoff=yes], 659 [Define to 1 if you have `struct tm.tm_gmtoff` member.])
|
D | CMakeLists.txt | 293 check_struct_has_member("struct tm" tm_gmtoff time.h HAVE_STRUCT_TM_TM_GMTOFF)
|
/third_party/nghttp2/src/ |
D | util.cc | 316 auto gmtoff = tms.tm_gmtoff; in common_log_date() 367 auto gmtoff = tms.tm_gmtoff; in iso8601_date()
|
/third_party/gstreamer/gstreamer/tests/check/gst/ |
D | gstdatetime.c | 288 assert_equals_int (ts, tm.tm_gmtoff / 3600.0); in GST_START_TEST()
|