Home
last modified time | relevance | path

Searched defs:SystemTime (Results 1 – 25 of 33) sorted by relevance

12

/external/rust/crates/instant/src/
Dwasm.rs178 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
Dnative.rs2 pub type SystemTime = std::time::SystemTime; typedef
/external/rust/crates/der/src/asn1/
Dgeneralized_time.rs72 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 …]
Dutc_time.rs77 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/
Dtime.rs62 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/
Dtimestamp.rs57 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/
Dtimestamp.rs57 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/
Dtimer_test.cpp34 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/
Dtimer_test.cpp34 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/
Dtimer_test.cpp34 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/
Ddatetime.rs263 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/
Ddate.rs66 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/
Dmod.rs112 pub struct SystemTime; struct
136 impl FormatTime for SystemTime { implementation
/external/deqp-deps/SPIRV-Tools/source/util/
Dtimer.h147 virtual double SystemTime() { in SystemTime() function
353 double SystemTime() override { return sys_time_; } in SystemTime() function
/external/swiftshader/third_party/SPIRV-Tools/source/util/
Dtimer.h147 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/
Dtimer.h147 virtual double SystemTime() { in SystemTime() function
353 double SystemTime() override { return sys_time_; } in SystemTime() function
/external/rust/crates/uniffi_core/src/
Dffi_converter_impls.rs186 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/
Ddate.rs130 impl From<HttpDate> for SystemTime { implementation
131 fn from(v: HttpDate) -> SystemTime { in from()
Dlib.rs53 pub fn parse_http_date(s: &str) -> Result<SystemTime, Error> { in parse_http_date()
/external/llvm/include/llvm/Support/
DTimer.h29 double SystemTime; // System time elapsed variable
/external/rust/crates/chrono/src/offset/local/tz_info/
Dmod.rs40 SystemTime(SystemTimeError), enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DTimer.h28 double SystemTime; ///< System time elapsed. variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h29 double SystemTime; ///< System time elapsed. variable
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h29 double SystemTime; ///< System time elapsed. variable
/external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/
Dlib.rs132 _now: std::time::SystemTime, in verify_client_cert()

12