HomeSort by relevance Sort by last modified time
    Searched defs:RunCommand (Results 1 - 25 of 45) sorted by null

1 2

  /external/libvpx/libvpx/tools/
all_builds.py 10 def RunCommand(command):
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
all_builds.py 10 def RunCommand(command):
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
  /development/testrunner/
run_command.py 32 """Sets behavior of RunCommand to throw AbortError if command process returns
37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
  /external/pdfium/testing/tools/
common.py 21 def RunCommand(cmd, redirect_output=False):
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
posix_platform_backend.py 40 def RunCommand(self, args):
68 return self.RunCommand(args).splitlines()
linux_based_platform_backend.py 23 Subclasses must implement RunCommand, GetFileContents, GetPsOutput, and
103 def RunCommand(self, cmd):
159 jiffies_timer_lines = self.RunCommand(
cros_platform_backend.py 75 def RunCommand(self, args):
86 return self.RunCommand(['cat', filename])
148 self.RunCommand(['chmod', '+x', flush_command])
149 self.RunCommand([flush_command, '--recurse', directory])
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/power_monitor/
pm_mock.py 59 def RunCommand(self, command):
sysfs_power_monitor_unittest.py 222 def RunCommand(self, cmd):
256 def RunCommand(self, cmd):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/testcase/
unit_testcase.py 135 def RunCommand(self, command_name, args=None, headers=None, debug=0,
170 # Save and truncate stdout and stderr for the lifetime of RunCommand. This
208 '==== logging RunCommand %s %s ====\n' % (self.id(), command_line))
213 '==== stdout RunCommand %s %s ====\n' % (self.id(), command_line))
218 '==== stderr RunCommand %s %s ====\n' % (self.id(), command_line))
  /external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
version.py 79 def RunCommand(self):
cat.py 115 def RunCommand(self):
compose.py 110 def RunCommand(self):
cors.py 192 def RunCommand(self):
cp.py     [all...]
du.py 181 def RunCommand(self):
hash.py 156 def RunCommand(self):
help.py 104 def RunCommand(self):
lifecycle.py 182 def RunCommand(self):
logging.py 228 def RunCommand(self):
ls.py 351 def RunCommand(self):
mb.py 165 def RunCommand(self):
mv.py 126 def RunCommand(self):
notification.py 247 def RunCommand(self):
  /build/tools/releasetools/
build_image.py 39 def RunCommand(cmd):
236 (_, exit_code) = RunCommand(inflate_command)
301 (_, exit_code) = RunCommand(convert_command)
441 (ext4fs_output, exit_code) = RunCommand(build_command)
443 (_, exit_code) = RunCommand(build_command)
502 (_, exit_code) = RunCommand(e2fsck_command)

Completed in 652 milliseconds

1 2