/third_party/curl/tests/libtest/ |
H A D | test613.pl | 58 utime time, timegm(0,0,12,1,0,100), "plainfile.txt"; 67 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
|
/third_party/tzdata/ |
H A D | private.h | 645 # undef timegm macro 646 # define timegm tz_timegm macro 698 time_t timegm(struct tm *); 712 #if !HAVE_DECL_TIMEGM && !defined timegm 713 time_t timegm(struct tm *);
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | time.h | 131 time_t timegm(struct tm *); 158 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
H A D | time.h | 130 time_t timegm(struct tm *); 157 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | time.h | 131 time_t timegm(struct tm *); 158 __REDIR(timegm, __timegm_time64);
|
/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 | 146 time_t timegm(struct tm *); 173 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/include/ |
H A D | time.h | 133 time_t timegm(struct tm *); 160 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/src/time/ |
H A D | timegm.c | 5 time_t timegm(struct tm *tm) in timegm() function
|
/third_party/musl/compat/time32/ |
H A D | time32gm.c | 9 time_t t = timegm(tm); in __time32gm()
|
/third_party/musl/libc-test/src/functionalext/time/ |
H A D | timegm.c | 47 timeThis = timegm(timeptr); in timegm_0100()
|
/third_party/skia/infra/bots/recipe_modules/gold_upload/ |
H A D | api.py | 52 str(int(calendar.timegm(now.utctimetuple())))])
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | date.c | 146 *t = timegm(&tm); in lws_http_date_parse_unix()
|
/third_party/musl/libc-test/src/common/ |
H A D | test.h | 87 #define __timegm_time64 timegm
|
/third_party/skia/infra/bots/recipes/ |
H A D | upload_dm_results.py | 60 str(int(calendar.timegm(now.utctimetuple())))])
|
H A D | perf.py | 85 ts = int(calendar.timegm(now.utctimetuple()))
|
H A D | perf_skottietrace.py | 120 ts = int(calendar.timegm(now.utctimetuple()))
|
H A D | skpbench.py | 144 ts = int(calendar.timegm(now.utctimetuple()))
|
H A D | perf_skottiewasm_lottieweb.py | 197 ts = int(calendar.timegm(now.utctimetuple()))
|
/third_party/curl/scripts/ |
H A D | mk-ca-bundle.pl | 579 timegm($timestamp[10] . $timestamp[11], # second
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_time.cpp | 344 benchmark::DoNotOptimize(timegm(&tmTime)); in Bm_function_Timegm()
|
/third_party/python/Modules/ |
H A D | timemodule.c | 517 timegm(struct tm *p) function 520 but it is likely that platforms that don't have timegm do not support 558 gmtoff = timegm(&buf) - when; 1719 return timegm(p) - t;
|
/third_party/python/Lib/email/ |
H A D | _parseaddr.py | 197 t = calendar.timegm(data)
|
/third_party/python/Lib/ |
H A D | ssl.py | 1494 from calendar import timegm namespace 1511 return timegm((tt[0], month_number) + tt[2:6])
|
/third_party/python/Lib/test/ |
H A D | test_calendar.py | 784 self.assertEqual(secs, calendar.timegm(tuple))
|