HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 401 - 425 of 605) sorted by null

<<11121314151617181920>>

  /external/libvorbis/vq/
bookutil.c 312 gettimeofday(&thistime,NULL);
  /external/openssl/ssl/
d1_lib.c 480 gettimeofday(t, NULL);
  /external/qemu/telephony/
sysdeps_posix.c 308 gettimeofday( &tv, NULL );
  /external/wpa_supplicant_8/src/utils/
os_unix.c 57 res = gettimeofday(&tv, NULL);
  /hardware/intel/img/hwcomposer/ips/common/
RotationBufferProvider.cpp 71 gettimeofday(&ptimeval, NULL);
  /hardware/ril/reference-ril/
atchannel.c 93 gettimeofday(&tv, (struct timezone *) NULL);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 376 gettimeofday(&tv1, NULL);
  /system/core/toolbox/upstream-netbsd/bin/dd/
dd.c 280 (void)gettimeofday(&st.start, NULL); /* Statistics timestamp. */
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_main_menu.c     [all...]
  /external/chromium_org/native_client_sdk/src/examples/demo/earth/
earth.cc 51 int start_tv_retv = gettimeofday(&start_tv, NULL);
56 if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL)))
  /external/chromium_org/native_client_sdk/src/examples/demo/earth_simd/
earth.cc 58 int start_tv_retv = gettimeofday(&start_tv, NULL);
63 if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL)))
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
ScrollElasticityController.mm 49 if (boottime.tv_sec && -1 != gettimeofday(&now, 0)) {
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_dd.c 771 * indirect renderer. Not sure about how/if wrapping of gettimeofday()
799 (void) gettimeofday(&xq->StartTime, NULL);
827 (void) gettimeofday(&endTime, NULL);
  /external/fio/os/windows/
posix.c 232 int gettimeofday(struct timeval *restrict tp, void *restrict tzp) function
446 /* clock_gettime(CLOCK_REALTIME,...) is just an alias for gettimeofday with a
449 gettimeofday(&tv, NULL);
  /external/ltrace/
handle_event.c 791 gettimeofday(&elem->enter_time, &tz);
829 gettimeofday(&elem->enter_time, &tz);
output.c 81 gettimeofday(&tv, NULL);
102 gettimeofday(&tv, NULL);
  /external/mesa3d/src/mesa/drivers/x11/
xm_dd.c 771 * indirect renderer. Not sure about how/if wrapping of gettimeofday()
799 (void) gettimeofday(&xq->StartTime, NULL);
827 (void) gettimeofday(&endTime, NULL);
  /hardware/intel/common/libva/test/videoprocess/
videoprocess.cpp     [all...]
  /hardware/intel/common/libwsbm/src/
wsbm_slabpool.c 289 gettimeofday(&time, NULL);
1050 gettimeofday(&tmp->nextCheck, NULL);
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXExif.cpp 344 int status = gettimeofday (&sTv, NULL);
545 int status = gettimeofday (&sTv, NULL);
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXExif.cpp 346 int status = gettimeofday (&sTv, NULL);
547 int status = gettimeofday (&sTv, NULL);
  /ndk/sources/host-tools/sed-4.2.1/lib/
gnulib.mk 275 ## begin gnulib module gettimeofday
278 EXTRA_DIST += gettimeofday.c
280 EXTRA_libsed_a_SOURCES += gettimeofday.c
282 ## end gnulib module gettimeofday
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal.cpp     [all...]
  /external/compiler-rt/lib/msan/
msan_interceptors.cc 566 INTERCEPTOR(int, gettimeofday, void *tv, void *tz) {
568 int res = REAL(gettimeofday)(tv, tz);
    [all...]

Completed in 1887 milliseconds

<<11121314151617181920>>