Home
last modified time | relevance | path

Searched defs:SystemTime (Results 101 – 125 of 152) sorted by relevance

1234567

/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/
H A Dfs.rs1421 pub fn modified(&self) -> io::Result<SystemTime> { in modified()
1457 pub fn accessed(&self) -> io::Result<SystemTime> { in accessed()
1490 pub fn created(&self) -> io::Result<SystemTime> { in created()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/
H A Dfs.rs1421 pub fn modified(&self) -> io::Result<SystemTime> { in modified()
1457 pub fn accessed(&self) -> io::Result<SystemTime> { in accessed()
1490 pub fn created(&self) -> io::Result<SystemTime> { in created()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/
H A Dfs.rs1421 pub fn modified(&self) -> io::Result<SystemTime> { in modified()
1457 pub fn accessed(&self) -> io::Result<SystemTime> { in accessed()
1490 pub fn created(&self) -> io::Result<SystemTime> { in created()
/aosp_15_r20/hardware/google/aemu/windows/includes/sys/
Dtime.h28 typedef void (*SystemTime)(FileTime*); typedef
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dreport.rs100 pub fn get_report_ts(filename: &str) -> Result<SystemTime> { in get_report_ts()
/aosp_15_r20/system/security/keystore2/src/
H A Did_rotation.rs55 creation_datetime: &SystemTime, in had_factory_reset_since_id_rotation()
/aosp_15_r20/external/rust/android-crates-io/crates/httpdate/src/
Dlib.rs53 pub fn parse_http_date(s: &str) -> Result<SystemTime, Error> { in parse_http_date()
/aosp_15_r20/packages/modules/Virtualization/android/virtmgr/src/
Datom.rs170 vm_start_timestamp: Option<SystemTime>, in write_vm_booted_stats()
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dioevent.h34 LARGE_INTEGER SystemTime; member
/aosp_15_r20/build/soong/ui/tracer/
H A Dstatus.go121 SystemTime uint32 `json:"system_time_ms"` member
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DTimer.h29 double SystemTime; // System time elapsed variable
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/offset/local/tz_info/
Dmod.rs40 SystemTime(SystemTimeError), enumerator
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DTimer.h28 double SystemTime = 0.0; ///< System time elapsed. variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DTimer.h28 double SystemTime = 0.0; ///< System time elapsed. variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DTimer.h28 double SystemTime; ///< System time elapsed. variable
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DTimer.h29 double SystemTime; ///< System time elapsed. variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DTimer.h28 double SystemTime = 0.0; ///< System time elapsed. variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DTimer.h28 double SystemTime = 0.0; ///< System time elapsed. variable
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DTimer.h29 double SystemTime; ///< System time elapsed. variable
/aosp_15_r20/prebuilts/go/linux-x86/src/os/
Dexec.go373 func (p *ProcessState) SystemTime() time.Duration { func
/aosp_15_r20/external/bazelbuild-rules_rust/examples/crate_universe/multi_package/sub_pkgs/pkg_b/src/
H A Dlib.rs132 _now: std::time::SystemTime, in verify_client_cert()
/aosp_15_r20/build/soong/ui/status/
H A Dstatus.go71 SystemTime uint32 member
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/tests/
Dcriterion_tests.rs99 fn latest_modified(dir: &PathBuf) -> SystemTime { in latest_modified()
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs1645 impl<Tz: TimeZone> From<DateTime<Tz>> for SystemTime { implementation
1646 fn from(dt: DateTime<Tz>) -> SystemTime { in from()
/aosp_15_r20/external/grpc-grpc/test/cpp/qps/
H A Ddriver.cc104 static double SystemTime(const ClientStats& s) { return s.time_system(); } in SystemTime() function

1234567