/external/swiftshader/third_party/SPIRV-Tools/test/ |
D | timer_test.cpp | 34 double SystemTime() override { return 0.002723; } in SystemTime() function in spvtools::utils::__anon4f35b8650111::MockTimer 95 double SystemTime() override { return count_stop_ * 0.002723; } in SystemTime() function in spvtools::utils::__anon4f35b8650111::MockCumulativeTimer
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/ |
D | timer_test.cpp | 34 double SystemTime() override { return 0.002723; } in SystemTime() function in spvtools::utils::__anon2df694980111::MockTimer 95 double SystemTime() override { return count_stop_ * 0.002723; } in SystemTime() function in spvtools::utils::__anon2df694980111::MockCumulativeTimer
|
/external/deqp-deps/SPIRV-Tools/test/ |
D | timer_test.cpp | 34 double SystemTime() override { return 0.002723; } in SystemTime() function in spvtools::utils::__anona871caeb0111::MockTimer 95 double SystemTime() override { return count_stop_ * 0.002723; } in SystemTime() function in spvtools::utils::__anona871caeb0111::MockCumulativeTimer
|
/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/vulkan-deps/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/llvm/include/llvm/Support/ |
D | Timer.h | 29 double SystemTime; // System time elapsed variable
|
/external/rust/crates/ring/ |
D | build.rs | 457 includes_modified: SystemTime, in build_library() 514 includes_modified: SystemTime, in compile() 743 includes_modified: Option<SystemTime>, in perlasm()
|
/external/llvm-project/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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Timer.h | 29 double SystemTime; ///< System time elapsed. variable
|
/external/rust/crates/flate2/src/gz/ |
D | mod.rs | 74 pub fn mtime_as_datetime(&self) -> Option<time::SystemTime> { in mtime_as_datetime()
|
/external/rust/crates/criterion/tests/ |
D | criterion_tests.rs | 98 fn latest_modified(dir: &PathBuf) -> SystemTime { in latest_modified()
|
/external/grpc-grpc/test/cpp/qps/ |
D | driver.cc | 100 static double SystemTime(const ClientStats& s) { return s.time_system(); } in SystemTime() function
|
/external/rust/crates/serde/src/ser/ |
D | impls.rs | 611 impl Serialize for SystemTime { implementation
|
/external/rust/crates/chrono/src/ |
D | datetime.rs | 780 impl<Tz: TimeZone> From<DateTime<Tz>> for SystemTime { implementation 781 fn from(dt: DateTime<Tz>) -> SystemTime { in from()
|
/external/rust/crates/serde/src/de/ |
D | impls.rs | 1994 impl<'de> Deserialize<'de> for SystemTime { implementation
|