HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 351 - 375 of 751) sorted by null

<<11121314151617181920>>

  /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/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 241 gettimeofday(&t0, 0);
428 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);
  /external/adhd/cras/src/server/
cras_bt_io.c 73 gettimeofday(&n->base.plugged_time, NULL);
364 gettimeofday(&active->base.plugged_time, 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/iputils/
tracepath.c 119 gettimeofday(&tv, NULL);
270 gettimeofday(&hdr->tv, NULL);
tracepath6.c 132 gettimeofday(&tv, NULL);
340 gettimeofday(&hdr->tv, NULL);
  /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/python/cpython3/Modules/_multiprocessing/
semaphore.c 226 if (gettimeofday(&now, NULL) < 0)
295 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(&currentTime, 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);
  /hardware/qcom/camera/msm8998/QCamera2/stack/mm-jpeg-interface/test/
mm_jpegdec_test.c 127 gettimeofday(&dtime[1], NULL);
416 gettimeofday(&dtime[0], NULL);
  /packages/experimental/procstatlog/
procstatlog.c 390 gettimeofday(&before, NULL);
397 gettimeofday(&after, NULL);
  /external/ipsec-tools/src/racoon/
isakmp.c 794 gettimeofday(&start, NULL);
853 gettimeofday(&end, NULL);
861 gettimeofday(&iph1->end, NULL);
965 gettimeofday(&start, NULL);
1014 gettimeofday(&end, NULL);
1094 gettimeofday(&iph1->start, NULL);
1095 gettimeofday(&start, NULL);
1109 gettimeofday(&end, NULL);
1209 gettimeofday(&iph1->start, NULL);
1210 gettimeofday(&start, NULL)
    [all...]
  /bionic/libc/bionic/
ndk_cruft.cpp 308 if (gettimeofday(&tv, &tz) < 0)
  /cts/tests/openglperf2/jni/graphics/
GLUtils.cpp 194 gettimeofday(&tv, (struct timezone *) NULL);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 284 #define gettimeofday(tvp,tz) do { (tvp)->tv_sec = time(NULL); (tvp)->tv_usec = 0; } while (0) macro

Completed in 810 milliseconds

<<11121314151617181920>>