Searched refs:sys_time (Results 1 – 25 of 40) sorted by relevance
12
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_win.cc | 76 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/ |
D | dng_pthread.cpp | 670 __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/ |
D | hog.c | 43 uint64_t sys_time; member 195 result.sys_time = DiffTimeval(usage_start.ru_stime, in main()
|
/external/icu/icu4c/source/tools/tzcode/ |
D | private.h | 256 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/ |
D | apparmor-profile | 15 capability sys_time, 76 capability sys_time, 133 capability sys_time,
|
/external/llvm/include/llvm/Support/ |
D | Process.h | 64 TimeValue &sys_time);
|
/external/strace/linux/ |
D | dummy.h | 88 #define sys_stime sys_time
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/ |
D | platform_CompressedSwapPerf.py | 239 sys_time = result_unpacked[2] 242 return (wall_time, user_time, sys_time, fault_count)
|
/external/valgrind/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 49 PRE(sys_time) 52 PRINT("sys_time ( %p )",ARG1); 59 POST(sys_time)
|
/external/fio/ |
D | stat.h | 144 uint64_t sys_time; member
|
D | stat.c | 26 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/ |
D | small-base.conf | 383 sys_time
|
D | cmp_policy.conf | 383 sys_time
|
/external/libusb/libusb/os/ |
D | darwin_usb.c | 1450 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/ |
D | user-base.conf | 383 sys_time
|
D | alias-base.conf | 383 sys_time
|
D | role-base.conf | 383 sys_time
|
D | small-base.conf | 383 sys_time
|
/external/selinux/libsepol/tests/policies/test-deps/ |
D | base-notmetreq.conf | 378 sys_time
|
D | small-base.conf | 383 sys_time
|
D | base-metreq.conf | 383 sys_time
|
/external/llvm/lib/Support/Windows/ |
D | Process.inc | 97 TimeValue &sys_time) { 106 sys_time = getTimeValueFromFILETIME(KernelTime);
|
/external/selinux/libsepol/tests/policies/test-linker/ |
D | small-base.conf | 383 sys_time
|
/external/llvm/lib/Support/Unix/ |
D | Process.inc | 125 TimeValue &sys_time) { 127 std::tie(user_time, sys_time) = getRUsageTimes();
|
/external/valgrind/coregrind/m_syswrap/ |
D | priv_syswrap-generic.h | 124 DECL_TEMPLATE(generic, sys_time);
|
12