Searched defs:RunCommand (Results 1 - 21 of 21) 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/chromium_org/third_party/libvpx/source/libvpx/tools/
H A Dall_builds.py10 def RunCommand(command): function
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
/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/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/chromium_org/chrome/test/nacl_test_injection/
H A Dbuildbot_chrome_nacl_stage.py76 def RunCommand(cmd, cwd, env): function
87 RunCommand(cmd + ['do_not_run_tests=1', '-j8'], nacl_dir, env)
89 RunCommand(cmd, nacl_dir, env)
219 # Note that RunCommand calls sys.exit on errors, so potential errors
228 RunCommand([python, os.path.join(pkg_ver_dir, 'package_version.py'),
/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/browser/devtools/device/adb/
H A Dadb_device_provider.cc20 static void RunCommand(const std::string& serial, function in namespace:__anon3533
56 AdbDeviceInfoQuery::Start(base::Bind(&RunCommand, serial), callback);
/external/chromium_org/tools/telemetry/telemetry/core/platform/
H A Dcros_platform_backend.py48 def RunCommand(self, args): member in class:CrosPlatformBackend
53 return self.RunCommand(['cat', filename])
H A Dlinux_based_platform_backend.py19 Subclasses must implement RunCommand, GetFileContents, GetPsOutput, and
93 def RunCommand(self, cmd): member in class:LinuxBasedPlatformBackend
H A Dposix_platform_backend.py21 def RunCommand(self, args): member in class:PosixPlatformBackend
41 return self.RunCommand(args).splitlines()
53 return self.RunCommand(args).splitlines()
H A Dandroid_platform_backend.py311 def RunCommand(self, command): member in class:AndroidPlatformBackend
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Ddebug_log_writer.cc89 void RunCommand(const std::vector<std::string>& argv, function in namespace:chromeos::__anon3478
154 RunCommand(argv,
173 RunCommand(
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dusb_device_provider.cc66 void RunCommand(scoped_refptr<AndroidUsbDevice> device, function in namespace:__anon3546
106 AdbDeviceInfoQuery::Start(base::Bind(&RunCommand, it->second), callback);
/external/chromium_org/chrome/test/chromedriver/
H A Dutil.py120 if RunCommand(unzip_cmd, output_dir) != 0:
132 def RunCommand(cmd, cwd=None): function
/external/chromium_org/chrome/test/mini_installer/
H A Dtest_installer.py110 RunCommand(self._config.actions[action], self._variable_expander)
117 # If the test makes it here, it means it was successful, because RunCommand
153 def RunCommand(command, variable_expander): function
207 RunCommand(command, variable_expander)
/external/chromium_org/third_party/skia/tools/
H A Dsvndiff.py68 def RunCommand(command): function
301 RunCommand('%s %s %s %s' % (path_to_skdiff, original_flattened_dir,
/external/chromium_org/tools/clang/scripts/
H A Dupdate.py81 def RunCommand(command, tries=1): function
112 RunCommand(['svn', 'checkout', '--force',
176 RunCommand(GetVSVersion().SetupScript('x64') +
179 RunCommand(GetVSVersion().SetupScript('x64') + ['&&', 'ninja', 'all'])
186 RunCommand(GetVSVersion().SetupScript('x86') +
189 RunCommand(GetVSVersion().SetupScript('x86') + ['&&', 'ninja', 'compiler-rt'])
/external/skia/tools/
H A Dsvndiff.py68 def RunCommand(command): function
301 RunCommand('%s %s %s %s' % (path_to_skdiff, original_flattened_dir,
/external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
H A Dbrowserlauncher.py45 RunCommand = SelectRunCommand() variable
199 self.browser_process = RunCommand(cmd, env=env)
/external/lldb/tools/lldb-perf/lib/
H A DXcode.cpp137 Xcode::RunCommand (SBDebugger debugger, const char* cmd, bool verbose) function in class:Xcode

Completed in 2224 milliseconds