/third_party/python/Lib/test/ |
H A D | test_structseq.py | 9 t = time.gmtime() 31 t = time.gmtime() 33 t = time.gmtime(0) 46 t1 = time.gmtime() 52 t1 = time.gmtime() 59 t1 = time.gmtime() 65 t1 = time.gmtime() 69 t1 = time.gmtime() 79 t = time.gmtime() 110 t = time.gmtime() [all...] |
H A D | test_time.py | 165 epoch = time.gmtime(0) 166 # Only test the date and time, ignore other gmtime() members 170 tt = time.gmtime(self.t) 271 tt = time.gmtime(self.t) 299 time.asctime(time.gmtime(self.t)) 363 time.gmtime(xmas2002), time.localtime(xmas2002) 372 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002)) 384 self.assertNotEqual(time.gmtime(xmas2002), time.localtime(xmas2002)) 414 for func in time.ctime, time.gmtime, time.localtime: 426 gt0 = time.gmtime() [all...] |
/third_party/musl/libc-test/src/eabi/ |
H A D | __gmtime64.c | 20 extern struct tm *gmtime(const time_t *t); 36 info = gmtime(&rawtime); in gmtime64_0100()
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | private.h | 264 # undef gmtime macro 265 # define gmtime tz_gmtime macro 284 struct tm *gmtime(time_t const *);
|
/third_party/skia/third_party/externals/icu/source/tools/tzcode/ |
H A D | private.h | 264 # undef gmtime macro 265 # define gmtime tz_gmtime macro 284 struct tm *gmtime(time_t const *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 58 struct tm *gmtime (const time_t *); 138 __REDIR(gmtime, __gmtime64);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 57 struct tm *gmtime (const time_t *); 137 __REDIR(gmtime, __gmtime64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 58 struct tm *gmtime (const time_t *); 138 __REDIR(gmtime, __gmtime64);
|
/third_party/musl/libc-test/src/functional/ |
H A D | time.c | 54 tm = gmtime(&t); in sec2tm() 56 t_error("%s: gmtime((time_t)%lld) should not set errno, got %s\n", in sec2tm() 64 t_error("%s: mktime(gmtime(%lld)) roundtrip failed: got %lld (gmtime is %s)\n", in sec2tm() 88 r = gmtime(&t); in tm2sec() 90 t_error("%s: gmtime(mktime(%s)) roundtrip failed: got %s\n", in tm2sec() 100 tm2sec(&TM_EPOCH, 0, "gmtime(0)"); in main()
|
/third_party/protobuf/benchmarks/util/ |
H A D | result_uploader.py | 22 _INITIAL_TIME = calendar.timegm(time.gmtime()) 32 utc_timestamp = str(calendar.timegm(time.gmtime()))
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | time.h | 62 struct tm *gmtime (const time_t *); 153 __REDIR(gmtime, __gmtime64);
|
/third_party/musl/include/ |
H A D | time.h | 59 struct tm *gmtime (const time_t *); 140 __REDIR(gmtime, __gmtime64);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/ |
H A D | 20-1-buildonly.c | 9 struct tm *gmtime(const time_t *); 20 dummyvar = gmtime; in dummyfcn()
|
/third_party/musl/compat/time32/ |
H A D | gmtime32.c | 6 return gmtime(&(time_t){*t}); in __gmtime32()
|
/third_party/musl/src/time/ |
H A D | gmtime.c | 4 struct tm *gmtime(const time_t *t) in gmtime() function
|
/third_party/musl/porting/liteos_a/kernel/src/time/ |
H A D | gmtime.c | 4 struct tm *gmtime(const time_t *t) in gmtime() function
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/ |
H A D | 2-1.c | 9 * The gmtime function shall return a pointer to struct tm. 24 tm_ptr = gmtime(&the_time); in main()
|
H A D | 1-1.c | 24 tm_ptr = gmtime(&the_time); in main() 26 printf("gmtime gives:\n"); in main()
|
/third_party/ffmpeg/libavutil/ |
H A D | time_internal.h | 28 struct tm *ptr = gmtime(clock); in ff_gmtime_r()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | os_win32.c | 88 tm1 = gmtime(&t_local); in os_mktime() 107 tm2 = gmtime(&t2); in os_gmtime()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | os_win32.c | 88 tm1 = gmtime(&t_local); in os_mktime() 107 tm2 = gmtime(&t2); in os_gmtime()
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | gmtime.c | 42 gmtm = gmtime(&gTime); in gmtime_0100()
|
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | verbose.py | 88 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
|
/third_party/tzdata/ |
H A D | private.h | 615 # undef gmtime macro 616 # define gmtime tz_gmtime macro 692 struct tm *gmtime(time_t const *);
|
/third_party/musl/libc-test/src/functionalext/supplement/time/ |
H A D | gmtime_sup.c | 494 gmtm = gmtime(&gTime); in gmtime_0100()
|