Home
last modified time | relevance | path

Searched defs:from_timestamp (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/datetime/
Dtests.rs133 let from_timestamp = |secs| NaiveDateTime::from_timestamp_opt(secs, 0); in test_datetime_from_timestamp() localVariable
Dmod.rs131 pub const fn from_timestamp(secs: i64, nsecs: u32) -> NaiveDateTime { in from_timestamp() method
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py206 def query_log(self, from_timestamp, to_timestamp): argument
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/datetime/
Dmod.rs629 pub const fn from_timestamp(secs: i64, nsecs: u32) -> Option<Self> { in from_timestamp() method