HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 301 - 325 of 751) sorted by null

<<11121314151617181920>>

  /device/google/cuttlefish_common/guest/hals/camera/
PreviewWindow.cpp 195 gettimeofday(&cur_time, NULL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 51 * Traditional *nix structure returned by gettimeofday(2) system call,
193 int gettimeofday (struct timeval *tp, void *ignore);
  /external/autotest/client/deps/glbench/src/
main.h 106 gettimeofday(&tv, NULL);
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 170 gettimeofday(&tv, NULL);
  /external/dhcpcd-6.8.2/compat/
arc4random.c 111 gettimeofday(&rdat.tv, NULL);
  /external/iproute2/ip/
rtmon.c 41 gettimeofday(&tv, NULL);
  /external/iputils/
clockdiff.c 195 (void)gettimeofday (&tv1, (struct timezone *)0);
219 (void)gettimeofday(&tv1, (struct timezone *)0);
373 gettimeofday (&tv1, NULL);
399 (void)gettimeofday(&tv1, (struct timezone *)0);
  /external/jemalloc/src/
nstime.c 148 gettimeofday(&tv, NULL);
  /external/libcups/filter/
rasterbench.c 164 gettimeofday(&curtime, NULL);
  /external/libcxx/src/
chrono.cpp 46 #include <sys/time.h> // for gettimeofday and timeval
102 gettimeofday(&tv, 0);
  /external/libopus/silk/
debug.c 60 gettimeofday(&tv, 0);
  /external/libpcap/lbl/
os-sunos4.h 105 int gettimeofday(struct timeval *, struct timezone *);
  /external/libpcap/
pcap-septel.c 153 (void)gettimeofday(&pcap_header.ts, NULL);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
14-1.c 62 SAFE_FUNC(gettimeofday(&now, NULL));
  /external/ltp/testcases/realtime/
00_Descriptions.txt 68 gettimeofday(). It provides the additional capability to produce graphical
86 is locked as well. It makes successive calls to the gettimeofday() function
  /external/ltp/utils/ffsb-6.0-rc2/
rand.c 120 gettimeofday(&time, NULL);
  /external/pdfium/core/fxcrt/
cfx_datetime.cpp 100 gettimeofday(&curTime, nullptr);
fx_random.cpp 61 gettimeofday(&tv, 0);
  /external/tcpdump/lbl/
os-sunos4.h 106 int gettimeofday(struct timeval *, struct timezone *);
  /external/xmlrpcpp/src/
XmlRpcDispatch.cpp 203 gettimeofday(&tv, &tz);
  /frameworks/av/media/libnblog/
ReportPerformance.cpp 65 gettimeofday(&tv, NULL);
  /frameworks/av/services/audioflinger/
BufLog.cpp 132 gettimeofday(&tv, NULL);
  /frameworks/native/opengl/libagl/
dxt.cpp 141 gettimeofday(&start_t, &tz);
183 gettimeofday(&end_t, &tz);
606 gettimeofday(&start_t, &tz);
628 gettimeofday(&end_t, &tz);
  /hardware/google/av/media/codecs/avc/
C2SoftAvcDec.h 46 #define GETTIME(a, b) gettimeofday(a, b);
  /hardware/google/av/media/codecs/mpeg2/
C2SoftMpeg2Dec.h 44 #define GETTIME(a, b) gettimeofday(a, b);

Completed in 1096 milliseconds

<<11121314151617181920>>