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

1 2 3 4 5 6 7 891011>>

  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syscond.c 113 gettimeofday(&delta, NULL);
  /external/qemu/
iolooper-select.c 227 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
oslib-posix.c 139 gettimeofday(&tv_now, NULL);
  /external/regex-re2/util/
benchmark.cc 29 if(gettimeofday(&tv, 0) < 0)
  /external/stressapptest/
configure.ac 135 AC_CHECK_FUNCS([ftruncate gettimeofday memset munmap select socket strtol strtoull])
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 47 gettimeofday(&tv, NULL);
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 183 if (gettimeofday(&tv, NULL) != 0)
  /hardware/invensense/60xx/mlsdk/platform/linux/
mlos_linux.c 197 if (gettimeofday(&tv, NULL) !=0)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
mlos_linux.c 183 if (gettimeofday(&tv, NULL) != 0)
  /hardware/qcom/media/mm-video-legacy/vidc/venc/test/
venc_util.c 46 gettimeofday(&tv, NULL);
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/test/
venc_util.c 46 gettimeofday(&tv, NULL);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Event.c 182 gettimeofday(&now, NULL);
  /libcore/luni/src/main/native/
java_lang_System.cpp 90 gettimeofday(&now, NULL);
  /ndk/sources/host-tools/make-3.81/
configure.in 132 # See if we have a standard version of gettimeofday(). Since actual
135 AC_CACHE_CHECK([for standard gettimeofday], ac_cv_func_gettimeofday,
141 exit (gettimeofday (&t, 0) != 0
149 [Define if you have a standard gettimeofday function])
  /system/core/libnl_2/
socket.c 47 if (gettimeofday(&tv, NULL))
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 265 gettimeofday(&startTime, NULL);
268 gettimeofday(&currentTime, NULL);
457 gettimeofday(&startTime, NULL);
470 gettimeofday(&endTime, NULL);
  /bionic/libc/netbsd/resolv/
res_random.c 226 gettimeofday(&tv, NULL);
238 gettimeofday(&tv, NULL);
  /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/dhcpcd/
common.c 195 /* Something above failed, so fall back to gettimeofday */
200 return gettimeofday(tp, NULL);
  /external/iproute2/misc/
lnstat_util.c 53 gettimeofday(&lf->last_read, NULL);
87 gettimeofday(&tv, NULL);
  /external/linux-tools-perf/bench/
sched-messaging.c 304 gettimeofday(&start, NULL);
314 gettimeofday(&stop, 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);

Completed in 2263 milliseconds

1 2 3 4 5 6 7 891011>>