HomeSort by relevance Sort by last modified time
    Searched refs:sys_time (Results 1 - 25 of 46) sorted by null

1 2

  /external/webrtc/webrtc/system_wrappers/source/
trace_win.cc 76 SYSTEMTIME sys_time; local
77 GetLocalTime(&sys_time);
83 GetDateFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("MMM dd yyyy"),
87 GetTimeFormat(LOCALE_SYSTEM_DEFAULT, 0, &sys_time, TEXT("HH':'mm':'ss"),
  /bionic/tests/
sys_time_test.cpp 25 TEST(sys_time, utimes) {
46 TEST(sys_time, utimes_NULL) {
51 TEST(sys_time, gettimeofday) {
  /external/llvm/include/llvm/Support/
Process.h 56 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
62 /// \param sys_time Returns the current amount of system time for the process
64 TimeValue &sys_time);
  /external/tlsdate/
apparmor-profile 15 capability sys_time,
76 capability sys_time,
133 capability sys_time,
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/src/
hog.c 43 uint64_t sys_time; member in struct:PokeResult
195 result.sys_time = DiffTimeval(usage_start.ru_stime,
  /external/dng_sdk/source/
dng_pthread.cpp 670 __int64 sys_time = (__int64)sys_timespec.tv_sec * 1000000000 + sys_timespec.tv_nsec; local
673 int wait_millisecs = (int)((lock_time - sys_time + 500000) / 1000000);
1110 __int64 sys_time = ((__int64)ft.dwHighDateTime << 32) + ft.dwLowDateTime; local
1114 sys_time -= SecsFrom1601To1970 * 10000000LL;
1116 sys_time *= 100; // Convert from 100ns to 1ns units
1118 now->tv_sec = (long)(sys_time / 1000000000);
1119 now->tv_nsec = (long)(sys_time % 1000000000);
  /external/strace/linux/
dummy.h 88 #define sys_stime sys_time
  /external/icu/icu4c/source/tools/tzcode/
private.h 256 static time_t sys_time(time_t *x) { return time(x); } function
293 time_t r = sys_time(0);
  /external/fio/
stat.h 144 uint64_t sys_time; member in struct:thread_stat
stat.c 26 ts->sys_time += mtime_since(&td->ru_start.ru_stime,
543 sys_cpu = (double) ts->sys_time * 100 / runt;
807 sys_cpu = (double) ts->sys_time * 100 / runt;
871 sys_cpu = (double) ts->sys_time * 100 / runt;
937 sys_cpu = (double) ts->sys_time * 100 / runt;
1115 dst->sys_time += src->sys_time;
    [all...]
  /external/autotest/client/site_tests/platform_CompressedSwapPerf/
platform_CompressedSwapPerf.py 228 @return: A tuple (wall_time, user_time, sys_time, fault_count)
239 sys_time = result_unpacked[2]
242 return (wall_time, user_time, sys_time, fault_count)
  /external/selinux/libsepol/tests/policies/test-expander/
alias-base.conf 383 sys_time
role-base.conf 383 sys_time
user-base.conf 383 sys_time
  /external/selinux/libsepol/tests/policies/test-hooks/
cmp_policy.conf 383 sys_time
small-base.conf 383 sys_time
  /external/selinux/libsepol/tests/policies/test-deps/
base-metreq.conf 383 sys_time
base-notmetreq.conf 378 sys_time
small-base.conf 383 sys_time
  /external/selinux/libsepol/tests/policies/test-linker/
small-base.conf 383 sys_time
  /system/sepolicy/
access_vectors 394 sys_time
  /bionic/libc/tzcode/
private.h 316 static time_t sys_time(time_t *x) { return time(x); } function
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuickprof.cpp 25 #include <sys/sys_time.h>
  /external/libusb/libusb/os/
darwin_usb.c 1450 mach_timespec_t sys_time; local
    [all...]
  /external/valgrind/coregrind/m_syswrap/
priv_syswrap-generic.h 124 DECL_TEMPLATE(generic, sys_time);

Completed in 3258 milliseconds

1 2