| /external/rust/crates/instant/src/ |
| D | wasm.rs | 178 pub struct SystemTime(f64); struct 180 impl SystemTime { implementation 205 pub fn checked_add(&self, duration: Duration) -> Option<SystemTime> { in checked_add() 209 pub fn checked_sub(&self, duration: Duration) -> Option<SystemTime> { in checked_sub() 214 impl Add<Duration> for SystemTime { implementation 217 fn add(self, other: Duration) -> SystemTime { in add() 222 impl Sub<Duration> for SystemTime { implementation 225 fn sub(self, other: Duration) -> SystemTime { in sub() 230 impl AddAssign<Duration> for SystemTime { implementation 236 impl SubAssign<Duration> for SystemTime { implementation
|
| D | native.rs | 2 pub type SystemTime = std::time::SystemTime; typedef
|
| /external/rust/crates/der/src/asn1/ |
| D | generalized_time.rs | 72 pub fn to_system_time(&self) -> SystemTime { in to_system_time() 191 impl<'a> DecodeValue<'a> for SystemTime { implementation 198 impl EncodeValue for SystemTime { implementation 209 impl From<GeneralizedTime> for SystemTime { implementation 210 fn from(time: GeneralizedTime) -> SystemTime { in from() 216 impl From<&GeneralizedTime> for SystemTime { implementation 217 fn from(time: &GeneralizedTime) -> SystemTime { in from() 241 impl<'a> TryFrom<AnyRef<'a>> for SystemTime { implementation 244 fn try_from(any: AnyRef<'a>) -> Result<SystemTime> { in try_from() 250 impl FixedTag for SystemTime { implementation [all …]
|
| D | utc_time.rs | 77 pub fn to_system_time(&self) -> SystemTime { in to_system_time() 185 impl From<UtcTime> for SystemTime { implementation 186 fn from(utc_time: UtcTime) -> SystemTime { in from()
|
| /external/rust/crates/x509-cert/src/ |
| D | time.rs | 62 pub fn to_system_time(&self) -> SystemTime { in to_system_time() 103 impl From<Time> for SystemTime { implementation 104 fn from(time: Time) -> SystemTime { in from() 110 impl From<&Time> for SystemTime { implementation 111 fn from(time: &Time) -> SystemTime { in from()
|
| /external/rust/crates/protobuf/src/well_known_types_util/ |
| D | timestamp.rs | 57 fn into(self) -> SystemTime { in into() 79 fn to_from(timestamp: Timestamp, system_time: SystemTime) { in to_from_system_time()
|
| /external/rust/crates/protobuf/src/ |
| D | timestamp.rs | 57 fn into(self) -> SystemTime { in into() 78 fn to_from(timestamp: Timestamp, system_time: SystemTime) { in from_system_time()
|
| /external/deqp-deps/SPIRV-Tools/test/ |
| D | timer_test.cpp | 34 double SystemTime() override { return 0.002723; } in SystemTime() function in spvtools::utils::__anon40f667d80111::MockTimer 95 double SystemTime() override { return count_stop_ * 0.002723; } in SystemTime() function in spvtools::utils::__anon40f667d80111::MockCumulativeTimer
|
| /external/swiftshader/third_party/SPIRV-Tools/test/ |
| D | timer_test.cpp | 34 double SystemTime() override { return 0.002723; } in SystemTime() function in spvtools::utils::__anon2ebbf0120111::MockTimer 95 double SystemTime() override { return count_stop_ * 0.002723; } in SystemTime() function in spvtools::utils::__anon2ebbf0120111::MockCumulativeTimer
|
| /external/angle/third_party/spirv-tools/src/test/ |
| D | timer_test.cpp | 34 double SystemTime() override { return 0.002723; } in SystemTime() function in spvtools::utils::__anonb181b9cc0111::MockTimer 95 double SystemTime() override { return count_stop_ * 0.002723; } in SystemTime() function in spvtools::utils::__anonb181b9cc0111::MockCumulativeTimer
|
| /external/rust/crates/der/src/ |
| D | datetime.rs | 263 pub fn to_system_time(&self) -> SystemTime { in to_system_time() 300 impl From<DateTime> for SystemTime { implementation 301 fn from(time: DateTime) -> SystemTime { in from() 307 impl From<&DateTime> for SystemTime { implementation 308 fn from(time: &DateTime) -> SystemTime { in from()
|
| /external/rust/crates/hyper/src/common/ |
| D | date.rs | 66 fn update(&mut self, now: SystemTime) { in update() 71 fn render(&mut self, now: SystemTime) { in render()
|
| /external/rust/crates/tracing-subscriber/src/fmt/time/ |
| D | mod.rs | 112 pub struct SystemTime; struct 136 impl FormatTime for SystemTime { implementation
|
| /external/deqp-deps/SPIRV-Tools/source/util/ |
| D | timer.h | 147 virtual double SystemTime() { in SystemTime() function 353 double SystemTime() override { return sys_time_; } in SystemTime() function
|
| /external/swiftshader/third_party/SPIRV-Tools/source/util/ |
| D | timer.h | 147 virtual double SystemTime() { in SystemTime() function 353 double SystemTime() override { return sys_time_; } in SystemTime() function
|
| /external/angle/third_party/spirv-tools/src/source/util/ |
| D | timer.h | 147 virtual double SystemTime() { in SystemTime() function 353 double SystemTime() override { return sys_time_; } in SystemTime() function
|
| /external/rust/crates/uniffi_core/src/ |
| D | ffi_converter_impls.rs | 186 unsafe impl<UT> FfiConverter<UT> for SystemTime { implementation 189 fn write(obj: SystemTime, buf: &mut Vec<u8>) { in write() 206 fn try_read(buf: &mut &[u8]) -> Result<SystemTime> { in try_read()
|
| /external/rust/crates/httpdate/src/ |
| D | date.rs | 130 impl From<HttpDate> for SystemTime { implementation 131 fn from(v: HttpDate) -> SystemTime { in from()
|
| D | lib.rs | 53 pub fn parse_http_date(s: &str) -> Result<SystemTime, Error> { in parse_http_date()
|
| /external/llvm/include/llvm/Support/ |
| D | Timer.h | 29 double SystemTime; // System time elapsed variable
|
| /external/rust/crates/chrono/src/offset/local/tz_info/ |
| D | mod.rs | 40 SystemTime(SystemTimeError), enumerator
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/ |
| D | Timer.h | 28 double SystemTime; ///< System time elapsed. variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | Timer.h | 29 double SystemTime; ///< System time elapsed. variable
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
| D | Timer.h | 29 double SystemTime; ///< System time elapsed. variable
|
| /external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/ |
| D | lib.rs | 132 _now: std::time::SystemTime, in verify_client_cert()
|