Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py88 if not self._device.KillAll('screenrecord', signum=device_signal.SIGINT,
/external/libmojo/third_party/catapult/devil/devil/android/tools/
Dvideo_recorder.py86 if not self._device.KillAll('screenrecord', signum=device_signal.SIGINT,
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py116 self.device.KillAll.assert_called_once_with(prefs.package, exact=True,
Dshared_prefs.py288 self._device.KillAll(self.package, exact=True, as_root=True, quiet=True)
/external/libmojo/third_party/catapult/devil/devil/android/sdk/
Dshared_prefs_test.py113 self.device.KillAll.assert_called_once_with(prefs.package, exact=True,
Dshared_prefs.py271 self._device.KillAll(self.package, exact=True, as_root=True, quiet=True)
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py1022 self.device.KillAll('test_process')
1026 self.assertEqual(0, self.device.KillAll('test_process', quiet=True))
1034 2, self.device.KillAll('some.process', blocking=False))
1046 2, self.device.KillAll('some.process', blocking=True))
1054 1, self.device.KillAll('some.process', exact=True, blocking=False))
1066 1, self.device.KillAll('some.process', exact=True, blocking=True))
1076 1, self.device.KillAll('some.process', as_root=True))
1084 1, self.device.KillAll('some.process', signum=device_signal.SIGTERM))
1092 2, self.device.KillAll('some.process', signum=device_signal.SIGTERM))
Ddevice_utils.py927 def KillAll(self, process_name, exact=False, signum=device_signal.SIGKILL, member in DeviceUtils
/external/chromium-trace/catapult/systrace/profile_chrome/
Dperf_tracing_agent.py71 self._device.KillAll('perf', signum=signal.SIGINT)
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py1143 self.device.KillAll('test_process')
1147 self.assertEqual(0, self.device.KillAll('test_process', quiet=True))
1155 2, self.device.KillAll('some.process', blocking=False))
1167 2, self.device.KillAll('some.process', blocking=True))
1175 1, self.device.KillAll('some.process', exact=True, blocking=False))
1187 1, self.device.KillAll('some.process', exact=True, blocking=True))
1197 1, self.device.KillAll('some.process', as_root=True))
1205 1, self.device.KillAll('some.process', signum=device_signal.SIGTERM))
1213 2, self.device.KillAll('some.process', signum=device_signal.SIGTERM))
Ddevice_utils.py1015 def KillAll(self, process_name, exact=False, signum=device_signal.SIGKILL, member in DeviceUtils
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md356 ### DeviceUtils.KillAll