HomeSort by relevance Sort by last modified time
    Searched refs:RunShellCommand (Results 26 - 50 of 57) sorted by null

12 3

  /external/chromium-trace/catapult/devil/devil/android/
device_utils.py 391 self.RunShellCommand(['ls', '/root'], check_return=True)
421 self.RunShellCommand(cmd, shell=True, check_return=True,
539 output = self.RunShellCommand(
563 output = self.RunShellCommand(
616 self.RunShellCommand(['test', '-d', self.GetExternalStoragePath()],
635 return 'Wi-Fi is enabled' in self.RunShellCommand(['dumpsys', 'wifi'],
843 def RunShellCommand(self, cmd, shell=False, check_return=False, cwd=None,
    [all...]
app_ui.py 77 self._device.RunShellCommand(['input', 'tap', x, y], check_return=True)
200 self._device.RunShellCommand(['uiautomator', 'dump', dtemp.name],
forwarder.py 56 ps_out = device.RunShellCommand(['ps'], check_return=True)
398 device.RunShellCommand(
465 device.RunShellCommand(
ports.py 118 netstat_results = device.RunShellCommand(
app_ui_test.py 90 self.device.RunShellCommand.assert_called_once_with(
  /external/libmojo/third_party/catapult/devil/devil/android/
device_utils.py 347 self.RunShellCommand(['ls', '/root'], check_return=True)
371 self.RunShellCommand(
475 output = self.RunShellCommand(
497 output = self.RunShellCommand(
550 self.RunShellCommand(['test', '-d', self.GetExternalStoragePath()],
569 return 'Wi-Fi is enabled' in self.RunShellCommand(['dumpsys', 'wifi'],
771 def RunShellCommand(self, cmd, check_return=False, cwd=None, env=None,
869 logging.warning('Use RunShellCommand(..., large_output=True) for '
    [all...]
forwarder.py 109 ps_out = device.RunShellCommand(['ps'])
303 device.RunShellCommand(
342 device.RunShellCommand(
app_ui.py 77 self._device.RunShellCommand(['input', 'tap', x, y], check_return=True)
200 self._device.RunShellCommand(['uiautomator', 'dump', dtemp.name],
flag_changer.py 130 self._device.RunShellCommand('rm ' + self._cmdline_file,
ports.py 118 netstat_results = device.RunShellCommand(
app_ui_test.py 90 self.device.RunShellCommand.assert_called_once_with(
  /external/chromium-trace/catapult/devil/devil/android/perf/
surface_stats_collector.py 107 results = self._device.RunShellCommand(
160 results = self._device.RunShellCommand(
thermal_throttle.py 100 log = self._device.RunShellCommand(
127 dumpsys_log = self._device.RunShellCommand(
perf_control.py 113 output = self._device.RunShellCommand(
204 self._device.RunShellCommand(cmd, check_return=True, as_root=True)
  /external/libmojo/third_party/catapult/devil/devil/android/perf/
perf_control.py 103 output = self._device.RunShellCommand(
153 self._device.RunShellCommand(cmd, check_return=True, as_root=True)
thermal_throttle.py 98 log = self._device.RunShellCommand('dmesg -c')
124 dumpsys_log = self._device.RunShellCommand('dumpsys battery')
  /external/chromium-trace/catapult/devil/devil/android/tools/
adb_run_shell_cmd.py 43 p_out = (device_utils.DeviceUtils.parallel(devices).RunShellCommand(
device_monitor.py 122 lines = device.RunShellCommand(['ps'], check_return=True)
132 files = device.RunShellCommand(
device_monitor_test.py 54 self.device.RunShellCommand = mock.MagicMock(side_effect=mock_run_shell)
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
android_process_data_agent.py 74 dump = self._device.RunShellCommand( \
83 dump = self._device.RunShellCommand( \
walt_agent.py 98 command_result = self._device_utils.RunShellCommand(cmd, shell=True)
  /system/connectivity/wificond/tests/
shell_utils.cpp 59 int RunShellCommand(const std::string& shell_command, std::string* output) {
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 271 self._device.RunShellCommand(
284 self._device.RunShellCommand(
411 for line in self._device.RunShellCommand(['ls', '-Z', '/data/data/'],
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
Shell.h 302 RunShellCommand(
  /external/libmojo/third_party/catapult/devil/devil/android/tools/
video_recorder.py 108 self._device.RunShellCommand('rm -f "%s"' % self._device_file)

Completed in 970 milliseconds

12 3