Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp427 const file_time_type future_time = now + Hours(3) + Sec(42) + SubSec(17); in TEST_CASE() local
/aosp_15_r20/system/keymaster/tests/
H A Dkeymaster_enforcement_test.cpp90 uint64_t future_time; member in keymaster::test::KeymasterBaseTest
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
H A Dlast_write_time.pass.cpp474 const file_time_type future_time = now + Hours(3) + Sec(42) + SubSec(17); in set_last_write_time_dynamic_env_test() local
/aosp_15_r20/external/rust/android-crates-io/crates/mls-rs/src/group/
Dmod.rs3726 let future_time = MlsTime::now().seconds_since_epoch() + 10 * 365 * 24 * 3600; in receiving_commit_with_old_adds_fails() localVariable
3728 let future_time = in receiving_commit_with_old_adds_fails() localVariable