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

1 2 3 4 5 6 7 8 91011>>

  /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)
  /ndk/sources/host-tools/sed-4.2.1/m4/
gettimeofday.m4 14 AC_CHECK_FUNCS_ONCE([gettimeofday])
16 AC_CACHE_CHECK([for gettimeofday with POSIX signature],
24 int (*f) (struct timeval *restrict, void *restrict) = gettimeofday;
37 AC_LIBOBJ([gettimeofday])
44 dnl See if gettimeofday clobbers the static buffer that localtime uses
45 dnl for its return value. The gettimeofday function from Mac OS X 10.0.4
48 dnl If it does, then arrange to use gettimeofday and localtime only via
55 AC_CACHE_CHECK([whether gettimeofday clobbers localtime buffer],
71 gettimeofday (&tv, NULL);
84 [Define if gettimeofday clobbers the localtime buffer.]
    [all...]
  /system/extras/tests/icachetest/
icache_main.c 19 gettimeofday(&now, 0);
21 gettimeofday(&tm, 0);
26 gettimeofday(&now, 0);
28 gettimeofday(&tm, 0);
  /bionic/libc/arch-x86/syscalls/
gettimeofday.S 6 ENTRY(gettimeofday) function
24 END(gettimeofday)
  /ndk/sources/host-tools/sed-4.2.1/lib/
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);
sys_time.in.h 57 # undef gettimeofday
58 # define gettimeofday rpl_gettimeofday
59 int gettimeofday (struct timeval *restrict, void *restrict);
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /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);
  /frameworks/base/libs/hwui/utils/
Timing.h 27 gettimeofday(&mStart, NULL);
32 gettimeofday(&stop, NULL);
  /system/extras/tests/schedtest/
schedtest.c 32 gettimeofday(&tv1, NULL);
34 gettimeofday(&tv2, NULL);
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 77 gettimeofday(&tv, NULL);
97 gettimeofday(&tv, NULL);
110 gettimeofday(&tv, NULL);
  /external/skia/legacy/src/ports/
SkTime_Unix.cpp 37 gettimeofday(&tv, NULL);
  /external/skia/src/ports/
SkTime_Unix.cpp 37 gettimeofday(&tv, NULL);
  /ndk/tests/device/test-openmp/jni/
fib.c 40 gettimeofday(&time_start, NULL);
47 gettimeofday(&time_end, NULL);
  /external/oprofile/libopagent/
opagent.c 170 if (gettimeofday(&tv, NULL)) {
171 fprintf(stderr, "gettimeofday failed\n");
207 if (gettimeofday(&tv, NULL)) {
208 fprintf(stderr, "gettimeofday failed\n");
247 if (gettimeofday(&tv, NULL)) {
248 fprintf(stderr, "gettimeofday failed\n");
306 if (gettimeofday(&tv, NULL)) {
307 fprintf(stderr, "gettimeofday failed\n");
369 if (gettimeofday(&tv, NULL)) {
370 fprintf(stderr, "gettimeofday failed\n")
    [all...]
  /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);
  /external/blktrace/btt/
bt_timeline.c 105 gettimeofday(&tvs, NULL);
112 gettimeofday(&tve, NULL);
  /external/libvpx/libvpx/vpx_ports/
vpx_timer.h 63 gettimeofday(&t->begin, NULL);
74 gettimeofday(&t->end, NULL);
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 14 #include <sys/time.h> // gettimeofday()
82 gettimeofday(&now, 0);
  /external/webrtc/src/system_wrappers/source/
trace_posix.cc 43 gettimeofday(&systemTimeHighRes, 0);
56 if (gettimeofday(&systemTimeHighRes, 0) == -1)
  /hardware/ti/omap3/dspbridge/libbridge/
perfutils.c 42 Result = gettimeofday(tv, &tz);
44 fprintf(stdout, "FAIL: gettimeofday is failed\n");

Completed in 795 milliseconds

1 2 3 4 5 6 7 8 91011>>