/external/chromium_org/third_party/webrtc/base/ |
cpumonitor.cc | 313 gettimeofday(&tv, NULL);
|
/external/libpcap/ |
pcap-canusb-linux.c | 409 gettimeofday(&firstpacket, NULL);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 350 /// int gettimeofday(struct timeval *tp, void *tzp); 351 gettimeofday, enumerator in enum:llvm::LibFunc::Func
|
/external/qemu/util/ |
qemu-thread-posix.c | 199 gettimeofday(&tv, NULL);
|
/hardware/intel/common/omx-components/videocodec/ |
OMXVideoEncoderVP8.cpp | 177 gettimeofday(&t, NULL);
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_ni.cpp | 215 gettimeofday(&present_time, NULL);
|
/hardware/ril/libril/ |
ril_event.cpp | 104 gettimeofday(tv, NULL);
|
/external/iputils/ |
arping.c | 302 gettimeofday(&now, NULL); 342 gettimeofday(&tv, NULL); 383 gettimeofday(&tv, NULL);
|
ping.c | 736 gettimeofday(&tmp_tv, NULL); 750 gettimeofday(&tmp_tv, NULL); 916 gettimeofday(&recv_time, NULL); [all...] |
ping6.c | 309 if (!gettimeofday(&tv, NULL)) 321 gettimeofday(&ni_nonce_secret.tv, NULL); [all...] |
/external/mdnsresponder/mDNSShared/ |
dnsextd.c | 842 if (gettimeofday(&now, NULL)) { LogErr("PrintTable", "gettimeofday"); return; } [all...] |
/external/valgrind/main/coregrind/ |
vgdb.c | 239 gettimeofday(&cmd_max_end_time, NULL); 245 gettimeofday(&invoke_time, NULL); 268 gettimeofday(&now, NULL); [all...] |
/hardware/ti/omap4xxx/camera/ |
CameraHal.cpp | [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 484 gettimeofday(&tv, NULL); 836 gettimeofday(&tv_start, NULL); 863 gettimeofday(&tv_end, NULL); [all...] |
/bootable/recovery/ |
screen_ui.cpp | 48 gettimeofday(&tv, NULL);
|
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 368 gettimeofday(&tv, &tz);
|
/development/ndk/platforms/android-8/samples/bitmap-plasma/jni/ |
plasma.c | 40 gettimeofday(&tv, NULL);
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 45 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/libusb/src/libusb/ |
libusbi.h | 453 #define usbi_gettimeofday(tv, tz) gettimeofday((tv), (tz)) [all...] |
/external/chromium_org/third_party/libxslt/libxslt/ |
xsltutils.c | 44 /* gettimeofday on Windows ??? */ 49 #define gettimeofday(p1,p2) macro [all...] |
/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_lib.c | 479 gettimeofday(t, NULL);
|
/external/fio/ |
gettime.c | 113 printf("Total %lu gettimeofday\n", total_calls); 152 gettimeofday(tp, NULL);
|
/external/iproute2/misc/ |
rtacct.c | 382 gettimeofday(&now, NULL);
|
/external/iptables/utils/ |
nfnl_osf.c | 121 gettimeofday(&tv, NULL);
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 627 if (gettimeofday(&then, NULL) == 0) { 645 if (use_sleep || gettimeofday(&now, NULL) != 0) { 684 if (gettimeofday(&now, NULL) == 0) { 697 if (gettimeofday(&now, NULL) == 0) { [all...] |