/external/autotest/client/tests/monotonic_time/ |
D | control | 9 gettimeofday() 18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC) 25 # gettimeofday() - microseconds
|
/external/autotest/client/tests/kvm/autotest_control/ |
D | monotonic_time.control | 9 gettimeofday() 18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC) 25 # gettimeofday() - microseconds
|
/external/toybox/toys/posix/ |
D | time.c | 30 gettimeofday(&tv, NULL); in time_main() 38 gettimeofday(&tv2, NULL); in time_main()
|
/external/libunwind/tests/ |
D | forker.c | 50 gettimeofday (&start, NULL); in main() 69 gettimeofday (&stop, NULL); in main()
|
/external/c-ares/ |
D | ares__timeval.c | 59 (void)gettimeofday(&now, NULL); in ares__tvnow() 79 (void)gettimeofday(&now, NULL); in ares__tvnow()
|
/external/vboot_reference/tests/tpm_lite/ |
D | tpmtest_timing.c | 28 gettimeofday(&before, NULL); \ 34 gettimeofday(&after, NULL); \
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | trace_posix.cc | 25 gettimeofday(&system_time_high_res, 0); in TracePosix() 35 if (gettimeofday(&system_time_high_res, 0) == -1) { in AddTime()
|
/external/opencv3/3rdparty/libjasper/ |
D | jas_tmr.c | 86 if (gettimeofday(&tmr->start, 0)) { in jas_tmr_start() 93 if (gettimeofday(&tmr->stop, 0)) { in jas_tmr_stop()
|
/external/llvm/test/Transforms/FunctionAttrs/ |
D | annotate-1.ll | 18 declare i32 @gettimeofday(i8*, i8*) 19 ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]]
|
/external/curl/tests/libtest/ |
D | testutil.c | 67 (void)gettimeofday(&now, NULL); in tutil_tvnow() 87 (void)gettimeofday(&now, NULL); in tutil_tvnow()
|
/external/curl/src/ |
D | tool_util.c | 77 (void)gettimeofday(&now, NULL); in tool_tvnow() 97 (void)gettimeofday(&now, NULL); in tool_tvnow()
|
/external/curl/lib/ |
D | timeval.c | 73 (void)gettimeofday(&now, NULL); in curlx_tvnow() 93 (void)gettimeofday(&now, NULL); in curlx_tvnow()
|
/external/libvpx/libvpx/vpx_ports/ |
D | vpx_timer.h | 64 gettimeofday(&t->begin, NULL); in vpx_usec_timer_start() 74 gettimeofday(&t->end, NULL); in vpx_usec_timer_mark()
|
/external/google-benchmark/src/ |
D | cycleclock.h | 127 gettimeofday(&tv, nullptr); in Now() 133 gettimeofday(&tv, nullptr); in Now()
|
/external/avahi/avahi-common/ |
D | timeval.c | 81 gettimeofday(&now, NULL); in avahi_age() 89 gettimeofday(tv, NULL); in avahi_elapse_time()
|
/external/libvncserver/examples/android/jni/ |
D | fbvncserver.c | 222 gettimeofday(&ev.time,0); in injectKeyEvent() 322 gettimeofday(&ev.time,0); in injectTouchEvent() 332 gettimeofday(&ev.time,0); in injectTouchEvent() 342 gettimeofday(&ev.time,0); in injectTouchEvent() 352 gettimeofday(&ev.time,0); in injectTouchEvent()
|
/external/libvncserver/examples/ |
D | camera.c | 61 gettimeofday(&now,NULL); in TimeToTakePicture() 105 gettimeofday(&now,NULL); in TakePicture()
|
/external/blktrace/btt/ |
D | bt_timeline.c | 105 gettimeofday(&tvs, NULL); in process() 112 gettimeofday(&tve, NULL); in process()
|
/external/libmicrohttpd/src/examples/ |
D | benchmark_https.c | 75 gettimeofday (&tve, NULL); in completed_callback() 99 gettimeofday (tv, NULL); in uri_logger_cb()
|
D | benchmark.c | 75 gettimeofday (&tve, NULL); in completed_callback() 99 gettimeofday (tv, NULL); in uri_logger_cb()
|
/external/e2fsprogs/e2fsck/ |
D | scantest.c | 57 gettimeofday(&track->time_start, 0); in init_resource_track() 75 gettimeofday(&time_end, 0); in print_resource_track()
|
/external/libdrm/tests/ |
D | drmstat.c | 372 gettimeofday(&loop_start, NULL); in main() 374 gettimeofday(&lock_start, NULL); in main() 376 gettimeofday(&lock_end, NULL); in main() 391 gettimeofday(&loop_end, NULL); in main()
|
D | drmsl.c | 89 gettimeofday(&start, NULL); in do_time() 96 gettimeofday(&stop, NULL); in do_time()
|
/external/e2fsprogs/lib/ext2fs/ |
D | mmp.c | 99 gettimeofday(&tv, 0); in ext2fs_mmp_write() 134 gettimeofday(&tv, 0); in ext2fs_mmp_new_seq() 137 gettimeofday(&tv, 0); in ext2fs_mmp_new_seq() 377 gettimeofday(&tv, 0); in ext2fs_mmp_update()
|
/external/ipsec-tools/src/racoon/ |
D | algorithm.c | 426 gettimeofday(&start, NULL); 432 gettimeofday(&end, NULL); 538 gettimeofday(&start, NULL); 544 gettimeofday(&end, NULL); 567 gettimeofday(&start, NULL); 573 gettimeofday(&end, NULL);
|