/external/lldb/tools/debugserver/source/ |
D | DNBTimer.h | 73 gettimeofday (&m_timeval, NULL); in Reset() 101 gettimeofday (&now, NULL); in ElapsedMicroSeconds() 114 gettimeofday (&now, NULL); in GetTimeOfDay() 125 gettimeofday (&now, NULL);
|
/external/lldb/test/expression_command/timeout/ |
D | wait-a-while.c | 13 gettimeofday(&start_time, NULL); in wait_a_while() 23 gettimeofday(&now, NULL); in wait_a_while()
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
D | frame_counter.cc | 12 gettimeofday(&start_time, NULL); in BeginFrame() 19 gettimeofday(&end_time, NULL); in EndFrame()
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/ |
D | fps.h | 17 start_tv_retv = gettimeofday(&start_tv, NULL); in getseconds() 21 if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL))) in getseconds()
|
/external/oprofile/libopagent/ |
D | opagent.c | 170 if (gettimeofday(&tv, NULL)) { in op_open_agent() 207 if (gettimeofday(&tv, NULL)) { in op_close_agent() 247 if (gettimeofday(&tv, NULL)) { in op_write_native_code() 306 if (gettimeofday(&tv, NULL)) { in op_write_debug_line_info() 369 if (gettimeofday(&tv, NULL)) { in op_unload_native_code()
|
/external/chromium_org/sdch/open-vcdiff/src/ |
D | testing.h | 72 gettimeofday(&start_time_, NULL); in Start() 82 gettimeofday(&end_time, NULL); in Stop() 153 #error CycleTimer needs an implementation that does not use gettimeofday or QueryPerformanceCounter
|
/external/libunwind/tests/ |
D | forker.c | 50 gettimeofday (&start, NULL); in main() 69 gettimeofday (&stop, NULL); in main()
|
/external/chromium_org/third_party/libjpeg_turbo/ |
D | rrtimer.h | 61 gettimeofday(&__tv, (struct timezone *)NULL); in time() 107 gettimeofday(&__tv, (struct timezone *)NULL); in rrtime()
|
/external/chromium_org/third_party/ots/test/ |
D | perf.cc | 62 ::gettimeofday(&start, 0); in main() 71 ::gettimeofday(&end, 0); in main()
|
/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/libvpx/libvpx/vpx_ports/ |
D | vpx_timer.h | 61 gettimeofday(&t->begin, NULL); in vpx_usec_timer_start() 71 gettimeofday(&t->end, NULL); in vpx_usec_timer_mark()
|
/external/chromium_org/third_party/libvpx/source/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/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
D | sched-pipe.c | 70 gettimeofday(&start, NULL); in bench_sched_pipe() 84 gettimeofday(&stop, NULL); in bench_sched_pipe()
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
D | trace_posix.cc | 39 gettimeofday(&system_time_high_res, 0); in TracePosix() 50 if (gettimeofday(&system_time_high_res, 0) == -1) { in AddTime()
|
/external/webrtc/src/system_wrappers/source/ |
D | trace_posix.cc | 43 gettimeofday(&systemTimeHighRes, 0); in TracePosix() 56 if (gettimeofday(&systemTimeHighRes, 0) == -1) in AddTime()
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
D | cycleclock.h | 143 gettimeofday(&tv, NULL); in Now() 150 gettimeofday(&tv, NULL); in Now()
|
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
D | cycleclock.h | 145 gettimeofday(&tv, NULL); in Now() 152 gettimeofday(&tv, NULL); in Now()
|
/external/blktrace/btt/ |
D | bt_timeline.c | 105 gettimeofday(&tvs, NULL); in process() 112 gettimeofday(&tve, NULL); in process()
|
/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/llvm/lib/Support/Unix/ |
D | TimeValue.inc | 39 if (0 != ::gettimeofday(&the_time,nullptr)) { 40 // This is *really* unlikely to occur because the only gettimeofday
|
/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/chromium_org/third_party/libevent/test/ |
D | bench.c | 106 gettimeofday(&ts, NULL); in run_once() 111 gettimeofday(&te, NULL); in run_once()
|
/external/skia/experimental/Intersection/ |
D | EdgeDemoApp.mm | 25 gettimeofday(&t, NULL); 34 gettimeofday(&t, NULL);
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | EdgeDemoApp.mm | 25 gettimeofday(&t, NULL); 34 gettimeofday(&t, NULL);
|
/external/e2fsprogs/resize/ |
D | resource_track.c | 30 gettimeofday(&track->time_start, 0); in init_resource_track() 73 gettimeofday(&time_end, 0); in print_resource_track()
|