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

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
xettimeofday.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xettimeofday -a20 -e trace=gettimeofday,settimeofday); do not edit.
4 run_strace_match_diff -a20 -e trace=gettimeofday,settimeofday
  /external/strace/tests-m32/
xettimeofday.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xettimeofday -a20 -e trace=gettimeofday,settimeofday); do not edit.
4 run_strace_match_diff -a20 -e trace=gettimeofday,settimeofday
  /external/strace/tests-mx32/
xettimeofday.gen.test 2 # Generated by ./tests/gen_tests.sh from ./tests/gen_tests.in (xettimeofday -a20 -e trace=gettimeofday,settimeofday); do not edit.
4 run_strace_match_diff -a20 -e trace=gettimeofday,settimeofday
  /external/linux-kselftest/tools/testing/selftests/powerpc/benchmarks/
gettimeofday.c 17 gettimeofday(&tv_start, NULL);
20 gettimeofday(&tv_end, NULL);
30 return test_harness(test_gettimeofday, "gettimeofday");
Makefile 2 TEST_GEN_PROGS := gettimeofday context_switch mmap_bench futex_bench null_syscall
  /prebuilts/go/darwin-x86/misc/cgo/testcarchive/
main6.c 16 gettimeofday(&tvstart, NULL);
23 gettimeofday(&tvnow, NULL);
  /prebuilts/go/linux-x86/misc/cgo/testcarchive/
main6.c 16 gettimeofday(&tvstart, NULL);
23 gettimeofday(&tvnow, NULL);
  /external/syslinux/gpxe/src/include/sys/
time.h 18 extern int gettimeofday ( struct timeval *tv, struct timezone *tz );
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/venc/test/
venc_util.c 46 gettimeofday(&tv, NULL);
  /toolchain/binutils/binutils-2.27/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
  /external/libcups/cups/
testgetdests.c 39 gettimeofday(&start, NULL);
41 gettimeofday(&end, NULL);
  /external/libpcap/lbl/
os-ultrix4.h 31 int gettimeofday(struct timeval *, struct timezone *);
  /external/tcpdump/lbl/
os-ultrix4.h 32 int gettimeofday(struct timeval *, struct timezone *);
  /frameworks/base/libs/hwui/utils/
Timing.h 25 explicit MethodTimer(const char* name) : mMethodName(name) { gettimeofday(&mStart, nullptr); }
29 gettimeofday(&stop, nullptr);
  /system/extras/tests/schedtest/
schedtest.c 33 gettimeofday(&tv1, NULL);
35 gettimeofday(&tv2, NULL);
  /device/linaro/bootloader/edk2/StdLib/LibC/Time/
gettimeofday.c 2 gettimeofday implementation
44 Heimdal: gettimeofday.c 14773 2005-04-12 11:29:18Z lha $
45 NetBSD: gettimeofday.c,v 1.2 2008/03/22 08:37:21 mlelstv Exp $
55 * Simple gettimeofday that only returns seconds.
58 gettimeofday (struct timeval *tp, void *ignore) function
  /external/tensorflow/tensorflow/core/platform/posix/
env_time.cc 31 gettimeofday(&tv, nullptr);
  /hardware/qcom/gps/msm8084/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8909/utils/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8960/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8994/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8996/utils/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);
  /hardware/qcom/gps/platform_lib_abstractions/
elapsed_millis_since_boot.cpp 37 gettimeofday(&t, NULL);

Completed in 1488 milliseconds

1 2 3 4 5 6 7 8 91011>>