OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:past_time
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/site_tests/audio_CrasStress/
audio_CrasStress.py
96
past_time
= time.time()
123
if now -
past_time
> self._CHECK_PERIOD_TIME_SECS:
124
past_time
= now
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.last_write_time/
last_write_time.pass.cpp
428
const file_time_type
past_time
= now - Minutes(3) - Sec(42) - SubSec(17);
449
{"file,
past_time
", file,
past_time
},
450
{"dir,
past_time
", dir,
past_time
},
Completed in 82 milliseconds