/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)
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
frame_counter.cc | 12 gettimeofday(&start_time, NULL); 19 gettimeofday(&end_time, NULL);
|
/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 | 77 gettimeofday(&start, NULL); 85 gettimeofday(&stop, NULL); 91 gettimeofday(&start, NULL); 101 gettimeofday(&stop, NULL);
|
/system/extras/tests/bionic/libc/other/ |
bench_locks.c | 10 gettimeofday(&tv, NULL);
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/src/common/ |
fps.h | 17 start_tv_retv = gettimeofday(&start_tv, NULL); 21 if ((0 == start_tv_retv) && (0 == gettimeofday(&tv, NULL)))
|
/external/llvm/test/Transforms/FunctionAttrs/ |
annotate-1.ll | 18 declare i32 @gettimeofday(i8*, i8*) 19 ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]]
|
/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);
|
/external/chromium_org/third_party/skia/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/base/core/jni/ |
android_os_SystemClock.cpp | 126 gettimeofday(&tv, NULL); 146 gettimeofday(&tv, NULL); 159 gettimeofday(&tv, NULL);
|
/hardware/ti/omap4xxx/camera/ |
CameraHalCommon.cpp | 44 gettimeofday(&ppm, NULL); 71 gettimeofday(&ppm, NULL); 104 gettimeofday(&ppm, NULL);
|
/external/blktrace/btt/ |
bt_timeline.c | 105 gettimeofday(&tvs, NULL); 112 gettimeofday(&tve, NULL);
|
/external/chromium_org/third_party/ots/test/ |
perf.cc | 62 ::gettimeofday(&start, 0); 71 ::gettimeofday(&end, 0);
|
/external/libvpx/libvpx/vpx_ports/ |
vpx_timer.h | 61 gettimeofday(&t->begin, NULL); 71 gettimeofday(&t->end, NULL);
|
/external/valgrind/main/drd/tests/ |
pth_inconsistent_cond_wait.c | 14 #include <sys/time.h> // gettimeofday() 82 gettimeofday(&now, 0);
|