Searched
full:gettimeofday (Results
301 -
325 of
1099) sorted by null
<<11121314151617181920>>
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/ |
time.h | 73 extern int gettimeofday (struct timeval *__restrict __tv,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/ |
lto-wrapper | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
time.h | 73 extern int gettimeofday (struct timeval *__restrict __tv,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/ |
time.h | 73 extern int gettimeofday (struct timeval *__restrict __tv,
|
/sdk/emulator/opengl/tests/event_injector/ |
iolooper-select.c | 258 return gettimeofday(&time_now, NULL) ? -1 : (int64_t)time_now.tv_sec * 1000LL +
|
/system/core/fastboot/ |
usbtest.c | 44 gettimeofday(&tv, 0);
|
/system/core/include/utils/ |
Condition.h | 121 gettimeofday(&t, NULL);
|
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/ |
libc.so | |
/external/bluetooth/bluedroid/main/ |
bte_logmsg.c | 232 gettimeofday(&tv, &tz); 286 gettimeofday(&tv, &tz);
|
/external/chromium_org/base/time/ |
time_posix.cc | 141 if (gettimeofday(&tv, &tz) != 0) { 143 LOG_ERRNO(ERROR) << "Call to gettimeofday failed.";
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_beos.h | 175 #define GETTIMEOFDAY(tp) gettimeofday((tp), NULL)
|
/external/chromium_org/v8/src/platform/ |
time.cc | 275 int result = gettimeofday(&tv, NULL); 567 int result = gettimeofday(&tv, NULL);
|
/external/e2fsprogs/e2fsck/ |
util.c | 281 gettimeofday(&track->time_start, 0); 332 gettimeofday(&time_end, 0);
|
/external/iproute2/ip/ |
ipntable.c | 334 if (gettimeofday(&now, NULL) < 0) { 335 perror("gettimeofday");
|
/external/iputils/ |
tracepath6.c | 132 gettimeofday(&tv, NULL); 340 gettimeofday(&hdr->tv, NULL);
|
/external/mdnsresponder/mDNSPosix/ |
Identify.c | 181 gettimeofday(&end, NULL); 193 gettimeofday(&now, NULL);
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
gnulib-comp.m4 | 295 lib/gettimeofday.c 373 m4/gettimeofday.m4
|
/packages/experimental/procstatlog/ |
procstatlog.c | 390 gettimeofday(&before, NULL); 397 gettimeofday(&after, NULL);
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/ |
libc.so | |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/ |
libc.so | |
Completed in 997 milliseconds
<<11121314151617181920>>