/bionic/libc/dns/resolv/ |
res_init.c | 656 gettimeofday(&now, NULL);
|
/external/chromium_org/native_client_sdk/src/examples/demo/voronoi/ |
voronoi.cc | 74 if (0 == gettimeofday(&tv, NULL))
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 81 gettimeofday(&t, 0);
|
/external/chromium_org/third_party/leveldatabase/src/util/ |
env_posix.cc | 490 gettimeofday(&tv, NULL);
|
/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/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_beos.h | 175 #define GETTIMEOFDAY(tp) gettimeofday((tp), NULL)
|
/external/chromium_org/third_party/webrtc/modules/video_render/test/testAPI/ |
testAPI.cc | 73 gettimeofday(&tv, &tz);
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | [all...] |
/external/icu/icu4c/source/test/perf/ubrkperf/ |
ubrkperfold.cpp | 81 gettimeofday(&t, 0);
|
/external/iproute2/ip/ |
ipntable.c | 334 if (gettimeofday(&now, NULL) < 0) { 335 perror("gettimeofday");
|
/external/iproute2/lib/ |
utils.c | 699 gettimeofday(&tv, NULL);
|
/external/iproute2/misc/ |
ifstat.c | 502 gettimeofday(&now, NULL);
|
nstat.c | 388 gettimeofday(&now, NULL);
|
/external/libpcap/ |
pcap-netfilter-linux.c | 186 gettimeofday(&pkth.ts, NULL);
|
/external/libxml2/ |
xmllint.c | 19 #define gettimeofday(p1,p2) macro 428 #define gettimeofday my_gettimeofday macro 444 gettimeofday(&begin, NULL); 458 gettimeofday(&end, NULL); 474 * No gettimeofday function, so we have to make do with calling clock. 508 * We don't have a gettimeofday or time.h, so we just don't do timing 530 /* We don't have gettimeofday, time or stdarg.h, what crazy world is [all...] |
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 185 "gettimeofday", 550 TLI.setUnavailable(LibFunc::gettimeofday);
|
/external/netperf/ |
netlib.c | 730 gettimeofday( struct timeval *tv , struct timezone *not_used ) 724 gettimeofday( struct timeval *tv , struct timezone *not_used ) function [all...] |
nettest_sctp.c | [all...] |
/external/opencv/cxcore/src/ |
cxswitcher.cpp | 759 gettimeofday( &tv, &tz );
|
/external/srec/audio/AudioIn/UNIX/src/ |
audioin.c | [all...] |
/frameworks/av/media/libstagefright/wifi-display/rtp/ |
RTPSender.cpp | 495 gettimeofday(&tv, NULL /* timezone */);
|
/hardware/intel/common/libva/test/putsurface/ |
putsurface_common.c | 378 if (gettimeofday(&tv, NULL))
|
/hardware/intel/img/psb_video/src/ |
psb_drv_video.h | 672 if (gettimeofday(&tv, NULL))
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 60 gettimeofday(&tv, (struct timezone *) NULL);
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
loc_eng_nmea.cpp | 57 gettimeofday(&tv, (struct timezone *) NULL);
|