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

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_time.in.h 57 # undef gettimeofday
58 # define gettimeofday rpl_gettimeofday
59 int gettimeofday (struct timeval *restrict, void *restrict);
gettimeofday.c 3 /* Provide gettimeofday for systems that don't have it or for which it's broken.
37 /* Work around the bug in some systems whereby gettimeofday clobbers
39 gettimeofday function from Mac OS X 10.0.4 (i.e., Darwin 1.3.7) has
53 gettimeofday clobbers the static buffer used for localtime's result.
101 /* This is a wrapper for gettimeofday. It is used only on systems
108 #undef gettimeofday macro
112 result around the call to gettimeofday. */
116 int result = gettimeofday (tv, tz);
  /bionic/libc/arch-mips/syscalls/
gettimeofday.S 4 .globl gettimeofday
6 .ent gettimeofday
8 gettimeofday: label
22 .end gettimeofday
  /bionic/libc/arch-arm/syscalls/
gettimeofday.S 6 ENTRY(gettimeofday) function
15 END(gettimeofday)
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_util.c 46 gettimeofday(&tv, NULL);
  /system/extras/tests/icachetest/
icache_main.c 19 gettimeofday(&now, 0);
21 gettimeofday(&tm, 0);
26 gettimeofday(&now, 0);
28 gettimeofday(&tm, 0);
  /frameworks/base/libs/hwui/utils/
Timing.h 27 gettimeofday(&mStart, NULL);
32 gettimeofday(&stop, NULL);
  /bionic/libc/arch-x86/syscalls/
gettimeofday.S 6 ENTRY(gettimeofday) function
24 END(gettimeofday)
  /external/libpcap/lbl/
os-ultrix4.h 34 int gettimeofday(struct timeval *, struct timezone *);
  /external/tcpdump/lbl/
os-ultrix4.h 34 int gettimeofday(struct timeval *, struct timezone *);
  /system/extras/tests/schedtest/
schedtest.c 32 gettimeofday(&tv1, NULL);
34 gettimeofday(&tv2, NULL);
  /bionic/libc/bionic/
ftime.c 35 if (gettimeofday (&tv, &tz) < 0)
  /external/qemu/
qemu-os-posix.h 40 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL)
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 77 gettimeofday(&tv, NULL);
97 gettimeofday(&tv, NULL);
110 gettimeofday(&tv, NULL);
  /frameworks/native/libs/utils/
Timers.cpp 53 gettimeofday(&t, NULL);
86 gettimeofday(&mStartWhen, NULL);
92 gettimeofday(&mStopWhen, NULL);
  /hardware/ti/omap4xxx/camera/
CameraHalCommon.cpp 44 gettimeofday(&ppm, NULL);
71 gettimeofday(&ppm, NULL);
104 gettimeofday(&ppm, NULL);
  /system/extras/tests/ext4/
rand_emmc_perf.c 102 gettimeofday(&start, 0);
117 gettimeofday(&end, 0);
124 gettimeofday(&end, 0);
  /bionic/libc/unistd/
time.c 39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
  /frameworks/rs/tests/latency/
latency.cpp 73 gettimeofday(&start, NULL);
81 gettimeofday(&stop, NULL);
87 gettimeofday(&start, NULL);
97 gettimeofday(&stop, NULL);
  /system/extras/tests/bionic/libc/other/
bench_locks.c 10 gettimeofday(&tv, NULL);
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 63 gettimeofday(&t->begin, NULL);
74 gettimeofday(&t->end, NULL);
  /ndk/tests/device/test-openmp/jni/
fib.c 40 gettimeofday(&time_start, NULL);
47 gettimeofday(&time_end, NULL);
  /external/chromium/sdch/open-vcdiff/src/
testing.h 23 #include <time.h> // gettimeofday
72 gettimeofday(&start_time_, NULL);
82 gettimeofday(&end_time, NULL);
153 #error CycleTimer needs an implementation that does not use gettimeofday or QueryPerformanceCounter
  /external/open-vcdiff/src/
testing.h 23 #include <time.h> // gettimeofday
72 gettimeofday(&start_time_, NULL);
82 gettimeofday(&end_time, NULL);
153 #error CycleTimer needs an implementation that does not use gettimeofday or QueryPerformanceCounter
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
TimeUtils.cpp 55 gettimeofday(&now, NULL);

Completed in 825 milliseconds

1 2 3 4 5 6 7 8 91011>>