Searched refs:run_command (Results 1 - 25 of 38) sorted by relevance

12

/external/skia/tools/tests/
H A Dbase_unittest.py45 def run_command(self, args): member in class:TestCase
58 return find_run_binary.run_command(args)
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drun-command.h51 int run_command(struct child_process *);
H A Drun-command.c190 int run_command(struct child_process *cmd) function
213 return run_command(&cmd);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive_unittest.py108 Executive().run_command(["foo_bar_command_blah"], error_handler=Executive.ignore_error, return_exit_code=True)
113 self.assertRaises(AssertionError, executive.run_command, "echo")
114 self.assertRaises(AssertionError, executive.run_command, u"echo")
115 executive.run_command(command_line('echo', 'foo'))
116 executive.run_command(tuple(command_line('echo', 'foo')))
120 executive.run_command(command_line('echo', 1))
148 output = executive.run_command(command_line('cat'), input=unicode_tor_input)
151 output = executive.run_command(command_line('echo', unicode_tor_input))
154 output = executive.run_command(command_line('echo', unicode_tor_input), decode_output=False)
158 output = executive.run_command(command_lin
[all...]
H A Dworkspace.py68 self._executive.run_command(['zip', '-9', '-r', zip_path, '.'], cwd=source_path)
H A Dplatforminfo.py77 output = self._executive.run_command(['system_profiler', 'SPDisplaysDataType'], error_handler=self._executive.ignore_error)
94 return long(self._executive.run_command(["sysctl", "-n", "hw.memsize"]))
166 ver_output = self._executive.run_command(['cmd', '/c', 'ver'], decode_output=False)
H A Dexecutive_mock.py100 def run_command(self, member in class:MockExecutive
121 _log.info("MOCK run_command: %s, cwd=%s%s%s" % (args, cwd, env_string, input_string))
164 command_outputs.append([0, self.run_command(cmd_line, cwd=cwd), ''])
186 def run_command(self, member in class:MockExecutive2
H A Dprofiler.py120 profile_text = self._host.executive.run_command(pprof_args)
168 perf_output = self._host.executive.run_command(perf_args)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/
H A Dhost.py83 self.executive.run_command(['svn', 'help'])
86 self.executive.run_command(['svn.bat', 'help'])
103 self.executive.run_command(['git', 'help'])
106 self.executive.run_command(['git.bat', 'help'])
H A Dprettypatch.py64 return self._executive.run_command(args, input=diff, decode_output=False)
/external/chromium_org/third_party/skia/tools/
H A Dfind_run_binary.py14 def run_command(args): function
/external/skia/tools/
H A Dfind_run_binary.py14 def run_command(args): function
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_win.py63 stack = self._host.executive.run_command(cmd)
125 _ = self._host.executive.run_command([cdb, '-version'])
H A Ddump_reader_multipart.py75 stack = self._host.executive.run_command(cmd, return_stderr=False)
147 self._host.executive.run_command(cmd)
/external/lldb/utils/test/
H A Dlldb-disasm.py68 def run_command(ci, cmd, res, echo=True): function
74 print "run_command output:", res.GetOutput()
78 print "run_command error:", res.GetError()
107 run_command(ci, cmd, res, not quiet_disassembly)
110 run_command(ci, 'file %s' % exe, res, not quiet_disassembly)
167 run_command(ci, cmd, res, not quiet_disassembly)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
H A Dandroid_unittest.py62 def run_command(self, args): member in class:MockAndroidDebugBridge
121 return MockExecutive2(run_command_fn=self._mock_executive.run_command)
161 port._executive = MockExecutive2(run_command_fn=port._mock_adb.run_command)
203 self._mock_executive = MockExecutive2(run_command_fn=self._mock_adb.run_command)
226 mock_executive = MockExecutive2(run_command_fn=mock_adb.run_command)
242 mock_executive = MockExecutive2(run_command_fn=mock_adb.run_command)
258 self._mock_executive = MockExecutive2(run_command_fn=self._mock_adb.run_command)
H A Dlinux.py76 file_output = executive.run_command(['file', '--brief', '--dereference', driver_path], return_stderr=True)
/external/chromium_org/build/android/pylib/utils/
H A Demulator.py26 import run_command namespace
401 run_command.RunCommand(adb_cmd,
410 run_command.RunCommand(adb_cmd)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A Dsvn.py72 exit_code = executive.run_command(svn_info_args, cwd=path, return_exit_code=True)
84 info_output = Executive().run_command(svn_info_args, cwd=path).rstrip()
185 info_output = Executive().run_command([self.executable_name, 'log', '-r', revision, '--xml', repository_root], cwd=path).rstrip()
H A Dscm.py53 return self._executive.run_command(args,
H A Dgit.py72 return executive.run_command([cls.executable_name, 'rev-parse', '--is-inside-work-tree'], cwd=path, error_handler=Executive.ignore_error).rstrip() == "true"
91 return executive.run_command([cls.executable_name, "config", "--get-all", key], error_handler=Executive.ignore_error, cwd=cwd).rstrip('\n')
/external/chromium_org/third_party/android_testrunner/
H A Dadb_interface.py31 import run_command namespace
71 return run_command.RunCommand(adb_cmd, timeout_time=timeout_time,
262 run_command.RunCommand(adb_command_string, return_output=False)
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
H A Dpython.py83 return executive.run_command([sys.executable, wkf.path_from_depot_tools_base('pylint.py'),
/external/chromium_org/components/cloud_devices/tools/prototype/
H A Dprototype.py269 self.run_command(ifconfig_cmd % self.interface)
285 self.run_command(dhclient_release % self.interface)
286 self.run_command(dhclient_renew % self.interface)
303 def run_command(self, cmd): member in class:WifiHandlerReal
449 self.run_command()
466 def run_command(self): member in class:MDnsWrapper
477 self.run_command()
482 self.run_command()
/external/chromium_org/third_party/skia/tools/tests/
H A Drender_pictures_test.py637 return find_run_binary.run_command(
705 return find_run_binary.run_command([

Completed in 542 milliseconds

12