Home
last modified time | relevance | path

Searched refs:_RunPipedShellCommand (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils_test.py439 self.call.device._RunPipedShellCommand(
448 self.call.device._RunPipedShellCommand(
1104 self.device._RunPipedShellCommand('ps | grep foo'))
1113 self.device._RunPipedShellCommand('ps | grep foo')
1123 self.device._RunPipedShellCommand('ps | grep foo')
1133 self.device._RunPipedShellCommand('ps | grep foo')
2315 self.call.device._RunPipedShellCommand(
2323 self.call.device._RunPipedShellCommand('ps | grep -F does.not.match'),
2331 self.call.device._RunPipedShellCommand('ps | grep -F one.match'),
2341 self.call.device._RunPipedShellCommand('ps | grep -F match'),
[all …]
Ddevice_utils.py587 output = self._RunPipedShellCommand(
991 def _RunPipedShellCommand(self, script, **kwargs): member in DeviceUtils
2176 ps_output = self._RunPipedShellCommand(
2370 showmap_out = self._RunPipedShellCommand(
2633 dumpsys_out = self._RunPipedShellCommand(
/external/libmojo/third_party/catapult/devil/devil/android/
Ddevice_utils_test.py408 self.call.device._RunPipedShellCommand(
417 self.call.device._RunPipedShellCommand(
983 self.device._RunPipedShellCommand('ps | grep foo'))
992 self.device._RunPipedShellCommand('ps | grep foo')
1002 self.device._RunPipedShellCommand('ps | grep foo')
1012 self.device._RunPipedShellCommand('ps | grep foo')
2128 self.call.device._RunPipedShellCommand('ps | grep -F does.not.match'),
2134 self.call.device._RunPipedShellCommand('ps | grep -F one.match'),
2142 self.call.device._RunPipedShellCommand('ps | grep -F match'),
2154 self.call.device._RunPipedShellCommand('ps | grep -F exact.match'),
[all …]
Ddevice_utils.py520 output = self._RunPipedShellCommand(
903 def _RunPipedShellCommand(self, script, **kwargs): member in DeviceUtils
2046 ps_output = self._RunPipedShellCommand(
2162 showmap_out = self._RunPipedShellCommand(
2424 dumpsys_out = self._RunPipedShellCommand(