Home
last modified time | relevance | path

Searched refs:get_process (Results 1 – 7 of 7) sorted by relevance

/external/autotest/scheduler/
Dpidfile_monitor.py81 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(),
Dagent_task.py491 self.monitor.get_process(), type(self).__name__,
539 paired_with_process=self.monitor.get_process())
Dpostjob_task.py385 paired_process = self._paired_with_monitor().get_process()
Dmonitor_db.py624 orphans.discard(agent_task.monitor.get_process())
1227 paired_with_process=self.monitor.get_process())
/external/lldb/include/lldb/Target/
DExecutionContext.h393 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/
DExecutionContext.cpp37 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/
DTestThreadAPI.py21 self.get_process()
28 self.get_process()
121 def get_process(self): member in ThreadAPITestCase