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

  /external/autotest/scheduler/
drone_manager.py 495 def sync_refresh(self): member in class:DroneManager
560 self.sync_refresh()
    [all...]
drone_manager_unittest.py 454 # the rest of sync_refresh populates the right datastructures for
479 self.manager.sync_refresh()
monitor_db.py 390 with breakdown_timer.Step('sync_refresh'):
391 self._log_tick_msg('Starting _drone_manager.sync_refresh')
392 _drone_manager.sync_refresh()
396 # _run_cleanup must be called between drone_manager.sync_refresh,
397 # and drone_manager.execute_actions, as sync_refresh will clear the
    [all...]

Completed in 1240 milliseconds