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

1 2 3 4 5 6 7 8 91011>>

  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 190 gettimeofday(&perfStart[id], NULL);
195 gettimeofday(&perfStop[id], NULL);
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 104 (void)gettimeofday(&tv, NULL);
201 (void)gettimeofday(&tv, NULL);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 114 static void gettimeofday (struct timeval *tv, void *dummy) function
144 gettimeofday(&tv, 0);
163 gettimeofday(&tv, 0);
306 /* Assume that the gettimeofday() has microsecond granularity */
367 gettimeofday(&last, 0);
372 gettimeofday(&tv, 0);
  /external/fio/
configure 710 # gettimeofday() probe
711 gettimeofday="no"
718 return gettimeofday(&tv, NULL);
721 if compile_prog "" "" "gettimeofday"; then
722 gettimeofday="yes"
724 echo "gettimeofday $gettimeofday"
1251 if test "$gettimeofday" = "yes" ; then
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 85 gettimeofday(&now, NULL);
239 gettimeofday(&now, NULL);
284 gettimeofday(&now, NULL);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 165 gettimeofday(&sTime, &sTimeZone); \
192 gettimeofday(&sTime, &sTimeZone); \
219 gettimeofday(&sTime, &sTimeZone); \
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 234 gettimeofday(&timeNow, NULL);
  /device/generic/goldfish/camera/
PreviewWindow.cpp 207 gettimeofday(&cur_time, NULL);
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 237 gettimeofday(&td1, &tz);
247 gettimeofday(&td2, &tz);
311 gettimeofday(&td1, &tz);
318 gettimeofday(&td2, &tz);
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 236 gettimeofday(&td1, &tz);
246 gettimeofday(&td2, &tz);
310 gettimeofday(&td1, &tz);
317 gettimeofday(&td2, &tz);
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 58 gettimeofday(&tv, NULL);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
event_listener.cc 39 gettimeofday(&tv, NULL);
  /external/chromium_org/third_party/libevent/
evutil.h 169 #define evutil_gettimeofday(tv, tz) gettimeofday((tv), (tz))
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_winsys_xsp.c 111 gettimeofday(&tv, NULL);
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/progs/d3d10app/
d3d10x11main.cpp 42 gettimeofday(&tv, 0);
  /external/chromium_org/third_party/opus/src/silk/
debug.c 60 gettimeofday(&tv, 0);
  /external/chromium_org/third_party/re2/util/
benchmark.cc 29 if(gettimeofday(&tv, 0) < 0)
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_util.cpp 100 gettimeofday(&currentTime, NULL);
  /external/chromium_org/third_party/webrtc/modules/utility/source/
rtp_dump_impl.cc 238 gettimeofday(&tv, &tz);
  /external/iproute2/ip/
rtmon.c 42 gettimeofday(&tv, NULL);
  /external/iputils/
clockdiff.c 195 (void)gettimeofday (&tv1, (struct timezone *)0);
219 (void)gettimeofday(&tv1, (struct timezone *)0);
373 gettimeofday (&tv1, NULL);
399 (void)gettimeofday(&tv1, (struct timezone *)0);
  /external/libopus/silk/
debug.c 60 gettimeofday(&tv, 0);
  /external/libpcap/lbl/
os-sunos4.h 108 int gettimeofday(struct timeval *, struct timezone *);
  /external/libpcap/
pcap-septel.c 158 (void)gettimeofday(&pcap_header.ts, NULL);
  /external/lldb/source/Host/common/
TimeValue.cpp 130 gettimeofday(&tv, NULL);

Completed in 1346 milliseconds

1 2 3 4 5 6 7 8 91011>>