Home
last modified time | relevance | path

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

123

/external/linux-kselftest/tools/testing/selftests/rtc/
Drtctest.c125 secs = timegm((struct tm *)&tm) + ALARM_DELTA; in TEST_F()
163 new = timegm((struct tm *)&tm); in TEST_F()
179 secs = timegm((struct tm *)&alarm.time) + ALARM_DELTA; in TEST_F()
212 new = timegm((struct tm *)&tm); in TEST_F()
227 secs = timegm((struct tm *)&tm) + 60 - tm.tm_sec;
265 new = timegm((struct tm *)&tm);
281 secs = timegm((struct tm *)&alarm.time) + 60 - alarm.time.tm_sec;
314 new = timegm((struct tm *)&tm);
/external/rust/crates/chrono/src/sys/
Dunix.rs56 unsafe fn timegm(tm: *mut libc::tm) -> time_t { in timegm() function
113 use libc::timegm; in utc_tm_to_time()
115 use libc::timegm64 as timegm; in utc_tm_to_time()
119 unsafe { timegm(&mut tm) as i64 } in utc_tm_to_time()
/external/tensorflow/tensorflow/core/platform/cloud/
Dtime_util.cc22 #define timegm _mkgmtime macro
49 *mtime_nsec = timegm(&parsed) * kNanosecondsPerSecond + in ParseRfc3339Time()
/external/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";
/external/protobuf/benchmarks/util/
Dresult_uploader.py22 _INITIAL_TIME = calendar.timegm(time.gmtime())
32 utc_timestamp = str(calendar.timegm(time.gmtime()))
/external/python/cryptography/tests/
Dtest_fernet.py61 calendar.timegm(iso8601.parse_date(now).utctimetuple()),
72 current_time = calendar.timegm(iso8601.parse_date(now).utctimetuple())
80 current_time = calendar.timegm(iso8601.parse_date(now).utctimetuple())
112 current_time = calendar.timegm(iso8601.parse_date(ts).utctimetuple())
/external/llvm-project/lldb/include/lldb/Host/
DTime.h20 extern time_t timegm(struct tm *t);
/external/llvm-project/lldb/source/Host/android/
DLibcGlue.cpp24 time_t timegm(struct tm *t) { return (time_t)timegm64(t); } in timegm() function
/external/libchrome/base/
Dos_compat_android.h19 extern "C" time_t timegm(struct tm* const t);
Dos_compat_android.cc48 time_t timegm(struct tm* const t) { in timegm() function
/external/linux-kselftest/android/patches/
D0011-disable-rtc-tests.patch14 new = timegm((struct tm *)&tm);
/external/fonttools/Lib/fontTools/misc/
DtimeTools.py10 epoch_diff = calendar.timegm((1904, 1, 1, 0, 0, 0, 0, 0, 0))
/external/skia/infra/bots/recipe_modules/gold_upload/
Dapi.py52 str(int(calendar.timegm(now.utctimetuple())))])
/external/openscreen/cast/common/certificate/
Dtypes.cc95 sec = timegm(&tm); in DateTimeToSeconds()
/external/skqp/infra/bots/recipes/
Dupload_calmbench_results.py49 ts = int(calendar.timegm(now.utctimetuple()))
Dupload_dm_results.py58 str(int(calendar.timegm(now.utctimetuple())))])
Dskpbench.py107 ts = int(calendar.timegm(now.utctimetuple()))
/external/skia/infra/bots/recipes/
Dupload_dm_results.py59 str(int(calendar.timegm(now.utctimetuple())))])
Dperf.py84 ts = int(calendar.timegm(now.utctimetuple()))
Dskpbench.py139 ts = int(calendar.timegm(now.utctimetuple()))
Dperf_skottietrace.py118 ts = int(calendar.timegm(now.utctimetuple()))
Dperf_skottiewasm_lottieweb.py195 ts = int(calendar.timegm(now.utctimetuple()))
/external/grpc-grpc/tools/run_tests/performance/
Dbq_upload_result.py143 utc_timestamp = str(calendar.timegm(time.gmtime()))
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/performance/
Dbq_upload_result.py143 utc_timestamp = str(calendar.timegm(time.gmtime()))
/external/libchrome/base/time/
Dtime_exploded_posix.cc112 return timegm(timestruct); in SysTimeFromTimeStruct()

123