Searched refs:timegm (Results 1 – 25 of 62) sorted by relevance
123
/third_party/nghttp2/src/ |
D | Makefile.am | 70 http2.cc timegm.c app_helper.cc nghttp2_gzip.c 72 http2.h timegm.h app_helper.h nghttp2_config.h \ 94 timegm.c timegm.h \ 101 util.cc util.h http2.cc http2.h timegm.c timegm.h base64.h \
|
D | CMakeLists.txt | 40 http2.cc timegm.c app_helper.cc nghttp2_gzip.c 65 timegm.c 74 util.cc http2.cc timegm.c 221 timegm.c
|
/third_party/curl/tests/libtest/ |
D | test613.pl | 56 utime time, timegm(0,0,12,1,0,100), "plainfile.txt"; 65 utime time, timegm(0,0,12,31,11,100), "rofile.txt";
|
/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/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/include/ |
D | time.h | 130 time_t timegm(struct tm *); 157 __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/porting/uniproton/kernel/include/ |
D | time.h | 131 time_t timegm(struct tm *); 158 __REDIR(timegm, __timegm_time64);
|
/third_party/tzdata/ |
D | private.h | 468 # undef timegm 469 # define timegm tz_timegm macro 555 # if TZ_TIME_T || !defined timegm 556 time_t timegm(struct tm *);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | time.h | 144 time_t timegm(struct tm *); 171 __REDIR(timegm, __timegm_time64);
|
/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()))
|
/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()
|
/third_party/grpc/tools/run_tests/performance/ |
D | bq_upload_result.py | 143 utc_timestamp = str(calendar.timegm(time.gmtime()))
|
123