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/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/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/tlsdate/
Dapparmor-profile15 capability sys_time,
76 capability sys_time,
133 capability sys_time,
/external/llvm/include/llvm/Support/
DProcess.h64 TimeValue &sys_time);
/external/strace/linux/
Ddummy.h88 #define sys_stime 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/valgrind/
DREADME_MISSING_SYSCALL_OR_IOCTL49 PRE(sys_time)
52 PRINT("sys_time ( %p )",ARG1);
59 POST(sys_time)
/external/fio/
Dstat.h144 uint64_t sys_time; member
Dstat.c26 ts->sys_time += mtime_since(&td->ru_start.ru_stime, in update_rusage_stat()
543 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_normal()
807 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_terse_v2()
871 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_terse_v3_v4()
937 sys_cpu = (double) ts->sys_time * 100 / runt; in show_thread_status_json()
1115 dst->sys_time += src->sys_time; in sum_thread_stats()
/external/selinux/libsepol/tests/policies/test-hooks/
Dsmall-base.conf383 sys_time
Dcmp_policy.conf383 sys_time
/external/libusb/libusb/os/
Ddarwin_usb.c1450 mach_timespec_t sys_time; in darwin_clock_gettime() local
1466 clock_get_time (clock_ref, &sys_time); in darwin_clock_gettime()
1468 tp->tv_sec = sys_time.tv_sec; in darwin_clock_gettime()
1469 tp->tv_nsec = sys_time.tv_nsec; in darwin_clock_gettime()
/external/selinux/libsepol/tests/policies/test-expander/
Duser-base.conf383 sys_time
Dalias-base.conf383 sys_time
Drole-base.conf383 sys_time
Dsmall-base.conf383 sys_time
/external/selinux/libsepol/tests/policies/test-deps/
Dbase-notmetreq.conf378 sys_time
Dsmall-base.conf383 sys_time
Dbase-metreq.conf383 sys_time
/external/llvm/lib/Support/Windows/
DProcess.inc97 TimeValue &sys_time) {
106 sys_time = getTimeValueFromFILETIME(KernelTime);
/external/selinux/libsepol/tests/policies/test-linker/
Dsmall-base.conf383 sys_time
/external/llvm/lib/Support/Unix/
DProcess.inc125 TimeValue &sys_time) {
127 std::tie(user_time, sys_time) = getRUsageTimes();
/external/valgrind/coregrind/m_syswrap/
Dpriv_syswrap-generic.h124 DECL_TEMPLATE(generic, sys_time);

12