Searched defs:run_command (Results 1 - 11 of 11) sorted by relevance

/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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
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 Dexecutive.py118 # FIXME: Remove this deprecated method and move callers to run_command.
186 self.run_command(command, error_handler=self.ignore_error)
372 def run_command(self, member in class:Executive
397 # run_command automatically decodes to unicode() unless explicitly told not to.
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Drun-command.c190 int run_command(struct child_process *cmd) function
213 return 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/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/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/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)
/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()

Completed in 307 milliseconds