Searched refs:RunCommand (Results 1 - 25 of 33) sorted by relevance

12

/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/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/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 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 Dcros_platform_backend.py48 def RunCommand(self, args): member in class:CrosPlatformBackend
53 return self.RunCommand(['cat', filename])
H A Dmac_platform_backend.py105 vm_stat = self.RunCommand(['vm_stat'])
115 return int(self.RunCommand(['sysctl', '-n', 'hw.memsize']))
/external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
H A Dcros_power_monitor.py37 sample = self._platform.RunCommand(['power_supply_info;', 'date', '+%s'])
45 sample = self._platform.RunCommand(['power_supply_info;', 'date', '+%s'])
95 self._platform.RunCommand(['power_supply_info']))
96 board_data = self._platform.RunCommand(['cat', '/etc/lsb-release'])
H A Dsysfs_power_monitor.py50 return bool(self._platform.RunCommand(
59 self._platform.RunCommand('ls %s' % CPU_PATH).split())
92 stats[cpu] = self._platform.RunCommand(
H A Dandroid_dumpsys_power_monitor.py45 result = self._platform.RunCommand('dumpsys batterystats -c %s' % package)
/external/lldb/tools/lldb-perf/lib/
H A DXcode.h54 RunCommand (SBDebugger debugger, const char* cmd, bool verbose = false);
H A DTestCase.cpp244 if (m_verbose) Xcode::RunCommand(m_debugger,"bt all",true);
275 Xcode::RunCommand(m_debugger,"bt all",true);
288 Xcode::RunCommand(m_debugger,"bt all",true);
/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/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/test/
H A Drun_all_tests.py67 code = util.RunCommand(
86 code = util.RunCommand(
101 code = util.RunCommand([cpp_tests])
130 util.RunCommand(cmd)
/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/chrome/test/chromedriver/
H A Dutil.py120 if RunCommand(unzip_cmd, output_dir) != 0:
132 def RunCommand(cmd, cwd=None): 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/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/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/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/build/android/pylib/utils/
H A Demulator.py401 run_command.RunCommand(adb_cmd,
410 run_command.RunCommand(adb_cmd)
/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/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/skia/tools/
H A Dsvndiff.py68 def RunCommand(command): function
301 RunCommand('%s %s %s %s' % (path_to_skdiff, original_flattened_dir,

Completed in 9595 milliseconds

12