HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 101 - 125 of 417) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/qemu/slirp-android/
slirp.h 126 #define gettimeofday(x, y) gettimeofday(x) macro
  /external/webrtc/src/system_wrappers/source/
event_posix.cc 150 gettimeofday(&tVal,&tZone);
260 gettimeofday(&tVal,&tZone);
condition_variable_posix.cc 118 gettimeofday(&tv, 0);
  /frameworks/base/services/common_time/
utils.cpp 95 gettimeofday(&(last->last_ts), NULL);
98 gettimeofday(&mRingBuffer[mWr].first_ts, NULL);
  /external/chromium/third_party/libjingle/source/talk/base/
time.cc 50 gettimeofday(&tv, 0);
event.cc 161 gettimeofday(&tv, NULL);
  /external/icu4c/tools/ctestfw/unicode/
utimer.h 198 gettimeofday(&timer->start, 0);
  /external/qemu/distrib/sdl-1.2.15/src/thread/pthread/
SDL_syscond.c 109 gettimeofday(&delta, NULL);
SDL_syssem.c 126 gettimeofday(&now, NULL);
  /external/qemu/distrib/sdl-1.2.15/src/thread/riscos/
SDL_syscond.c 113 gettimeofday(&delta, NULL);
  /external/qemu/
qemu-io.c 455 gettimeofday(&t1, NULL);
462 gettimeofday(&t2, NULL);
585 gettimeofday(&t1, NULL);
587 gettimeofday(&t2, NULL);
727 gettimeofday(&t1, NULL);
734 gettimeofday(&t2, NULL);
835 gettimeofday(&t1, NULL);
837 gettimeofday(&t2, NULL);
979 gettimeofday(&t1, NULL);
981 gettimeofday(&t2, NULL)
    [all...]
tcpdump.c 128 gettimeofday(&now, NULL);
oslib-posix.c 139 gettimeofday(&tv_now, NULL);
  /frameworks/base/media/tests/omxjpegdecoder/
jpeg_decoder_bench.cpp 47 gettimeofday(&tv, NULL);
  /frameworks/native/include/utils/
Condition.h 121 gettimeofday(&t, NULL);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_mutex.c 186 gettimeofday(&ltime_now, NULL);
  /ndk/sources/cxx-stl/llvm-libc++/src/
chrono.cpp 11 #include <sys/time.h> //for gettimeofday and timeval
33 gettimeofday(&tv, 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/valgrind/unittest/
thread_wrappers_pthread.h 119 gettimeofday(&now, NULL);
198 gettimeofday(&now, NULL);
226 gettimeofday(&now, NULL);
  /device/generic/goldfish/libqemu/
test_util.c 39 gettimeofday(&tv, NULL);
  /external/bluetooth/bluedroid/hci/src/
btsnoop.c 42 /* for gettimeofday */
285 gettimeofday(&tv, NULL);
331 gettimeofday(&tv, NULL);
377 gettimeofday(&tv, NULL);
422 gettimeofday(&tv, NULL);
  /external/dhcpcd/compat/
arc4random.c 109 gettimeofday(&rdat.tv, NULL);
  /external/dropbear/
svr-session.c 94 if (gettimeofday(&timeout, 0) < 0) {
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 99 gettimeofday(&tv, NULL);
  /external/qemu/android/camera/
camera-common.h 186 gettimeofday(&t, NULL);

Completed in 1453 milliseconds

1 2 3 45 6 7 8 91011>>