/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/ |
time.h | 37 extern int gettimeofday(struct timeval *, struct timezone *);
|
/system/core/libutils/ |
Timers.cpp | 58 gettimeofday(&t, NULL);
|
/system/extras/tests/wifi/stress/ |
wifiLoadScanAssoc.c | 265 gettimeofday(&startTime, NULL); 268 gettimeofday(¤tTime, NULL); 457 gettimeofday(&startTime, NULL); 470 gettimeofday(&endTime, 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...] |
/external/chromium_org/third_party/libevent/test/ |
bench.c | 106 gettimeofday(&ts, NULL); 111 gettimeofday(&te, NULL);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
timeutils.cc | 109 // Emulate POSIX gettimeofday(). 111 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:talk_base 142 if (gettimeofday(&timeval, NULL) < 0) {
|
event.cc | 114 gettimeofday(&tv, NULL);
|
timing.cc | 69 gettimeofday(&time, NULL);
|
/external/chromium_org/third_party/webrtc/base/ |
timeutils.cc | 92 // Emulate POSIX gettimeofday(). 94 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:rtc 125 if (gettimeofday(&timeval, NULL) < 0) {
|
/external/oprofile/daemon/ |
init.c | 173 gettimeofday(&tv, NULL); 347 gettimeofday(&tv, NULL);
|
/external/qemu/distrib/sdl-1.2.15/src/timer/unix/ |
SDL_systimer.c | 67 gettimeofday(&start, NULL); 82 gettimeofday(&now, NULL);
|
/external/qemu/slirp-android/ |
slirp.h | 127 #define gettimeofday(x, y) gettimeofday(x) macro
|
/external/webrtc/src/system_wrappers/source/ |
event_posix.cc | 150 gettimeofday(&tVal,&tZone); 260 gettimeofday(&tVal,&tZone);
|
/frameworks/base/libs/common_time/ |
utils.cpp | 95 gettimeofday(&(last->last_ts), NULL); 98 gettimeofday(&mRingBuffer[mWr].first_ts, NULL);
|
/libcore/luni/src/main/native/ |
java_lang_System.cpp | 106 gettimeofday(&now, NULL); 118 gettimeofday(&now, NULL);
|
/external/bluetooth/bluedroid/osi/test/ |
reactor_test.cpp | 34 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/icu/source/tools/ctestfw/unicode/ |
utimer.h | 198 gettimeofday(&timer->start, 0);
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
posix_logger.h | 48 gettimeofday(&now_tv, NULL);
|