Home
last modified time | relevance | path

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

12

/external/webrtc/webrtc/system_wrappers/source/
Dtrace_win.cc76 SYSTEMTIME sys_time; in AddDateTimeInfo() local
77 GetLocalTime(&sys_time); in AddDateTimeInfo()
83 GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("MMM dd yyyy"), in AddDateTimeInfo()
87 GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("HH':'mm':'ss"), in AddDateTimeInfo()
/external/libcxx/test/std/utilities/time/time.clock/time.clock.system/
Dsys.time.types.pass.cpp39 using sys_minutes = std::chrono::sys_time<minutes>; in main()
44 ASSERT_SAME_TYPE(std::chrono::sys_time<seconds>, sys_seconds); in main()
45 ASSERT_SAME_TYPE(std::chrono::sys_time<days>, sys_days); in main()
/external/strace/
Dmx32_funcs.h9 #undef sys_time
10 #define sys_time mx32_sys_time macro
Dm32_funcs.h9 #undef sys_time
10 #define sys_time m32_sys_time macro
/external/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c457 struct timeval usr_time, sys_time; in start_threads() local
502 sys_time = difftimeval(&end_ru.ru_stime, &start_ru.ru_stime); in start_threads()
506 printf("sys %5.2f s\n", sys_time.tv_sec + sys_time.tv_usec / 1e6); in start_threads()
/external/dng_sdk/source/
Ddng_pthread.cpp670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; in dng_pthread_cond_timedwait() local
673 int wait_millisecs = (int)((lock_time - sys_time + 500000) / 1000000); in dng_pthread_cond_timedwait()
1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; in dng_pthread_now() local
1114 sys_time -= SecsFrom1601To1970 * 10000000LL; in dng_pthread_now()
1116 sys_time *= 100; // Convert from 100ns to 1ns units in dng_pthread_now()
1118 now->tv_sec = (long)(sys_time / 1000000000); in dng_pthread_now()
1119 now->tv_nsec = (long)(sys_time % 1000000000); in dng_pthread_now()
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DProcess.inc110 TimeValue& sys_time)
120 sys_time = TimeValue(
128 sys_time.seconds(0);
129 sys_time.microseconds(0);
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProcess.inc85 TimeValue& elapsed, TimeValue& user_time, TimeValue& sys_time)
97 sys_time.seconds( KernelTime / 10000000 );
98 sys_time.nanoseconds( unsigned(KernelTime % 10000000) * 100 );
/external/linux-kselftest/tools/testing/selftests/x86/
Dtest_vsyscall.c174 static inline long sys_time(time_t *t) in sys_time() function
273 t_sys1 = sys_time(&t2_sys1); in test_time()
278 t_sys2 = sys_time(&t2_sys2); in test_time()
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
Dhog.c43 uint64_t sys_time; member
195 result.sys_time = DiffTimeval(usage_start.ru_stime, in main()
/external/icu/icu4c/source/tools/tzcode/
Dprivate.h256 static time_t sys_time(time_t *x) { return time(x); } in sys_time() function
293 time_t r = sys_time(0); in time()
/external/ltp/utils/benchmark/kernbench-0.42/
Dkernbench202 read elapsed_time user_time sys_time percent ctx sleeps <timelog
205 temp_sys=`add_data_point $sys_time $temp_sys`
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DProcess.h60 TimeValue& sys_time
/external/llvm/include/llvm/Support/
DProcess.h64 TimeValue &sys_time);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DProcess.h65 std::chrono::nanoseconds &sys_time);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DProcess.h64 std::chrono::nanoseconds &sys_time);
/external/autotest/client/site_tests/platform_CompressedSwapPerf/
Dplatform_CompressedSwapPerf.py239 sys_time = result_unpacked[2]
242 return (wall_time, user_time, sys_time, fault_count)
/external/strace/linux/
Ddummy.h99 #define sys_stime sys_time
/external/libcxx/include/
Dchrono281 using sys_time = time_point<system_clock, Duration>; // C++20
282 using sys_seconds = sys_time<seconds>; // C++20
283 using sys_days = sys_time<days>; // C++20
680 bool operator==(const leap& x, const sys_time<Duration>& y);
682 bool operator==(const sys_time<Duration>& x, const leap& y);
684 bool operator!=(const leap& x, const sys_time<Duration>& y);
686 bool operator!=(const sys_time<Duration>& x, const leap& y);
688 bool operator< (const leap& x, const sys_time<Duration>& y);
690 bool operator< (const sys_time<Duration>& x, const leap& y);
692 bool operator> (const leap& x, const sys_time<Duration>& y);
[all …]
/external/selinux/libsepol/tests/policies/test-hooks/
Dcmp_policy.conf383 sys_time
Dsmall-base.conf383 sys_time
/external/selinux/libsepol/tests/policies/test-expander/
Duser-base.conf383 sys_time
Dalias-base.conf383 sys_time
Drole-base.conf383 sys_time
/external/selinux/libsepol/tests/policies/test-deps/
Dsmall-base.conf383 sys_time

12