Home
last modified time | relevance | path

Searched refs:gmtime (Results 1 - 25 of 104) sorted by relevance

12345

/third_party/python/Lib/test/
H A Dtest_structseq.py9 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 Dtest_time.py165 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.c20 extern struct tm *gmtime(const time_t *t);
36 info = gmtime(&rawtime); in gmtime64_0100()
/third_party/icu/icu4c/source/tools/tzcode/
H A Dprivate.h264 # 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 Dprivate.h264 # 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 Dtime.h58 struct tm *gmtime (const time_t *);
138 __REDIR(gmtime, __gmtime64);
/third_party/musl/porting/liteos_m/user/include/
H A Dtime.h57 struct tm *gmtime (const time_t *);
137 __REDIR(gmtime, __gmtime64);
/third_party/musl/porting/liteos_m/kernel/include/
H A Dtime.h58 struct tm *gmtime (const time_t *);
138 __REDIR(gmtime, __gmtime64);
/third_party/musl/libc-test/src/functional/
H A Dtime.c54 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 Dresult_uploader.py22 _INITIAL_TIME = calendar.timegm(time.gmtime())
32 utc_timestamp = str(calendar.timegm(time.gmtime()))
/third_party/musl/porting/liteos_a/kernel/include/
H A Dtime.h62 struct tm *gmtime (const time_t *);
153 __REDIR(gmtime, __gmtime64);
/third_party/musl/include/
H A Dtime.h59 struct tm *gmtime (const time_t *);
140 __REDIR(gmtime, __gmtime64);
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/time_h/
H A D20-1-buildonly.c9 struct tm *gmtime(const time_t *);
20 dummyvar = gmtime; in dummyfcn()
/third_party/musl/compat/time32/
H A Dgmtime32.c6 return gmtime(&(time_t){*t}); in __gmtime32()
/third_party/musl/src/time/
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime() function
/third_party/musl/porting/liteos_a/kernel/src/time/
H A Dgmtime.c4 struct tm *gmtime(const time_t *t) in gmtime() function
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/gmtime/
H A D2-1.c9 * The gmtime function shall return a pointer to struct tm.
24 tm_ptr = gmtime(&the_time); in main()
H A D1-1.c24 tm_ptr = gmtime(&the_time); in main()
26 printf("gmtime gives:\n"); in main()
/third_party/ffmpeg/libavutil/
H A Dtime_internal.h28 struct tm *ptr = gmtime(clock); in ff_gmtime_r()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_win32.c88 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 Dos_win32.c88 tm1 = gmtime(&t_local); in os_mktime()
107 tm2 = gmtime(&t2); in os_gmtime()
/third_party/musl/libc-test/src/functionalext/time/
H A Dgmtime.c42 gmtm = gmtime(&gTime); in gmtime_0100()
/third_party/node/deps/v8/tools/testrunner/local/
H A Dverbose.py88 return time.strftime("%M:%S.", time.gmtime(d)) + ("%03i" % millis)
/third_party/tzdata/
H A Dprivate.h615 # 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 Dgmtime_sup.c494 gmtm = gmtime(&gTime); in gmtime_0100()

Completed in 12 milliseconds

12345