Home
last modified time | relevance | path

Searched refs:timegm (Results 1 – 25 of 62) sorted by relevance

123

/third_party/nghttp2/src/
DMakefile.am70 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 \
DCMakeLists.txt40 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/
Dtest613.pl56 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/
Dresult_uploader.py22 _INITIAL_TIME = calendar.timegm(time.gmtime())
32 utc_timestamp = str(calendar.timegm(time.gmtime()))
/third_party/musl/ndk_musl_include/
Dtime.h128 time_t timegm(struct tm *);
154 __REDIR(timegm, __timegm_time64);
/third_party/musl/porting/liteos_m/user/include/
Dtime.h130 time_t timegm(struct tm *);
157 __REDIR(timegm, __timegm_time64);
/third_party/musl/include/
Dtime.h130 time_t timegm(struct tm *);
157 __REDIR(timegm, __timegm_time64);
/third_party/musl/porting/liteos_m/kernel/include/
Dtime.h131 time_t timegm(struct tm *);
158 __REDIR(timegm, __timegm_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dtime.h131 time_t timegm(struct tm *);
158 __REDIR(timegm, __timegm_time64);
/third_party/tzdata/
Dprivate.h468 # 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/
Dtime.h144 time_t timegm(struct tm *);
171 __REDIR(timegm, __timegm_time64);
/third_party/musl/compat/time32/
Dtime32gm.c9 time_t t = timegm(tm); in __time32gm()
/third_party/musl/src/time/
Dtimegm.c5 time_t timegm(struct tm *tm) in timegm() function
/third_party/musl/libc-test/src/functionalext/time/
Dtimegm.c47 timeThis = timegm(timeptr); in timegm_0100()
Dtest_src_functionalext_time.gni29 "timegm",
/third_party/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py52 str(int(calendar.timegm(now.utctimetuple())))])
/third_party/flutter/skia/infra/bots/recipes/
Dupload_calmbench_results.py49 ts = int(calendar.timegm(now.utctimetuple()))
Dupload_dm_results.py58 str(int(calendar.timegm(now.utctimetuple())))])
Dskpbench.py109 ts = int(calendar.timegm(now.utctimetuple()))
/third_party/musl/libc-test/src/common/
Dtest.h78 #define __timegm_time64 timegm
/third_party/skia/infra/bots/recipes/
Dupload_dm_results.py60 str(int(calendar.timegm(now.utctimetuple())))])
Dperf.py85 ts = int(calendar.timegm(now.utctimetuple()))
Dskpbench.py144 ts = int(calendar.timegm(now.utctimetuple()))
/third_party/libwebsockets/lib/roles/http/
Ddate.c146 *t = timegm(&tm); in lws_http_date_parse_unix()
/third_party/grpc/tools/run_tests/performance/
Dbq_upload_result.py143 utc_timestamp = str(calendar.timegm(time.gmtime()))

123