Home
last modified time | relevance | path

Searched refs:cutoff_time (Results 1 – 3 of 3) sorted by relevance

/external/libweave/src/commands/
Dcommand_queue.cc118 void CommandQueue::Cleanup(const base::Time& cutoff_time) { in Cleanup() argument
119 while (!remove_queue_.empty() && remove_queue_.top().first <= cutoff_time) { in Cleanup()
Dcommand_queue.h71 void Cleanup(const base::Time& cutoff_time);
/external/autotest/client/site_tests/firmware_TouchMTB/
Dvalidators.py341 cutoff_time = list_syn_time[0] + self.initial_seconds_to_discard
347 if time >= cutoff_time: