Home
last modified time | relevance | path

Searched refs:past_time (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/timer/
Dwall_clock_timer_unittest.cc59 constexpr auto past_time = base::Seconds(30); in TEST_F() local
60 FastForwardBy(past_time, /*with_power=*/false); in TEST_F()
69 FastForwardBy(delay - past_time); in TEST_F()
99 constexpr auto past_time = base::Seconds(30); in TEST_F() local
100 FastForwardBy(past_time, /*with_power=*/false); in TEST_F()
104 FastForwardBy(delay - past_time); in TEST_F()
119 constexpr auto past_time = base::Seconds(20); in TEST_F() local
120 FastForwardBy(past_time); in TEST_F()
126 FastForwardBy(past_time, /*with_power=*/false); in TEST_F()
130 FastForwardBy(delay - past_time * 2); in TEST_F()
[all …]
/external/autotest/client/site_tests/audio_CrasStress/
Daudio_CrasStress.py100 past_time = time.time()
127 if now - past_time > self._CHECK_PERIOD_TIME_SECS:
128 past_time = now
/external/autotest/client/site_tests/audio_CrasDevSwitchStress/
Daudio_CrasDevSwitchStress.py245 past_time = time.time()
259 if now - past_time > self._CHECK_PERIOD_TIME_SECS:
260 past_time = now
/external/cronet/net/disk_cache/simple/
Dsimple_index_file_unittest.cc441 const base::Time past_time = base::Time::Now() - base::Seconds(10); in TEST_F() local
442 EXPECT_TRUE(base::TouchFile(index_path, past_time, past_time)); in TEST_F()
443 EXPECT_TRUE(base::TouchFile(cache_path, past_time, past_time)); in TEST_F()
448 const base::Time even_older = past_time - base::Seconds(10); in TEST_F()
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp428 const file_time_type past_time = now - Minutes(3) - Sec(42) - SubSec(17); in TEST_CASE() local
449 {"file, past_time", file, past_time}, in TEST_CASE()
450 {"dir, past_time", dir, past_time}, in TEST_CASE()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
Dlast_write_time.pass.cpp472 const file_time_type past_time = now - Minutes(3) - Sec(42) - SubSec(17); in set_last_write_time_dynamic_env_test() local
495 {"file, past_time", file, past_time}, in set_last_write_time_dynamic_env_test()
496 {"dir, past_time", dir, past_time} in set_last_write_time_dynamic_env_test()