Searched refs:timegm (Results 1 – 25 of 62) sorted by relevance
123
/third_party/nghttp2/src/ |
D | Makefile.am | 81 http2.cc timegm.c app_helper.cc nghttp2_gzip.c 83 http2.h timegm.h app_helper.h nghttp2_config.h \ 105 timegm.c timegm.h \ 119 util.cc util.h http2.cc http2.h timegm.c timegm.h base64.h \
|
D | CMakeLists.txt | 46 http2.cc timegm.c app_helper.cc nghttp2_gzip.c 71 timegm.c 86 util.cc http2.cc timegm.c 237 timegm.c
|
/third_party/protobuf/benchmarks/util/ |
D | result_uploader.py | 22 _INITIAL_TIME = calendar.timegm(time.gmtime()) 32 utc_timestamp = str(calendar.timegm(time.gmtime()))
|
/third_party/tzdata/ |
D | private.h | 477 # undef timegm 478 # define timegm tz_timegm macro 564 # if TZ_TIME_T || !defined timegm 565 time_t timegm(struct tm *);
|
/third_party/musl/ndk_musl_include/ |
D | time.h | 128 time_t timegm(struct tm *); 154 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/porting/liteos_m/user/include/ |
D | time.h | 130 time_t timegm(struct tm *); 157 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | time.h | 131 time_t timegm(struct tm *); 158 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | time.h | 131 time_t timegm(struct tm *); 158 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/include/ |
D | time.h | 132 time_t timegm(struct tm *); 159 __REDIR(timegm, __timegm_time64);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 146 time_t timegm(struct tm *); 173 __REDIR(timegm, __timegm_time64);
|
/third_party/openssl/test/recipes/ |
D | 80-test_ca.t | 277 return timegm($s, $m, $h, $d, $months{$mo}, $y); 286 return timegm($s, $m, $h, $d, $mo - 1, $y);
|
/third_party/musl/compat/time32/ |
D | time32gm.c | 9 time_t t = timegm(tm); in __time32gm()
|
/third_party/musl/src/time/ |
D | timegm.c | 5 time_t timegm(struct tm *tm) in timegm() function
|
/third_party/musl/libc-test/src/functionalext/time/ |
D | timegm.c | 47 timeThis = timegm(timeptr); in timegm_0100()
|
D | test_src_functionalext_time.gni | 29 "timegm",
|
/third_party/skia/infra/bots/recipe_modules/gold_upload/ |
D | api.py | 52 str(int(calendar.timegm(now.utctimetuple())))])
|
/third_party/flutter/skia/infra/bots/recipes/ |
D | upload_calmbench_results.py | 49 ts = int(calendar.timegm(now.utctimetuple()))
|
D | upload_dm_results.py | 58 str(int(calendar.timegm(now.utctimetuple())))])
|
D | skpbench.py | 109 ts = int(calendar.timegm(now.utctimetuple()))
|
D | perf_skottietrace.py | 123 ts = int(calendar.timegm(now.utctimetuple()))
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 78 #define __timegm_time64 timegm
|
/third_party/skia/infra/bots/recipes/ |
D | upload_dm_results.py | 60 str(int(calendar.timegm(now.utctimetuple())))])
|
D | perf.py | 85 ts = int(calendar.timegm(now.utctimetuple()))
|
D | skpbench.py | 144 ts = int(calendar.timegm(now.utctimetuple()))
|
/third_party/libwebsockets/lib/roles/http/ |
D | date.c | 146 *t = timegm(&tm); in lws_http_date_parse_unix()
|
123