Searched
full:gettimeofday (Results
501 -
525 of
1099) sorted by null
<<21222324252627282930>>
/development/ndk/sources/android/libportable/arch-mips/ |
syscall.c | 615 * gettimeofday(struct timeval *tv, struct timezone *tz)
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 490 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
cpumonitor.cc | 326 gettimeofday(&tv, NULL);
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_lib.c | 466 gettimeofday(t, NULL);
|
/external/chromium_org/tools/cygprofile/ |
cygprofile.cc | 226 gettimeofday(×tamp, NULL);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
tsan_stat.cc | 267 name[StatInt_gettimeofday] = " gettimeofday ";
|
/external/iproute2/misc/ |
nstat.c | 388 gettimeofday(&now, NULL);
|
rtacct.c | 382 gettimeofday(&now, NULL);
|
/external/iptables/utils/ |
nfnl_osf.c | 121 gettimeofday(&tv, NULL);
|
/external/libvorbis/vq/ |
bookutil.c | 312 gettimeofday(&thistime,NULL);
|
/external/linux-tools-perf/ |
android.patch | 53 - BUG_ON(gettimeofday(&tv_start, NULL)); 54 + gettimeofday(&tv_start, NULL); 56 - BUG_ON(gettimeofday(&tv_end, NULL)); 57 + gettimeofday(&tv_end, NULL); [all...] |
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | [all...] |
/external/openssl/ssl/ |
d1_lib.c | 466 gettimeofday(t, NULL);
|
/external/qemu/telephony/ |
sysdeps_posix.c | 308 gettimeofday( &tv, NULL );
|
/external/strace/linux/arm/ |
syscallent.h | 109 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
|
/external/strace/linux/i386/ |
syscallent.h | 109 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
|
/external/strace/linux/sh/ |
syscallent.h | 111 { 2, 0, sys_gettimeofday, "gettimeofday" }, /* 78 */
|
/external/valgrind/main/coregrind/m_syswrap/ |
priv_syswrap-darwin.h | 175 // GEN gettimeofday 116
|
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 495 gettimeofday(&tv, NULL /* timezone */);
|
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDec_Thread.c | 376 gettimeofday(&tv1, NULL);
|
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_events.c | 359 gettimeofday(&now, NULL);
|
/ndk/sources/host-tools/make-3.81/ |
config.h.W32 | 123 /* Define if you have a standard gettimeofday function */
|
config.h.in | 112 /* Define if you have a standard gettimeofday function */
|
/packages/apps/Camera/jni/ |
feature_mos_jni.cpp | 79 gettimeofday(&res, NULL);
|
Completed in 1321 milliseconds
<<21222324252627282930>>