Home
last modified time | relevance | path

Searched refs:KillAll (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/build/android/pylib/
Dscreenshot.py74 self._device.KillAll('screenrecord', signum=signal.SIGINT)
Dandroid_commands.py746 def KillAll(self, process, signum=9, with_su=False): member in AndroidCommands
780 processes_killed = self.KillAll(process, signum=signum, with_su=with_su)
/external/chromium_org/tools/android/memdump/
Dmemdump.cc467 void KillAll(const std::vector<pid_t>& pids, int signal_number) { in KillAll() function
514 base::Bind(&KillAll, pids, SIGCONT)); in main()
515 KillAll(pids, SIGSTOP); in main()
/external/chromium_org/build/android/pylib/gtest/
Dtest_package_exe.py83 device.KillAll(self.suite_name, blocking=True, timeout=30, retries=0)
/external/chromium_org/build/android/pylib/device/
Ddevice_utils_test.py552 self.device.KillAll('test_process')
562 self.device.KillAll('this.is.a.test.process', blocking=False))
579 self.device.KillAll('this.is.a.test.process', blocking=True))
590 self.device.KillAll('this.is.a.test.process', as_root=True))
600 self.device.KillAll('this.is.a.test.process', signum=signal.SIGTERM))
Ddevice_utils.py348 def KillAll(self, process_name, signum=9, as_root=False, blocking=False, member in DeviceUtils
/external/chromium_org/tools/python/google/
Dprocess_utils.py21 def KillAll(executables): function
/external/chromium_org/tools/profile_chrome/
Dperf_controller.py69 self._device.KillAll('perf', signum=signal.SIGINT)
/external/chromium_org/build/android/
Dprovision_devices.py66 device.KillAll('adb_reboot', blocking=True, timeout=2, retries=0)
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
Dperf_profiler.py107 device.KillAll('perf', signum=signal.SIGINT, blocking=True)
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
Dandroid_browser_backend.py237 self._adb.device().KillAll(self._backend_settings.package, retries=0)