Home
last modified time | relevance | path

Searched defs:system_time (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/platform/windows/
Denv_time.cc54 FILETIME system_time; in NowNanos() local
/external/libxkbcommon/bench/
Dbench.c48 SYSTEMTIME system_time; in gettimeofday() local
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc121 SYSTEMTIME system_time; in GetCurrentDate() local
/external/conscrypt/common/src/jni/main/include/conscrypt/
Dcompat.h95 SYSTEMTIME system_time; in gettimeofday() local
/external/python/pybind11/tests/
Dtest_chrono.cpp34 using system_time = std::chrono::system_clock::time_point; in TEST_SUBMODULE() typedef
/external/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
Dminimal-http-client-multi.c246 SYSTEMTIME system_time; in gettimeofday() local
/external/python/cpython3/Python/
Dpytime.c662 FILETIME system_time; in pygettimeofday() local
/external/ImageMagick/MagickCore/
Dnt-base.c570 system_time; in NTElapsedTime() local
/external/google-breakpad/src/processor/
Dminidump.cc184 inline void Swap(MDSystemTime* system_time) { in Swap()
/external/rust/crates/libc/src/unix/haiku/
Dnative.rs781 pub fn system_time() -> bigtime_t; in system_time() function