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

<<11121314151617181920>>

  /external/libvncserver/examples/android/jni/
fbvncserver.c 222 gettimeofday(&ev.time,0);
322 gettimeofday(&ev.time,0);
332 gettimeofday(&ev.time,0);
342 gettimeofday(&ev.time,0);
352 gettimeofday(&ev.time,0);
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 144 gettimeofday(&now, 0);
164 gettimeofday(&now, 0);
474 gettimeofday(&next, 0);
484 gettimeofday(&now, 0);
500 gettimeofday(&now, 0);
  /external/ipsec-tools/src/racoon/
algorithm.c 426 gettimeofday(&start, NULL);
432 gettimeofday(&end, NULL);
538 gettimeofday(&start, NULL);
544 gettimeofday(&end, NULL);
567 gettimeofday(&start, NULL);
573 gettimeofday(&end, NULL);
  /external/toybox/toys/pending/
arping.c 123 gettimeofday(&tval, NULL);
166 gettimeofday(&tval, NULL);
187 gettimeofday(&start, NULL);
  /device/generic/goldfish/libqemu/
test_util.c 39 gettimeofday(&tv, NULL);
  /external/e2fsprogs/lib/ext2fs/
mmp.c 118 gettimeofday(&tv, 0);
161 gettimeofday(&tv, 0);
164 gettimeofday(&tv, 0);
435 gettimeofday(&tv, 0);
  /external/fio/
time.c 167 gettimeofday(&tv, NULL);
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 97 gettimeofday(&now, NULL);
  /external/libdrm/tests/
drmstat.c 372 gettimeofday(&loop_start, NULL);
374 gettimeofday(&lock_start, NULL);
376 gettimeofday(&lock_end, NULL);
391 gettimeofday(&loop_end, NULL);
  /external/libyuv/files/unit_test/
unit_test.h 92 gettimeofday(&t, &tzp);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-2.c 51 if (gettimeofday(&curtime, NULL) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
2-2.c 51 if (gettimeofday(&curtime, NULL) != 0) {
  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_latency.c 80 retval = gettimeofday(&tv, NULL);
82 perror("gettimeofday");
  /external/pdfium/third_party/base/allocator/partition_allocator/
address_space_randomization.cc 68 gettimeofday(&tv, 0);
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 99 gettimeofday(&tv, NULL);
  /external/tensorflow/tensorflow/compiler/aot/
benchmark.cc 43 gettimeofday(&tv, nullptr);
  /external/toybox/toys/other/
hwclock.c 102 if (gettimeofday(&timeval, 0)) perror_exit("gettimeofday failed");
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.c 14 #include <sys/time.h> // gettimeofday()
82 gettimeofday(&now, 0);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 48 #define GETTIME(a, b) gettimeofday(a, b);
  /hardware/google/av/media/codecs/hevc/
C2SoftHevcDec.h 44 #define GETTIME(a, b) gettimeofday(a, b);
  /hardware/qcom/display/msm8909/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 73 gettimeofday(&tv, NULL);

Completed in 1186 milliseconds

<<11121314151617181920>>