HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 76 - 100 of 828) sorted by null

1 2 34 5 6 7 8 91011>>

  /libcore/ojluni/src/main/native/
PollArrayWrapper.c 49 gettimeofday(&t, NULL);
56 gettimeofday(&t, NULL);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_darwin_386.go 17 //sysnb gettimeofday(tp *Timeval) (sec int32, usec int32, err error)
18 func Gettimeofday(tv *Timeval) error {
19 // The tv passed to gettimeofday must be non-nil.
22 // As of Sierra, gettimeofday return zeros and populates
24 sec, usec, err := gettimeofday(tv)
syscall_darwin_amd64.go 17 //sysnb gettimeofday(tp *Timeval) (sec int64, usec int32, err error)
18 func Gettimeofday(tv *Timeval) error {
19 // The tv passed to gettimeofday must be non-nil.
22 // As of Sierra, gettimeofday return zeros and populates
24 sec, usec, err := gettimeofday(tv)
  /prebuilts/go/linux-x86/src/syscall/
syscall_darwin_386.go 17 //sysnb gettimeofday(tp *Timeval) (sec int32, usec int32, err error)
18 func Gettimeofday(tv *Timeval) error {
19 // The tv passed to gettimeofday must be non-nil.
22 // As of Sierra, gettimeofday return zeros and populates
24 sec, usec, err := gettimeofday(tv)
syscall_darwin_amd64.go 17 //sysnb gettimeofday(tp *Timeval) (sec int64, usec int32, err error)
18 func Gettimeofday(tv *Timeval) error {
19 // The tv passed to gettimeofday must be non-nil.
22 // As of Sierra, gettimeofday return zeros and populates
24 sec, usec, err := gettimeofday(tv)
  /system/tpm/attestation/server/
attestationd-seccomp-amd64.policy 28 gettimeofday: 1
  /system/tpm/tpm_manager/server/
tpm_managerd-seccomp-amd64.policy 28 gettimeofday: 1
  /system/tpm/trunks/
trunksd-seccomp-amd64.policy 27 gettimeofday: 1
trunksd-seccomp-arm.policy 27 gettimeofday: 1
trunksd-seccomp-arm64.policy 27 gettimeofday: 1
trunksd-seccomp-mips.policy 27 gettimeofday: 1
trunksd-seccomp-x86.policy 27 gettimeofday: 1
trunksd-seccomp-x86_64.policy 27 gettimeofday: 1
  /external/e2fsprogs/include/nonunix/
unistd.h 43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
  /external/libcups/cups/
debug-private.h 104 # define gettimeofday(a,b) _cups_gettimeofday(a, b) macro
  /external/libvncserver/compat/msvc/sys/
time.h 32 static __inline int gettimeofday(struct timeval *tv, struct timezone *tz) function
  /external/ppp/pppd/
magic.c 72 gettimeofday(&t, NULL);
  /external/valgrind/coregrind/
vgdb.h 44 gettimeofday(&dbgtv, NULL), \
  /hardware/qcom/gps/msm8998/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 39 gettimeofday(&tv, &tz);
  /hardware/qcom/gps/sdm845/utils/platform_lib_abstractions/loc_pla/src/
platform_lib_log_util.cpp 36 gettimeofday(&tv, &tz);
  /prebuilts/go/darwin-x86/misc/cgo/test/
callback_c.c 48 gettimeofday(&tv, NULL);
  /prebuilts/go/linux-x86/misc/cgo/test/
callback_c.c 48 gettimeofday(&tv, NULL);
  /prebuilts/ndk/r11/sources/android/ndk_helper/
perfMonitor.cpp 49 gettimeofday( &Time, NULL );
  /prebuilts/ndk/r13/sources/android/ndk_helper/
perfMonitor.cpp 49 gettimeofday( &Time, NULL );
  /system/core/fastboot/
util.cpp 41 gettimeofday(&tv, NULL);

Completed in 1152 milliseconds

1 2 34 5 6 7 8 91011>>