HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 201 - 225 of 598) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/qemu/android/camera/
camera-common.h 186 gettimeofday(&t, NULL);
  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 93 gettimeofday ( &buffer_save_audio, NULL );
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 14 #include <sys/time.h> // gettimeofday()
82 gettimeofday(&now, 0);
  /hardware/intel/img/libdrm/libdrm/nouveau/
nouveau_notifier.c 122 gettimeofday(&tv, NULL);
  /hardware/intel/img/libdrm/tests/
drmstat.c 371 gettimeofday(&loop_start, NULL);
373 gettimeofday(&lock_start, NULL);
375 gettimeofday(&lock_end, NULL);
390 gettimeofday(&loop_end, NULL);
  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 73 gettimeofday(&tv, NULL);
  /hardware/ti/omap4-aah/domx/mm_osal/src/
timm_osal_semaphores.c 181 /*Some delay in calling gettimeofday and sem_timedwait - cant
182 be avoided. Possibility of thread switch after gettimeofday
184 gettimeofday(&ltime_now, NULL);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_semaphores.c 181 /*Some delay in calling gettimeofday and sem_timedwait - cant
182 be avoided. Possibility of thread switch after gettimeofday
184 gettimeofday(&ltime_now, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
chrono.cpp 11 #include <sys/time.h> //for gettimeofday and timeval
33 gettimeofday(&tv, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
  /external/chromium_org/sdch/open-vcdiff/
configure.ac 45 AC_CHECK_FUNCS([gettimeofday QueryPerformanceCounter])
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 259 gettimeofday(&start, NULL);
272 gettimeofday(&stop, NULL);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
event_posix.cc 133 gettimeofday(&value, &time_zone);
234 gettimeofday(&value, &time_zone);
  /external/iproute2/misc/
lnstat_util.c 53 gettimeofday(&lf->last_read, NULL);
87 gettimeofday(&tv, NULL);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy.c 41 "Use cycles event instead of gettimeofday() for measuring"),
156 BUG_ON(gettimeofday(&tv_start, NULL));
159 BUG_ON(gettimeofday(&tv_end, NULL));
mem-memset.c 41 "Use cycles event instead of gettimeofday() for measuring"),
149 BUG_ON(gettimeofday(&tv_start, NULL));
152 BUG_ON(gettimeofday(&tv_end, NULL));
sched-messaging.c 299 gettimeofday(&start, NULL);
309 gettimeofday(&stop, NULL);
  /external/lldb/tools/debugserver/source/
DNBLog.cpp 183 gettimeofday(&tv, NULL);
236 gettimeofday(&tv, NULL);
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 259 gettimeofday(&start, NULL);
272 gettimeofday(&stop, NULL);
  /external/netperf/
netcpu_kstat.c 291 gettimeofday (&time1, &tz);
293 gettimeofday (&time2, &tz);
netcpu_perfstat.c 192 gettimeofday (&time1, &tz);
194 gettimeofday (&time2, &tz);
netcpu_pstat.c 158 gettimeofday (&time1, &tz);
160 gettimeofday (&time2, &tz);
  /external/qemu/slirp/
slirp.h 135 #define gettimeofday(x, y) gettimeofday(x) macro
  /external/tremolo/Tremolo/
misc.c 95 gettimeofday(&tv,&tz);
155 gettimeofday(&tv,&tz);

Completed in 1249 milliseconds

1 2 3 4 5 6 7 891011>>