Home
last modified time | relevance | path

Searched refs:tm_gmtoff (Results 1 – 25 of 64) sorted by relevance

123

/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc39 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/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc39 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/
Dtime_zone_libc.cc39 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/
Dtime_zone_libc.cc45 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/libtextclassifier/abseil-cpp/absl/time/internal/cctz/src/
Dtime_zone_libc.cc39 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/python/cpython3/Lib/test/
Dtest_time.py688 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/
Dlog.c361 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/
Dunix.rs101 let gmtoff = out.tm_gmtoff; in time_to_local_tm()
/external/libcups/config-scripts/
Dcups-common.m4192 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/python/cpython2/Modules/
Dtimemodule.c835 janzone = -p->tm_gmtoff; in inittimezone()
840 julyzone = -p->tm_gmtoff; in inittimezone()
/external/libchrome/base/time/
Dtime_exploded_posix.cc189 timestruct.tm_gmtoff = 0; // not a POSIX field, so mktime/timegm ignore in FromExploded()
/external/python/cpython3/Lib/email/
Dutils.py356 delta = datetime.timedelta(seconds=localtm.tm_gmtoff)
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_freebsd.h211 long int tm_gmtoff; member
Dsanitizer_platform_limits_freebsd.cpp457 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
Dsanitizer_platform_limits_posix.h409 long int tm_gmtoff; member
Dsanitizer_platform_limits_posix.cpp1109 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
/external/python/cpython3/Modules/
Dtimemodule.c433 SET(10, p->tm_gmtoff);
605 p->tm_gmtoff = PyLong_AsLong(item);
1652 return p->tm_gmtoff;
/external/python/cpython3/Doc/library/
Dtime.rst89 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/
Dconfig.h.in371 * Does the "tm" structure contain the "tm_gmtoff" member?
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_posix.h387 long int tm_gmtoff; member
Dsanitizer_platform_limits_posix.cc1114 CHECK_SIZE_AND_OFFSET(tm, tm_gmtoff);
/external/rust/crates/libc/src/unix/bsd/
Dmod.rs76 pub tm_gmtoff: ::c_long,
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DCocoa.cpp1134 tm_epoch.tm_gmtoff = 0; in GetOSXEpoch()
/external/rust/crates/libc/src/unix/redox/
Dmod.rs235 pub tm_gmtoff: ::c_long,
/external/python/cpython3/Lib/
Dimaplib.py1522 gmtoff = date_time.tm_gmtoff

123