/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);
|
/bionic/libc/arch-arm/syscalls/ |
gettimeofday.S | 5 ENTRY(gettimeofday) function 14 END(gettimeofday)
|
/bionic/libc/arch-mips/syscalls/ |
gettimeofday.S | 5 ENTRY(gettimeofday) function 19 END(gettimeofday)
|
/hardware/qcom/media/mm-video-legacy/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-mips64/syscalls/ |
gettimeofday.S | 5 ENTRY(gettimeofday) function 25 END(gettimeofday)
|
/bionic/libc/arch-x86/syscalls/ |
gettimeofday.S | 5 ENTRY(gettimeofday) function 26 END(gettimeofday)
|
/external/libpcap/lbl/ |
os-ultrix4.h | 34 int gettimeofday(struct timeval *, struct timezone *);
|
/external/lldb/test/expression_command/timeout/ |
wait-a-while.c | 13 gettimeofday(&start_time, NULL); 23 gettimeofday(&now, NULL);
|
/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/upstream-openbsd/lib/libc/gen/ |
time.c | 39 if (gettimeofday(&tt, (struct timezone *)0) < 0)
|
/hardware/qcom/gps/msm8960/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 37 gettimeofday(&t, NULL);
|
/hardware/qcom/gps/platform_lib_abstractions/ |
elapsed_millis_since_boot.cpp | 37 gettimeofday(&t, NULL);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/ |
Xos.h | 111 # define gettimeofday(t) \ macro 123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */ 125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0) 128 # define X_GETTIMEOFDAY(t) gettimeofday(t) 130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/ |
Xos.h | 111 # define gettimeofday(t) \ macro 123 /* define X_GETTIMEOFDAY macro, a portable gettimeofday() */ 125 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0) 128 # define X_GETTIMEOFDAY(t) gettimeofday(t) 130 # define X_GETTIMEOFDAY(t) gettimeofday(t, (struct timezone*)0)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/ |
time.h | 21 the presence of gettimeofday function implies a definition 42 int __cdecl gettimeofday(struct timeval *__restrict__,
|
/external/chromium_org/native_client_sdk/src/examples/demo/flock/ |
frame_counter.cc | 12 gettimeofday(&start_time, NULL); 19 gettimeofday(&end_time, 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)))
|
/development/ndk/sources/android/ndk_helper/ |
perfMonitor.h | 54 gettimeofday( &time, NULL );
|
/external/qemu/include/sysemu/ |
os-posix.h | 37 #define qemu_gettimeofday(tp) gettimeofday(tp, NULL)
|
/frameworks/base/core/jni/ |
android_os_SystemClock.cpp | 72 gettimeofday(&tv, NULL); 92 gettimeofday(&tv, NULL); 105 gettimeofday(&tv, NULL);
|
/hardware/ti/omap4xxx/camera/ |
CameraHalCommon.cpp | 44 gettimeofday(&ppm, NULL); 71 gettimeofday(&ppm, NULL); 104 gettimeofday(&ppm, NULL);
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/os/ |
os_time.c | 55 gettimeofday(&tv, NULL);
|