Home | Sort by relevance Sort by last modified time |
/external/autotest/scheduler/ | |
pidfile_monitor.py | 131 if self._drone_manager.is_process_running(self._state.process): |
drone_manager.py | 828 def is_process_running(self, process): member in class:DroneManager [all...] |
monitor_db_unittest.py | 621 self.mock_drone_manager.is_process_running.expect_call( [all...] |
monitor_db_functional_test.py | 259 def is_process_running(self, process): member in class:MockDroneManager [all...] |