/external/coreboot/payloads/libpayload/include/ |
D | time.h | 41 struct timeval { struct 47 int gettimeofday(struct timeval *tv, void *tz); argument
|
/external/cronet/tot/third_party/llvm-libc/src/include/llvm-libc-types/ |
D | struct_timeval.h | 15 struct timeval { struct 16 time_t tv_sec; // Seconds 17 suseconds_t tv_usec; // Micro seconds
|
/external/llvm-libc/include/llvm-libc-types/ |
D | struct_timeval.h | 15 struct timeval { struct 16 time_t tv_sec; // Seconds 17 suseconds_t tv_usec; // Micro seconds
|
/external/cronet/stable/third_party/llvm-libc/src/include/llvm-libc-types/ |
D | struct_timeval.h | 15 struct timeval { struct 16 time_t tv_sec; // Seconds 17 suseconds_t tv_usec; // Micro seconds
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/ |
D | time_util.h | 42 struct timeval { struct 43 int64_t tv_sec; /* seconds */ 44 int64_t tv_usec; /* and microseconds */
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/ |
D | time_util.h | 42 struct timeval { struct 43 int64_t tv_sec; /* seconds */ 44 int64_t tv_usec; /* and microseconds */
|
/external/protobuf/src/google/protobuf/util/ |
D | time_util.h | 42 struct timeval { struct 43 int64_t tv_sec; /* seconds */ 44 int64_t tv_usec; /* and microseconds */
|
/external/libxkbcommon/bench/ |
D | bench.c | 39 struct timeval { struct 44 gettimeofday(struct timeval *tv, void *unused) in gettimeofday() argument
|
/external/kernel-headers/original/uapi/linux/ |
D | time.h | 17 struct timeval { struct 28 struct timeval it_interval;/* timer interval */ argument
|
/external/sdv/vsomeip/third_party/boost/chrono/example/ |
D | timeval_demo.cpp | 50 struct timeval { struct 51 long tv_sec; /* seconds */ 52 long tv_usec; /* and microseconds */
|
D | runtime_resolution.cpp | 48 struct timeval { struct 49 long tv_sec; /* seconds */ 50 long tv_usec; /* and microseconds */
|
/external/openscreen/platform/impl/ |
D | timeval_posix_unittest.cc | 13 auto timeval = ToTimeval(timespan); in TEST() local
|
/external/curl/lib/ |
D | curl_setup_once.h | 107 struct timeval { struct 108 long tv_sec; 109 long tv_usec;
|
/external/grpc-grpc/src/php/ext/grpc/ |
D | timeval.c | 50 wrapped_grpc_timeval *timeval = in grpc_php_wrap_timeval() local 61 wrapped_grpc_timeval *timeval = in PHP_METHOD() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/cares/cares/src/lib/ |
D | setup_once.h | 113 struct timeval { struct 114 long tv_sec; 115 long tv_usec;
|
/external/libwebsockets/include/ |
D | libwebsockets.h | 416 struct timeval { struct 426 int gettimeofday(struct timeval *tv, struct timezone *tz); argument
|
/external/trusty/musl/arch/arm/bits/ |
D | alltypes.h | 254 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; struct
|
/external/trusty/musl/arch/x86_64/bits/ |
D | alltypes.h | 267 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; argument
|
/external/trusty/musl/arch/aarch64/bits/ |
D | alltypes.h | 270 struct timeval { time_t tv_sec; suseconds_t tv_usec; }; struct
|
/external/elfutils/backends/ |
D | linux-core-note.c | 74 struct EBLHOOK(timeval) in EBLHOOK() argument
|
/external/python/cpython3/Lib/email/ |
D | utils.py | 239 def formatdate(timeval=None, localtime=False, usegmt=False): argument
|
/external/libcups/cups/ |
D | string.c | 147 time_t timeval) /* I - Time value */ in _cupsStrDate()
|
/external/rust/android-crates-io/crates/nix/src/sys/ |
D | time.rs | 473 fn as_ref(&self) -> &timeval { in as_ref() 479 fn as_mut(&mut self) -> &mut timeval { in as_mut()
|
/external/rust/android-crates-io/crates/vsock/src/ |
D | lib.rs | 284 fn timeval_from_duration(dur: Option<Duration>) -> Result<timeval> { in timeval_from_duration()
|
/external/scapy/scapy/libs/ |
D | winpcapy.py | 63 class timeval(Structure): class
|