Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/external/autotest/client/tests/monotonic_time/
Dcontrol9 gettimeofday()
18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC)
25 # gettimeofday() - microseconds
/external/autotest/client/tests/kvm/autotest_control/
Dmonotonic_time.control9 gettimeofday()
18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC)
25 # gettimeofday() - microseconds
/external/toybox/toys/posix/
Dtime.c30 gettimeofday(&tv, NULL); in time_main()
38 gettimeofday(&tv2, NULL); in time_main()
/external/libunwind/tests/
Dforker.c50 gettimeofday (&start, NULL); in main()
69 gettimeofday (&stop, NULL); in main()
/external/c-ares/
Dares__timeval.c59 (void)gettimeofday(&now, NULL); in ares__tvnow()
79 (void)gettimeofday(&now, NULL); in ares__tvnow()
/external/vboot_reference/tests/tpm_lite/
Dtpmtest_timing.c28 gettimeofday(&before, NULL); \
34 gettimeofday(&after, NULL); \
/external/webrtc/webrtc/system_wrappers/source/
Dtrace_posix.cc25 gettimeofday(&system_time_high_res, 0); in TracePosix()
35 if (gettimeofday(&system_time_high_res, 0) == -1) { in AddTime()
/external/opencv3/3rdparty/libjasper/
Djas_tmr.c86 if (gettimeofday(&tmr->start, 0)) { in jas_tmr_start()
93 if (gettimeofday(&tmr->stop, 0)) { in jas_tmr_stop()
/external/llvm/test/Transforms/FunctionAttrs/
Dannotate-1.ll18 declare i32 @gettimeofday(i8*, i8*)
19 ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]]
/external/curl/tests/libtest/
Dtestutil.c67 (void)gettimeofday(&now, NULL); in tutil_tvnow()
87 (void)gettimeofday(&now, NULL); in tutil_tvnow()
/external/curl/src/
Dtool_util.c77 (void)gettimeofday(&now, NULL); in tool_tvnow()
97 (void)gettimeofday(&now, NULL); in tool_tvnow()
/external/curl/lib/
Dtimeval.c73 (void)gettimeofday(&now, NULL); in curlx_tvnow()
93 (void)gettimeofday(&now, NULL); in curlx_tvnow()
/external/libvpx/libvpx/vpx_ports/
Dvpx_timer.h64 gettimeofday(&t->begin, NULL); in vpx_usec_timer_start()
74 gettimeofday(&t->end, NULL); in vpx_usec_timer_mark()
/external/google-benchmark/src/
Dcycleclock.h127 gettimeofday(&tv, nullptr); in Now()
133 gettimeofday(&tv, nullptr); in Now()
/external/avahi/avahi-common/
Dtimeval.c81 gettimeofday(&now, NULL); in avahi_age()
89 gettimeofday(tv, NULL); in avahi_elapse_time()
/external/libvncserver/examples/android/jni/
Dfbvncserver.c222 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/
Dcamera.c61 gettimeofday(&now,NULL); in TimeToTakePicture()
105 gettimeofday(&now,NULL); in TakePicture()
/external/blktrace/btt/
Dbt_timeline.c105 gettimeofday(&tvs, NULL); in process()
112 gettimeofday(&tve, NULL); in process()
/external/libmicrohttpd/src/examples/
Dbenchmark_https.c75 gettimeofday (&tve, NULL); in completed_callback()
99 gettimeofday (tv, NULL); in uri_logger_cb()
Dbenchmark.c75 gettimeofday (&tve, NULL); in completed_callback()
99 gettimeofday (tv, NULL); in uri_logger_cb()
/external/e2fsprogs/e2fsck/
Dscantest.c57 gettimeofday(&track->time_start, 0); in init_resource_track()
75 gettimeofday(&time_end, 0); in print_resource_track()
/external/libdrm/tests/
Ddrmstat.c372 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()
Ddrmsl.c89 gettimeofday(&start, NULL); in do_time()
96 gettimeofday(&stop, NULL); in do_time()
/external/e2fsprogs/lib/ext2fs/
Dmmp.c99 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/
Dalgorithm.c426 gettimeofday(&start, NULL);
432 gettimeofday(&end, NULL);
538 gettimeofday(&start, NULL);
544 gettimeofday(&end, NULL);
567 gettimeofday(&start, NULL);
573 gettimeofday(&end, NULL);

12345678910>>...15