Home
last modified time | relevance | path

Searched defs:sys_time (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/bionic/tests/
H A Dsys_time_test.cpp30 TEST(sys_time, utimes_nullptr) { in TEST() argument
35 TEST(sys_time, utimes_EINVAL) { in TEST() argument
57 TEST(sys_time, futimes_nullptr) { in TEST() argument
62 TEST(sys_time, futimes_EINVAL) { in TEST() argument
84 TEST(sys_time, futimesat_nullptr) { in TEST() argument
89 TEST(sys_time, futimesat_EINVAL) { in TEST() argument
111 TEST(sys_time, lutimes_nullptr) { in TEST() argument
116 TEST(sys_time, lutimes_EINVAL) { in TEST() argument
143 TEST(sys_time, gettimeofday) { in TEST() argument
/aosp_15_r20/external/crosvm/metrics/src/sys/windows/
H A Dsystem_metrics.rs124 let sys_time = measurements.current.sys_time; in upload_metrics() localVariable
280 let mut sys_time: SystemCpuTime = Default::default(); in get_cpu_metrics() localVariable
389 let sys_time = measurements.current.sys_time; in cpu_metrics_string() localVariable
540 sys_time: SystemCpuTime, field
/aosp_15_r20/external/cronet/base/win/
H A Dvariant_vector_unittest.cc348 SYSTEMTIME sys_time; in TEST() local
550 SYSTEMTIME sys_time; in TEST() local
862 SYSTEMTIME sys_time; in TEST() local
1243 SYSTEMTIME sys_time; in TEST() local
H A Dvariant_conversions_unittest.cc199 SYSTEMTIME sys_time; in TEST() local
H A Dscoped_variant_unittest.cc132 SYSTEMTIME sys_time; in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/chrono/example/
Dchrono_unit_test.cpp16 std::time_t sys_time in main() local
/aosp_15_r20/external/rust/android-crates-io/crates/nix/test/sys/
Dtest_socket.rs64 let sys_time = in test_timestamping() localVariable
126 let sys_time = in test_timestamping_realtime() localVariable
188 let sys_time = in test_timestamping_monotonic() localVariable
2885 let sys_time = nix::time::clock_gettime( in test_recvmm2() localVariable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__chrono/
Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__chrono/
Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__chrono/
Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__chrono/
Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__chrono/
Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__chrono/
H A Dsystem_clock.h42 using sys_time = time_point<system_clock, _Duration>; variable
/aosp_15_r20/external/strace/
H A Dm32_funcs.h10 #define sys_time m32_sys_time macro
H A Dmx32_funcs.h10 #define sys_time mx32_sys_time macro
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/acct/
H A Dacct02.c77 int sys_time = UNPACK(ACCT_MEMBER(ac_stime)); in verify_acct() local
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_pthread.cpp670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; in dng_pthread_cond_timedwait() local
1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; in dng_pthread_now() local
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/
Dwindows.rs231 let mut sys_time = MaybeUninit::<SYSTEMTIME>::uninit(); in verify_against_tz_specific_local_time_to_system_time() localVariable
/aosp_15_r20/external/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c458 struct timeval usr_time, sys_time; in start_threads() local
/aosp_15_r20/external/cronet/third_party/icu/source/tools/tzcode/
H A Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/aosp_15_r20/external/icu/icu4c/source/tools/tzcode/
H A Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/x86/
H A Dtest_vsyscall.c171 static inline long sys_time(time_t *t) in sys_time() function
/aosp_15_r20/external/fmtlib/include/fmt/
H A Dchrono.h285 using sys_time = std::chrono::time_point<std::chrono::system_clock, Duration>; variable
/aosp_15_r20/external/fmtlib/test/
H A Dchrono-test.cc21 using sys_time = std::chrono::time_point<std::chrono::system_clock, Duration>; typedef
/aosp_15_r20/bionic/libc/tzcode/
H A Dprivate.h596 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function