Searched
refs:gettimeofday (Results
251 -
275 of
605) sorted by null
<<11121314151617181920>>
/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);
|
/external/ltrace/ |
summary.c | 58 gettimeofday(&tv, NULL);
|
/external/mesa3d/src/gallium/auxiliary/vl/ |
vl_winsys_xsp.c | 111 gettimeofday(&tv, NULL);
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d10app/ |
d3d10x11main.cpp | 42 gettimeofday(&tv, 0);
|
/external/qemu/android/ |
iolooper-select.c | 227 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
|
user-config.c | 143 gettimeofday( &tm, NULL );
|
/external/regex-re2/util/ |
benchmark.cc | 29 if(gettimeofday(&tv, 0) < 0)
|
/external/skia/tools/skpdiff/ |
skpdiff_util.cpp | 100 gettimeofday(¤tTime, NULL);
|
/external/tcpdump/lbl/ |
os-sunos4.h | 108 int gettimeofday(struct timeval *, struct timezone *);
|
/frameworks/base/media/tests/omxjpegdecoder/ |
omx_jpeg_decoder.cpp | 85 gettimeofday(&tv, NULL);
|
/frameworks/native/opengl/libagl/ |
dxt.cpp | 141 gettimeofday(&start_t, &tz); 183 gettimeofday(&end_t, &tz); 606 gettimeofday(&start_t, &tz); 628 gettimeofday(&end_t, &tz);
|
/hardware/qcom/gps/utils/ |
loc_timer.c | 62 gettimeofday(&tv, NULL);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Event.c | 182 gettimeofday(&now, NULL);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
tempname.c | 70 # define __gettimeofday gettimeofday
|
/system/core/fastboot/ |
usbtest.c | 44 gettimeofday(&tv, 0);
|
/external/bluetooth/bluedroid/main/ |
bte_logmsg.c | 234 gettimeofday(&tv, &tz); 288 gettimeofday(&tv, &tz);
|
/external/netperf/ |
netcpu_looper.c | 520 gettimeofday (&time1, &tz); 522 gettimeofday (&time2, &tz);
|
/external/qemu/distrib/sdl-1.2.15/src/audio/nas/ |
SDL_nasaudio.c | 307 gettimeofday(&this2->last_tv, 0); 319 gettimeofday(&this2->last_tv, 0);
|
/external/wpa_supplicant_8/src/utils/ |
os_internal.c | 37 res = gettimeofday(&tv, NULL); 48 res = gettimeofday(&tv, NULL);
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoDecoderVP9Hybrid.cpp | 162 gettimeofday(&tv_start,NULL); 170 gettimeofday(&tv_end,NULL);
|
Completed in 1304 milliseconds
<<11121314151617181920>>