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 501 def sync_refresh(self): member in class:DroneManager
566 self.sync_refresh()
    [all...]
drone_manager_unittest.py 436 # the rest of sync_refresh populates the right datastructures for
461 self.manager.sync_refresh()
monitor_db.py 386 with breakdown_timer.Step('sync_refresh'):
387 self._log_tick_msg('Starting _drone_manager.sync_refresh')
388 _drone_manager.sync_refresh()
392 # _run_cleanup must be called between drone_manager.sync_refresh,
393 # and drone_manager.execute_actions, as sync_refresh will clear the
    [all...]

Completed in 128 milliseconds