Searched defs:RunCommand (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/tools/cr/cr/commands/
H A Drun.py10 class RunCommand(cr.Command): class in inherits:cr.Command
20 super(RunCommand, self).__init__()
24 parser = super(RunCommand, self).AddArguments(subparsers)
/external/libvpx/libvpx/tools/
H A Dall_builds.py10 def RunCommand(command): function
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
/external/chromium_org/chrome/test/nacl_test_injection/
H A Dbuildbot_chrome_nacl_stage.py71 def RunCommand(cmd, cwd, env): function
82 RunCommand(cmd + ['do_not_run_tests=1', '-j8'], nacl_dir, env)
84 RunCommand(cmd, nacl_dir, env)
220 # Note that RunCommand calls sys.exit on errors, so potential errors
228 RunCommand([python,
/external/chromium_org/third_party/android_testrunner/
H A Drun_command.py33 """Sets behavior of RunCommand to throw AbortError if command process returns
38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True, function
/external/chromium_org/tools/python/google/
H A Dprocess_utils.py34 new_error = RunCommand(command + [name])
115 def RunCommand(command, verbose=True): function
/external/skia/tools/
H A Dtest_rendering.py24 def RunCommand(command): function
68 RunCommand(command)
82 RunCommand('%s %s %s %s %s' %
H A Dsvndiff.py68 def RunCommand(command): function
301 RunCommand('%s %s %s %s' % (path_to_skdiff, original_flattened_dir,
/external/chromium_org/build/util/lib/common/
H A Dutil.py102 if RunCommand(unzip_cmd, output_dir) != 0:
114 def RunCommand(cmd, cwd=None): function
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.py112 if RunCommand(unzip_cmd, output_dir) != 0:
124 def RunCommand(cmd, cwd=None): function
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py80 RunCommand(self._config.actions[action], self._variable_expander)
85 # If the test makes it here, it means it was successful, because RunCommand
119 def RunCommand(command, variable_expander): function
155 RunCommand(' && '.join(commands), variable_expander)
/external/chromium_org/chrome/test/automation/
H A Dbrowser_proxy.cc213 bool BrowserProxy::RunCommand(int browser_command) const { function in class:BrowserProxy
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py45 RunCommand = SelectRunCommand() variable
201 self.browser_process = RunCommand(cmd, env=env)
/external/chromium_org/chrome/browser/devtools/
H A Dandroid_device.cc31 virtual void RunCommand(const std::string& command,
43 void AdbDeviceImpl::RunCommand(const std::string& command, function in class:__anon4856::AdbDeviceImpl
62 virtual void RunCommand(const std::string& command,
90 void UsbDeviceImpl::RunCommand(const std::string& command, function in class:__anon4856::UsbDeviceImpl
/external/chromium_org/chrome/test/functional/
H A Dperf.py279 def RunCommand(): function in function:BasePerfTest._MeasureElapsedTime
282 timer = timeit.Timer(stmt=RunCommand)
/external/v8/tools/
H A Dtest.py368 def RunCommand(self, command): member in class:TestCase
392 result = self.RunCommand(self.GetCommand())
/external/chromium_org/chrome/test/pyautolib/
H A Dpyauto.py1145 def RunCommand(self, accelerator, windex=0): member in class:PyUITest
1161 'command': 'RunCommand',
1199 self.RunCommand(IDC_FORWARD, windex)
1211 self.RunCommand(IDC_BACK, windex)
1227 self.RunCommand(IDC_RELOAD, windex)

Completed in 600 milliseconds