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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
16 END(gettimeofday)
  /bionic/libc/arch-mips/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
19 END(gettimeofday)
  /external/strace/tests/
xettimeofday.test 3 # Check gettimeofday and settimeofday syscalls decoding.
9 syscalls=gettimeofday,settimeofday
  /system/extras/tests/icachetest/
icache_main.c 19 gettimeofday(&now, 0);
21 gettimeofday(&tm, 0);
26 gettimeofday(&now, 0);
28 gettimeofday(&tm, 0);
  /bionic/libc/arch-mips64/syscalls/
gettimeofday.S 5 ENTRY(gettimeofday) function
25 END(gettimeofday)
  /external/autotest/client/tests/kvm/autotest_control/
monotonic_time.control 9 gettimeofday()
18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC)
25 # gettimeofday() - microseconds
  /external/autotest/client/tests/monotonic_time/
control 9 gettimeofday()
18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC)
25 # gettimeofday() - microseconds
  /toolchain/binutils/binutils-2.25/libiberty/
gettimeofday.c 12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
  /system/extras/tests/pagingtest/
mmap_test.c 24 gettimeofday(&begin_time, NULL);
26 gettimeofday(&end_time, NULL);
34 gettimeofday(&begin_time, NULL);
36 gettimeofday(&end_time, NULL);
pageinout_test.c 47 gettimeofday(&begin_time, NULL);
52 gettimeofday(&end_time, NULL);
61 gettimeofday(&begin_time, NULL);
64 gettimeofday(&end_time, NULL);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin_386.go 28 //sysnb gettimeofday(tp *Timeval) (sec int32, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
syscall_darwin_amd64.go 28 //sysnb gettimeofday(tp *Timeval) (sec int64, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
syscall_darwin_arm.go 28 //sysnb gettimeofday(tp *Timeval) (sec int32, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
syscall_darwin_arm64.go 28 //sysnb gettimeofday(tp *Timeval) (sec int64, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin_386.go 28 //sysnb gettimeofday(tp *Timeval) (sec int32, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
syscall_darwin_amd64.go 28 //sysnb gettimeofday(tp *Timeval) (sec int64, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
syscall_darwin_arm.go 28 //sysnb gettimeofday(tp *Timeval) (sec int32, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
syscall_darwin_arm64.go 28 //sysnb gettimeofday(tp *Timeval) (sec int64, usec int32, err error)
29 func Gettimeofday(tv *Timeval) (err error) {
30 // The tv passed to gettimeofday must be non-nil
33 sec, usec, err := gettimeofday(tv)
  /bionic/tests/
sys_time_test.cpp 51 TEST(sys_time, gettimeofday) {
52 // Try to ensure that our vdso gettimeofday is working.
54 ASSERT_EQ(0, gettimeofday(&tv1, NULL));
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /frameworks/rs/tests/latency/
latency.cpp 77 gettimeofday(&start, nullptr);
85 gettimeofday(&stop, nullptr);
91 gettimeofday(&start, nullptr);
101 gettimeofday(&stop, nullptr);
  /build/kati/
timeutil.cc 31 if (gettimeofday(&tv, NULL) < 0)
32 PERROR("gettimeofday");
  /external/llvm/test/Transforms/FunctionAttrs/
annotate-1.ll 18 declare i32 @gettimeofday(i8*, i8*)
19 ; CHECK-POSIX: declare i32 @gettimeofday(i8* nocapture, i8* nocapture) [[G0:#[0-9]+]]
  /external/toybox/toys/posix/
time.c 30 gettimeofday(&tv, NULL);
38 gettimeofday(&tv2, NULL);
  /frameworks/base/libs/hwui/utils/
Timing.h 27 gettimeofday(&mStart, nullptr);
32 gettimeofday(&stop, nullptr);

Completed in 1824 milliseconds

1 2 3 4 5 6 7 8 91011>>