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

1 2 3

  /external/strace/
m32_funcs.h 9 #undef sys_time macro
10 #define sys_time m32_sys_time macro
mx32_funcs.h 9 #undef sys_time macro
10 #define sys_time mx32_sys_time macro
  /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 26 TEST(sys_time, utimes_nullptr) {
31 TEST(sys_time, utimes_EINVAL) {
53 TEST(sys_time, futimes_nullptr) {
58 TEST(sys_time, futimes_EINVAL) {
80 TEST(sys_time, futimesat_nullptr) {
85 TEST(sys_time, futimesat_EINVAL) {
107 TEST(sys_time, lutimes_nullptr) {
112 TEST(sys_time, lutimes_EINVAL) {
134 TEST(sys_time, gettimeofday) {
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Process.h 51 /// spent in user (non-kernel) mode and \p sys_time to the amount of CPU
60 TimeValue& sys_time
  /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/swiftshader/third_party/llvm-subzero/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/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
65 std::chrono::nanoseconds &sys_time);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/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
65 std::chrono::nanoseconds &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/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.c 457 struct timeval usr_time, sys_time; local
502 sys_time = difftimeval(&end_ru.ru_stime, &start_ru.ru_stime);
506 printf("sys %5.2f s\n", sys_time.tv_sec + sys_time.tv_usec / 1e6);
  /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/ltp/utils/benchmark/kernbench-0.42/
kernbench 202 read elapsed_time user_time sys_time percent ctx sleeps <timelog
205 temp_sys=`add_data_point $sys_time $temp_sys`
  /external/strace/linux/
dummy.h 98 #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/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

Completed in 5085 milliseconds

1 2 3