HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 51 - 75 of 751) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/oj-libjdwp/src/solaris/back/
proc_md.h 45 (void)gettimeofday(&tval,NULL); \
  /frameworks/rs/tests/cpp_api/latency/
latency.cpp 77 gettimeofday(&start, nullptr);
85 gettimeofday(&stop, nullptr);
91 gettimeofday(&start, nullptr);
101 gettimeofday(&stop, nullptr);
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_time.cpp 38 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_stub/src/
loc_stub_time.cpp 38 gettimeofday(&t, NULL);
  /system/core/fastboot/
util.cpp 40 gettimeofday(&tv, NULL);
  /system/extras/crypto-perf/
crypto.cpp 126 gettimeofday(&begin_time, NULL);
131 gettimeofday(&end_time, NULL);
149 gettimeofday(&begin_time, NULL);
154 gettimeofday(&end_time, NULL);
  /system/extras/tests/pagingtest/
pageinout_test.c 57 gettimeofday(&begin_time, NULL);
62 gettimeofday(&end_time, NULL);
71 gettimeofday(&begin_time, NULL);
74 gettimeofday(&end_time, NULL);
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
Time.inf 34 gettimeofday.c
  /external/curl/src/
tool_util.c 77 (void)gettimeofday(&now, NULL);
92 ** gettimeofday() is not granted to be increased monotonically, due to
97 (void)gettimeofday(&now, NULL);
  /external/curl/tests/libtest/
testutil.c 67 (void)gettimeofday(&now, NULL);
82 ** gettimeofday() is not granted to be increased monotonically, due to
87 (void)gettimeofday(&now, NULL);
  /external/libunwind/tests/
forker.c 50 gettimeofday (&start, NULL);
69 gettimeofday (&stop, NULL);
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 62 gettimeofday(&t->begin, NULL);
70 gettimeofday(&t->end, NULL);
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-syscall.c 75 gettimeofday(&end, NULL);
94 gettimeofday(&now, 0);
  /external/linux-kselftest/tools/testing/selftests/timers/
set-tz.c 44 gettimeofday(&tv, &tz);
54 gettimeofday(&tv, &tz);
  /external/ltp/testcases/kernel/controllers/freezer/
timed_forkbomb.c 62 if (gettimeofday(&start, NULL))
78 if (gettimeofday(&now, NULL) && (errno != EINTR))
  /external/ltp/testcases/kernel/syscalls/stime/
stime01.c 115 if (gettimeofday(&real_time_tv, NULL) < 0) {
117 "failed to get current time via gettimeofday(2)");
137 if (gettimeofday(&pres_time_tv, NULL) < 0) {
  /external/ltp/testcases/network/rpc/rpc-tirpc/tests_pack/rpc_suite/rpc/rpc_stdcall_clnt_call/
rpc_clnt_call_scalability.c 94 gettimeofday(&tv1, &tz);
105 gettimeofday(&tv2, &tz);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_timedlock/
1-1.c 115 gettimeofday(&currsec1, NULL);
131 gettimeofday(&currsec2, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigtimedwait/
1-1.c 100 if (gettimeofday(&time1, NULL) == -1) {
101 perror("gettimeofday()");
109 if (gettimeofday(&time2, NULL) == -1) {
110 perror("gettimeofday()");
2-1.c 101 if (gettimeofday(&time1, NULL) == -1) {
102 perror("gettimeofday()");
110 if (gettimeofday(&time2, NULL) == -1) {
111 perror("gettimeofday()");
  /external/toybox/toys/posix/
time.c 32 gettimeofday(&tv, NULL);
40 gettimeofday(&tv2, NULL);
  /external/vboot_reference/tests/tpm_lite/
tpmtest_timing.c 28 gettimeofday(&before, NULL); \
34 gettimeofday(&after, NULL); \
  /external/vixl/benchmarks/aarch32/
bench-branch-link-masm.cc 49 gettimeofday(&start, NULL);
75 gettimeofday(&end, NULL);
bench-branch-masm.cc 48 gettimeofday(&start, NULL);
65 gettimeofday(&end, NULL);
bench-dataop.cc 47 gettimeofday(&start, NULL);
61 gettimeofday(&end, NULL);

Completed in 1199 milliseconds

1 23 4 5 6 7 8 91011>>