/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_solaris.h | 327 * which is implemented using gettimeofday(). 524 * which is implemented using gettimeofday().
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 315 /// int gettimeofday(struct timeval *tp, void *tzp); 316 gettimeofday, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 173 "gettimeofday", 496 TLI.setUnavailable(LibFunc::gettimeofday);
|
/external/netperf/ |
netcpu_looper.c | 520 gettimeofday (&time1, &tz); 522 gettimeofday (&time2, &tz);
|
/external/stressapptest/src/ |
worker.h | 240 void StartThreadTimer() {gettimeofday(&start_time_, NULL);} 244 gettimeofday(&end_time_, NULL);
|
/external/v8/src/ |
platform-solaris.cc | 44 #include <sys/time.h> // gettimeofday(), timeradd() 641 if (gettimeofday(¤t_time, NULL) == -1) {
|
/external/webrtc/src/modules/audio_processing/aecm/ |
echo_control_mobile.c | 461 gettimeofday(&starttime, NULL); 503 gettimeofday(&endtime, NULL);
|
/frameworks/native/opengl/tests/hwc/ |
hwcStress.cpp | 389 gettimeofday(&startTime, NULL); 392 gettimeofday(¤tTime, NULL);
|
/hardware/ti/omap4xxx/camera/OMXCameraAdapter/ |
OMXExif.cpp | 346 int status = gettimeofday (&sTv, NULL); 547 int status = gettimeofday (&sTv, NULL);
|
/hardware/ti/omap4xxx/test/CameraHal/ |
camera_test_script.cpp | 868 gettimeofday(&autofocus_start, 0); 876 gettimeofday(&picture_start, 0); [all...] |
camera_test_menu.cpp | 440 gettimeofday(¤t_time, 0); [all...] |
/ndk/sources/host-tools/sed-4.2.1/ |
config_h.in | 56 /* Define if gettimeofday clobbers the localtime buffer. */ 287 /* Define to 1 if you have the `gettimeofday' function. */
|
/external/chromium_org/third_party/libxml/src/ |
xmllint.c | 19 #define gettimeofday(p1,p2) macro 423 #define gettimeofday my_gettimeofday macro 439 gettimeofday(&begin, NULL); 453 gettimeofday(&end, NULL); 469 * No gettimeofday function, so we have to make do with calling clock. 503 * We don't have a gettimeofday or time.h, so we just don't do timing 524 /* We don't have gettimeofday, time or stdarg.h, what crazy world is [all...] |
/external/libxml2/ |
xmllint.c | 19 #define gettimeofday(p1,p2) macro 427 #define gettimeofday my_gettimeofday macro 443 gettimeofday(&begin, NULL); 457 gettimeofday(&end, NULL); 473 * No gettimeofday function, so we have to make do with calling clock. 507 * We don't have a gettimeofday or time.h, so we just don't do timing 528 /* We don't have gettimeofday, time or stdarg.h, what crazy world is [all...] |
/external/iputils/ |
ping.c | 733 gettimeofday(&tmp_tv, NULL); 747 gettimeofday(&tmp_tv, NULL); 913 gettimeofday(&recv_time, NULL); [all...] |
ping6.c | 309 if (!gettimeofday(&tv, NULL)) 321 gettimeofday(&ni_nonce_secret.tv, NULL); [all...] |
/external/mdnsresponder/mDNSPosix/ |
NetMonitor.c | 484 gettimeofday(&tv, NULL); 836 gettimeofday(&tv_start, NULL); 863 gettimeofday(&tv_end, NULL); [all...] |
/external/pixman/ |
configure.ac | 798 dnl posix_memalign, sigaction, alarm, gettimeofday 841 AC_CHECK_FUNC(gettimeofday, have_gettimeofday=yes, have_gettimeofday=no) 844 AC_DEFINE(HAVE_GETTIMEOFDAY, 1, [Whether we have gettimeofday()])
|
/bionic/libc/arch-arm/ |
syscalls.mk | 132 syscall_src += arch-arm/syscalls/gettimeofday.S
|
/bionic/libc/arch-mips/ |
syscalls.mk | 135 syscall_src += arch-mips/syscalls/gettimeofday.S
|
/bionic/libc/arch-x86/ |
syscalls.mk | 136 syscall_src += arch-x86/syscalls/gettimeofday.S
|
/bootable/recovery/ |
screen_ui.cpp | 48 gettimeofday(&tv, NULL);
|
/dalvik/tools/dmtracedump/ |
CreateTestTrace.c | 368 gettimeofday(&tv, &tz);
|
/dalvik/vm/alloc/ |
DdmHeap.cpp | 89 if (gettimeofday(&now, NULL) < 0) {
|
/development/ndk/platforms/android-9/samples/native-plasma/jni/ |
plasma.c | 45 gettimeofday(&tv, NULL);
|