HomeSort by relevance Sort by last modified time
    Searched refs:cutoff_time (Results 1 - 4 of 4) sorted by null

  /external/libweave/src/commands/
command_queue.h 70 // |cutoff_time|.
71 void Cleanup(const base::Time& cutoff_time);
command_queue.cc 118 void CommandQueue::Cleanup(const base::Time& cutoff_time) {
119 while (!remove_queue_.empty() && remove_queue_.top().first <= cutoff_time) {
  /system/update_engine/
p2p_manager_unittest.cc 192 base::Time cutoff_time = base::Time::FromTimeT(1000000000); local
195 // Set the clock just so files with a timestamp before |cutoff_time|
197 fake_clock_.SetWallclockTime(cutoff_time + age_limit);
215 // |cutoff_time|, we distribute it like this:
219 // cutoff_time
221 base::Time file_date = cutoff_time + (n - 2) * TimeDelta::FromDays(1)
  /external/autotest/client/site_tests/firmware_TouchMTB/
validators.py 341 cutoff_time = list_syn_time[0] + self.initial_seconds_to_discard
347 if time >= cutoff_time:
    [all...]

Completed in 3394 milliseconds