Searched defs:secs_test (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/chrono/src/naive/datetime/ |
D | tests.rs | 33 let secs_test = [0, 1, 2, 1000, 1234, 12345678, -1, -2, -1000, -12345678]; in test_datetime_from_timestamp_millis() localVariable 71 let secs_test = [0, 1, 2, 1000, 1234, 12345678, -1, -2, -1000, -12345678]; in test_datetime_from_timestamp_micros() localVariable 122 let secs_test = [0, 1, 2, 1000, 1234, 12345678, -1, -2, -1000, -12345678]; in test_datetime_from_timestamp_nanos() localVariable
|