/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
cycleclock.h | 145 gettimeofday(&tv, NULL); 150 // back to gettimeofday. It's possible clock_gettime would be better. 152 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
cycleclock.h | 143 gettimeofday(&tv, NULL); 148 // back to gettimeofday. It's possible clock_gettime would be better. 150 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
trace_posix.cc | 39 gettimeofday(&system_time_high_res, 0); 50 if (gettimeofday(&system_time_high_res, 0) == -1) {
|
tick_util.cc | 91 gettimeofday(&tv, NULL);
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
sched-pipe.c | 70 gettimeofday(&start, NULL); 84 gettimeofday(&stop, NULL);
|
/external/webrtc/src/system_wrappers/source/ |
trace_posix.cc | 43 gettimeofday(&systemTimeHighRes, 0); 56 if (gettimeofday(&systemTimeHighRes, 0) == -1)
|
/system/extras/tests/ext4/ |
rand_emmc_perf.c | 124 gettimeofday(&stats_buf[i].start, NULL); 140 gettimeofday(&stats_buf[i].end, NULL); 154 gettimeofday(&start, NULL); 169 gettimeofday(&end, NULL); 176 gettimeofday(&end, NULL);
|
/frameworks/native/opengl/tests/angeles/ |
app-linux.cpp | 207 gettimeofday(&timeTemp, NULL); 214 gettimeofday(&timeNow, NULL); 223 gettimeofday(&timeTemp, NULL);
|
/hardware/ti/omap4-aah/camera/ |
CameraHalCommon.cpp | 45 gettimeofday(&ppm, NULL); 72 gettimeofday(&ppm, NULL); 105 gettimeofday(&ppm, NULL);
|
/external/blktrace/btt/ |
bt_timeline.c | 105 gettimeofday(&tvs, NULL); 112 gettimeofday(&tve, NULL);
|
/external/chromium_org/sdch/open-vcdiff/testdata/ |
configure.ac.v0.1 | 37 AC_CHECK_FUNCS([gettimeofday QueryPerformanceCounter])
|
configure.ac.v0.2 | 39 AC_CHECK_FUNCS([gettimeofday QueryPerformanceCounter])
|
/external/e2fsprogs/e2fsck/ |
scantest.c | 57 gettimeofday(&track->time_start, 0); 75 gettimeofday(&time_end, 0);
|
/external/e2fsprogs/resize/ |
resource_track.c | 30 gettimeofday(&track->time_start, 0); 73 gettimeofday(&time_end, 0);
|
/hardware/qcom/gps/msm8960/utils/ |
loc_log.cpp | 175 gettimeofday(&now, NULL); 227 gettimeofday(&tv, &tz);
|
/hardware/qcom/gps/utils/ |
loc_log.cpp | 175 gettimeofday(&now, NULL); 233 gettimeofday(&tv, &tz);
|
/bionic/libc/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/cts/suite/cts/deviceTests/dram/jni/ |
MemoryNativeJni.cpp | 25 gettimeofday(&tv, (struct timezone *) NULL);
|
/development/ndk/platforms/android-3/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
app-android.c | 42 gettimeofday(&now, NULL);
|
/development/ndk/platforms/android-L/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/development/perftests/panorama/feature_stab/src/dbregtest/ |
dbregtest.cpp | 199 gettimeofday(&ts1, NULL); 206 gettimeofday(&ts2, NULL); 232 gettimeofday(&ts3, NULL); 241 gettimeofday(&ts4, NULL);
|
/external/chromium_org/components/nacl/loader/nonsfi/ |
irt_basic.cc | 28 if (gettimeofday(&host_tv, NULL))
|
/external/chromium_org/third_party/libyuv/unit_test/ |
unit_test.h | 53 gettimeofday(&t, &tzp);
|
/external/chromium_org/third_party/webrtc/modules/audio_device/ |
audio_device_utility.cc | 57 #include <sys/time.h> // gettimeofday 59 #include <time.h> // gettimeofday 99 gettimeofday(&tv, &tz);
|