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

<<11121314151617181920>>

  /external/tcpdump/lbl/
os-sunos4.h 106 int gettimeofday(struct timeval *, struct timezone *);
  /external/xmlrpcpp/src/
XmlRpcDispatch.cpp 203 gettimeofday(&tv, &tz);
  /frameworks/av/services/audioflinger/
BufLog.cpp 131 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/msm8084/utils/
loc_timer.c 62 gettimeofday(&tv, NULL);
  /hardware/qcom/gps/msm8994/utils/
loc_timer.c 62 gettimeofday(&tv, NULL);
  /hardware/qcom/gps/msm8998/android/
GnssDebug.cpp 85 gettimeofday(&tv_now, NULL);
  /hardware/qcom/gps/sdm845/android/
GnssDebug.cpp 85 gettimeofday(&tv_now, NULL);
  /hardware/qcom/gps/utils/
loc_timer.c 62 gettimeofday(&tv, NULL);
  /prebuilts/go/darwin-x86/src/syscall/
asm_linux_amd64.s 114 // func gettimeofday(tv *Timeval) (err uintptr)
115 TEXT ·gettimeofday(SB),NOSPLIT,$0-16
  /prebuilts/go/linux-x86/src/syscall/
asm_linux_amd64.s 114 // func gettimeofday(tv *Timeval) (err uintptr)
115 TEXT ·gettimeofday(SB),NOSPLIT,$0-16
  /system/core/fastboot/
usbtest.cpp 44 gettimeofday(&tv, 0);
  /system/extras/ioshark/
ioshark_bench.c 437 (void)gettimeofday(&start, (struct timezone *)NULL);
771 (void)gettimeofday(&time_for_pass,
795 (void)gettimeofday(&time_for_pass,
819 (void)gettimeofday(&start, (struct timezone *)NULL);
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 114 gettimeofday(&tv, NULL);
  /external/autotest/client/tests/aiostress/
aio-stress.c 281 gettimeofday(&stop_time, NULL);
489 gettimeofday(&stop_time, NULL);
550 gettimeofday(&tv_now, NULL);
703 gettimeofday(&oper->start_time, NULL);
746 gettimeofday(&start_time, NULL);
748 gettimeofday(&stop_time, NULL);
1111 gettimeofday(&global_stage_start_time, NULL);
1120 gettimeofday(&stage_time, NULL);
    [all...]
  /external/autotest/client/tests/hackbench/src/
hackbench.c 366 gettimeofday(&start, NULL);
376 gettimeofday(&stop, NULL);
  /external/autotest/client/tests/signaltest/src/
signaltest.c 133 gettimeofday(0,(struct timezone *)1);
179 gettimeofday(0,0);
  /external/libcups/cups/
debug.c 136 gettimeofday(&curtime, NULL);
219 gettimeofday(&curtime, NULL);
  /external/ltp/lib/
parse_opts.c 477 gettimeofday(&curtime, NULL);
614 TEST(gettimeofday(&t, NULL));
  /external/ltp/testcases/kernel/fs/dmapi/
dm_test.c 183 if (gettimeofday(&tv, NULL) != -1)
237 if (gettimeofday(&tv, NULL) != -1)
  /external/ltp/testcases/kernel/io/ltp-aiodio/
aio-stress.c 279 gettimeofday(&stop_time, NULL);
500 gettimeofday(&stop_time, NULL);
562 gettimeofday(&tv_now, NULL);
715 gettimeofday(&oper->start_time, NULL);
758 gettimeofday(&start_time, NULL);
760 gettimeofday(&stop_time, NULL);
1127 gettimeofday(&global_stage_start_time, NULL);
1136 gettimeofday(&stage_time, NULL);
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
xvmc_bench.c 268 gettimeofday(&start, NULL);
281 gettimeofday(&stop, NULL);
  /external/netperf/src/
netcpu_looper.c 520 gettimeofday (&time1, &tz);
522 gettimeofday (&time2, &tz);
  /external/toybox/toys/pending/
dd.c 65 gettimeofday(&now, NULL);
150 gettimeofday(&TT.start, NULL);
  /external/wpa_supplicant_8/src/utils/
os_internal.c 39 res = gettimeofday(&tv, NULL);
50 res = gettimeofday(&tv, NULL);

Completed in 4276 milliseconds

<<11121314151617181920>>