/external/iputils/ |
ping_common.c | 456 gettimeofday(&tv, NULL); 482 gettimeofday(&cur_time, NULL); 488 gettimeofday(&tv, NULL); 704 gettimeofday(&start_time, NULL); 846 gettimeofday(&recv_time, NULL); 894 gettimeofday(tv, NULL);
|
traceroute6.c | 605 gettimeofday(&t1, &tz); 610 gettimeofday(&t2, &tz); 733 gettimeofday(&pkt->tv, &tz);
|
tracepath.c | 119 gettimeofday(&tv, NULL); 270 gettimeofday(&hdr->tv, NULL);
|
tracepath6.c | 132 gettimeofday(&tv, NULL); 340 gettimeofday(&hdr->tv, NULL);
|
/prebuilts/go/darwin-x86/src/syscall/ |
syscall_linux_amd64.go | 66 func gettimeofday(tv *Timeval) (err Errno) func 68 func Gettimeofday(tv *Timeval) (err error) { 69 errno := gettimeofday(tv) 78 errno := gettimeofday(&tv)
|
/prebuilts/go/linux-x86/src/syscall/ |
syscall_linux_amd64.go | 66 func gettimeofday(tv *Timeval) (err Errno) func 68 func Gettimeofday(tv *Timeval) (err error) { 69 errno := gettimeofday(tv) 78 errno := gettimeofday(&tv)
|
/external/libvncserver/libvncserver/ |
main.c | 1083 void gettimeofday(struct timeval* tv,char* dummy) function 1136 gettimeofday(&cl->startDeferring,NULL); 1140 gettimeofday(&tv,NULL); 1153 gettimeofday(&cl->startPtrDeferring,NULL); 1158 gettimeofday(&tv,NULL);
|
/external/libxml2/ |
testSAX.c | 92 #define gettimeofday my_gettimeofday macro 108 gettimeofday(&begin, NULL); 122 gettimeofday(&end, NULL); 138 * No gettimeofday function, so we have to make do with calling clock. 172 * We don't have a gettimeofday or time.h, so we just don't do timing 193 /* We don't have gettimeofday, time or stdarg.h, what crazy world is
|
/external/ppp/pppd/plugins/rp-pppoe/ |
discovery.c | 48 if (gettimeofday(&now, NULL) < 0) { 49 error("gettimeofday: %m"); 364 if (gettimeofday(&expire_at, NULL) < 0) { 365 error("gettimeofday (waitForPADO): %m"); 548 if (gettimeofday(&expire_at, NULL) < 0) { 549 error("gettimeofday (waitForPADS): %m");
|
/external/ppp/pppd/ |
main.c | 574 gettimeofday(&start_time, NULL); [all...] |
/bionic/libc/bionic/ |
getentropy_linux.c | 371 HX((e = gettimeofday(&tv, NULL)) == -1, tv); 513 HX((e = gettimeofday(&tv, NULL)) == -1, tv);
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
ev_timers.c | 139 if (gettimeofday(&now, NULL) < 0) 152 if (gettimeofday(&now, NULL) < 0)
|
/bionic/linker/ |
linker_main.cpp | 216 gettimeofday(&t0, 0); 414 gettimeofday(&t1, nullptr);
|
/device/google/marlin/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpegdec_test.c | 127 gettimeofday(&dtime[1], NULL); 416 gettimeofday(&dtime[0], NULL);
|
/device/huawei/angler/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpegdec_test.c | 119 gettimeofday(&dtime[1], NULL); 408 gettimeofday(&dtime[0], NULL);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-jpeg-interface/test/ |
mm_jpegdec_test.c | 119 gettimeofday(&dtime[1], NULL); 408 gettimeofday(&dtime[0], NULL);
|
/external/autotest/client/tests/ipv6connect/src/ |
ipv6connect.c | 455 gettimeofday(&tv0, NULL); 469 gettimeofday(&tv1, NULL);
|
/external/iputils/ninfod/ |
ninfod_core.c | 403 if (gettimeofday(&tv, NULL) < 0) { 404 DEBUG(LOG_WARNING, "%s(): failed to gettimeofday()\n", __func__); 487 if (gettimeofday(&tv, NULL) < 0) { 488 DEBUG(LOG_WARNING, "%s(): gettimeofday(): %s\n",
|
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 181 gettimeofday(&end, NULL); 193 gettimeofday(&now, NULL);
|
/external/python/cpython2/Modules/_multiprocessing/ |
semaphore.c | 233 if (gettimeofday(&now, NULL) < 0) 302 if (gettimeofday(&now, NULL) < 0) {
|
/external/selinux/mcstrans/src/ |
mcstrans.c | 1092 gettimeofday(&startTime, 0); 1257 gettimeofday(&stopTime, 0); 1284 gettimeofday(&startTime, 0); [all...] |
/external/stressapptest/src/ |
worker.h | 238 void StartThreadTimer() {gettimeofday(&start_time_, NULL);} 242 gettimeofday(&end_time_, NULL);
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
PVRShellOS.cpp | 125 gettimeofday(&m_StartTime,NULL); 497 gettimeofday(&tv,NULL);
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 389 gettimeofday(&startTime, NULL); 392 gettimeofday(¤tTime, NULL);
|
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.c | 78 gettimeofday(&time_deta, (struct timezone *)NULL); 497 gettimeofday(&inter_period, (struct timezone *)NULL);
|