Searched refs:get_process (Results 1 – 7 of 7) sorted by relevance
/external/autotest/scheduler/ |
D | pidfile_monitor.py | 81 self._drone_manager.kill_process(self.get_process()) 90 def get_process(self): member in PidfileRunMonitor 202 self._drone_manager.copy_results_on_drone(self.get_process(), **kwargs) 207 self._drone_manager.copy_to_results_repository(self.get_process(),
|
D | agent_task.py | 491 self.monitor.get_process(), type(self).__name__, 539 paired_with_process=self.monitor.get_process())
|
D | postjob_task.py | 385 paired_process = self._paired_with_monitor().get_process()
|
D | monitor_db.py | 624 orphans.discard(agent_task.monitor.get_process()) 1227 paired_with_process=self.monitor.get_process())
|
/external/lldb/include/lldb/Target/ |
D | ExecutionContext.h | 393 ExecutionContext (const lldb::TargetSP &target_sp, bool get_process); 400 ExecutionContext (const lldb::TargetWP &target_wp, bool get_process); 687 SetContext (const lldb::TargetSP &target_sp, bool get_process);
|
/external/lldb/source/Target/ |
D | ExecutionContext.cpp | 37 ExecutionContext::ExecutionContext (const lldb::TargetSP &target_sp, bool get_process) : in ExecutionContext() argument 44 SetContext (target_sp, get_process); in ExecutionContext() 77 ExecutionContext::ExecutionContext (const lldb::TargetWP &target_wp, bool get_process) : in ExecutionContext() argument 85 SetContext (target_sp, get_process); in ExecutionContext() 385 ExecutionContext::SetContext (const lldb::TargetSP &target_sp, bool get_process) in SetContext() argument 388 if (get_process && target_sp) in SetContext()
|
/external/lldb/test/python_api/thread/ |
D | TestThreadAPI.py | 21 self.get_process() 28 self.get_process() 121 def get_process(self): member in ThreadAPITestCase
|