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

12

  /external/chromium_org/tools/telemetry/telemetry/core/platform/
android_platform_backend.py 206 self._device.RunShellCommand('ndc resolver flushdefaultif', as_root=True)
228 result_lines = self._device.RunShellCommand('am start %s %s' %
240 self._installed_applications = self._device.RunShellCommand(
299 ps = self._device.RunShellCommand(command)[1:]
312 return '\n'.join(self._device.RunShellCommand(command))
  /external/chromium_org/build/android/pylib/
android_commands_unittest.py 76 self.ac.RunShellCommand('realpath %s' %
84 self.ac.RunShellCommand('mkdir %s' % self.device_data_dir)
185 self.ac.RunShellCommand('rm -rf %s' % self.device_data_dir)
screenshot.py 90 self._device.RunShellCommand('rm -f "%s"' % self._device_file)
flag_changer.py 111 self._device.RunShellCommand('rm ' + self._cmdline_file,
ports.py 117 netstat_results = device.RunShellCommand('netstat')
  /external/chromium_org/build/android/pylib/perf/
surface_stats_collector.py 218 results = self._device.RunShellCommand(
261 results = self._device.RunShellCommand(
298 results = self._device.RunShellCommand('service call SurfaceFlinger 1013')
  /external/chromium_org/build/android/gyp/
apk_install.py 28 output = device.RunShellCommand('ls -l /data/app/')
  /external/chromium_org/build/android/pylib/instrumentation/
test_runner.py 155 self.device.RunShellCommand('stop')
156 self.device.RunShellCommand('start')
242 self.device.RunShellCommand(
361 return self.device.RunShellCommand(cmd, timeout=timeout, retries=0)
test_runner_test.py 256 self.instance.device.RunShellCommand = mock.Mock()
262 self.instance.device.RunShellCommand.assert_called_with(
  /external/chromium_org/build/android/pylib/uiautomator/
test_runner.py 79 return self.device.RunShellCommand(cmd, timeout=timeout, retries=0)
  /external/chromium_org/tools/profile_chrome/
systrace_controller.py 40 return device.RunShellCommand('atrace --list_categories')
perf_controller.py 118 return device.RunShellCommand('%s list' % perf_binary)
  /external/chromium_org/build/android/pylib/device/
device_utils_test.py 510 self.device.RunShellCommand(['pm', 'list', 'packages'])
516 self.device.RunShellCommand('dumpsys wifi')
523 self.device.RunShellCommand('setprop service.adb.root 0', as_root=True)
529 self.device.RunShellCommand('setprop service.adb.root 0', as_root=True)
535 self.device.RunShellCommand('echo $ANDROID_DATA', check_return=True)
542 self.device.RunShellCommand('echo $ANDROID_DATA', check_return=True)
    [all...]
device_utils.py 284 def RunShellCommand(self, cmd, check_return=False, as_root=False,
313 """Implementation of RunShellCommand.
315 This is split from RunShellCommand to allow other DeviceUtils methods to
316 call RunShellCommand without spawning a new timeout thread.
322 cmd: Same as for |RunShellCommand|.
323 check_return: Same as for |RunShellCommand|.
324 as_root: Same as for |RunShellCommand|.
328 Same as for |RunShellCommand|.
331 Same as for |RunShellCommand|.
344 output = self.old_interface.RunShellCommand(cmd, timeout_time=timeout
    [all...]
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 117 all_tests = device.RunShellCommand(
  /external/chromium_org/build/android/pylib/monkey/
test_runner.py 43 return self.device.RunShellCommand(' '.join(cmd), timeout=timeout_ms)
  /external/lldb/include/lldb/Host/
Host.h 455 RunShellCommand (const char *command, // Shouldn't be NULL
  /external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
perf_profiler.py 88 browser_backend.adb.RunShellCommand(
90 browser_backend.adb.RunShellCommand('rm -f ' + self._device_output_file)
android_profiling_helper.py 48 device_md5 = device.RunShellCommand('md5 "%s"' % lib, as_root=True)[0]
  /external/chromium_org/tools/telemetry/telemetry/unittest/
system_stub.py 73 def RunShellCommand(self, args):
  /external/lldb/source/Commands/
CommandObjectPlatform.cpp     [all...]
  /external/lldb/source/Host/macosx/
Symbols.cpp 741 Error error = Host::RunShellCommand (command.GetData(),
    [all...]
  /external/lldb/source/Plugins/Platform/MacOSX/
PlatformDarwin.cpp     [all...]
  /external/lldb/source/Host/common/
Host.cpp     [all...]

Completed in 1161 milliseconds

12