/development/testrunner/ |
run_command.py | 32 """Sets behavior of RunCommand to throw AbortError if command process returns 37 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
|
adb_interface.py | 71 return run_command.RunCommand(adb_cmd, timeout_time=timeout_time, 268 run_command.RunCommand(adb_command_string, return_output=False)
|
/external/chromium_org/build/util/lib/common/ |
util.py | 102 if RunCommand(unzip_cmd, output_dir) != 0: 114 def RunCommand(cmd, cwd=None):
|
/external/chromium_org/chrome/test/chromedriver/ |
util.py | 112 if RunCommand(unzip_cmd, output_dir) != 0: 124 def RunCommand(cmd, cwd=None):
|
/external/chromium_org/third_party/android_testrunner/ |
run_command.py | 33 """Sets behavior of RunCommand to throw AbortError if command process returns 38 def RunCommand(cmd, timeout_time=None, retry_count=3, return_output=True,
|
/system/vold/ |
CommandListener.cpp | 91 int CommandListener::DumpCmd::runCommand(SocketClient *cli, 121 int CommandListener::VolumeCmd::runCommand(SocketClient *cli, 230 int CommandListener::StorageCmd::runCommand(SocketClient *cli, 319 int CommandListener::AsecCmd::runCommand(SocketClient *cli, 449 int CommandListener::ObbCmd::runCommand(SocketClient *cli, 513 int CommandListener::XwarpCmd::runCommand(SocketClient *cli, 556 int CommandListener::CryptfsCmd::runCommand(SocketClient *cli, 648 int CommandListener::FstrimCmd::runCommand(SocketClient *cli,
|
/external/chromium_org/chrome/test/nacl_test_injection/ |
buildbot_chrome_nacl_stage.py | 71 def RunCommand(cmd, cwd, env): 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/chrome/browser/sessions/ |
session_restore_uitest.cc | 51 ASSERT_TRUE(browser_proxy->RunCommand(IDC_CLOSE_WINDOW)); 424 ASSERT_TRUE(browser_proxy->RunCommand(IDC_NEW_TAB)); 425 ASSERT_TRUE(browser_proxy->RunCommand(IDC_NEW_TAB));
|
/external/chromium_org/third_party/icu/source/tools/ |
icu-svnprops-check.py | 139 def runCommand(cmd): 209 output = runCommand("svn ls -R "); 224 actual_propval = runCommand("svn propget --strict " + propname + " " + f)
|
/external/emma/core/java12/com/vladium/emma/ |
runCommand.java | 7 * $Id: runCommand.java,v 1.1.1.1.2.1 2004/07/16 23:32:03 vlad_r Exp $ 28 final class runCommand extends Command 272 protected runCommand (final String usageToolName, final String [] args)
|
/external/icu4c/tools/ |
icu-svnprops-check.py | 139 def runCommand(cmd): 209 output = runCommand("svn ls -R "); 224 actual_propval = runCommand("svn propget --strict " + propname + " " + f)
|
/system/netd/ |
CommandListener.cpp | 218 int CommandListener::InterfaceCmd::runCommand(SocketClient *cli, 648 int CommandListener::ListTtysCmd::runCommand(SocketClient *cli, 665 int CommandListener::IpFwdCmd::runCommand(SocketClient *cli, 703 int CommandListener::TetherCmd::runCommand(SocketClient *cli, 804 int CommandListener::NatCmd::runCommand(SocketClient *cli, [all...] |
MDnsSdListener.h | 107 int runCommand(SocketClient *c, int argc, char** argv);
|
DnsProxyListener.cpp | 172 int DnsProxyListener::GetAddrInfoCmd::runCommand(SocketClient *cli, 251 int DnsProxyListener::GetHostByNameCmd::runCommand(SocketClient *cli, 376 int DnsProxyListener::GetHostByAddrCmd::runCommand(SocketClient *cli,
|
/development/testrunner/test_defs/ |
gtest.py | 57 run_command.RunCommand(shell_cmd, return_output=False)
|
/external/chromium_org/chrome/browser/devtools/ |
android_device.cc | 31 virtual void RunCommand(const std::string& command, 43 void AdbDeviceImpl::RunCommand(const std::string& command, 62 virtual void RunCommand(const std::string& command, 90 void UsbDeviceImpl::RunCommand(const std::string& command,
|
/external/chromium_org/tools/python/google/ |
process_utils.py | 34 new_error = RunCommand(command + [name]) 115 def RunCommand(command, verbose=True):
|
/external/chromium_org/chrome/test/functional/ |
omnibox.py | 61 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) 96 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) 326 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
|
stress.py | 168 self.RunCommand(pyauto.IDC_CLOSE_WINDOW, windex) 198 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) 219 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) 298 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) 328 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) 741 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
|
chromeos_longterm_test.py | 80 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
|
/external/chromium_org/chrome/test/automation/ |
browser_proxy.cc | 213 bool BrowserProxy::RunCommand(int browser_command) const {
|
browser_proxy.h | 115 bool RunCommand(int browser_command) const WARN_UNUSED_RESULT;
|
/external/skia/tools/ |
svn.py | 67 print 'RunCommand: %s' % args
|
/external/v8/test/cctest/ |
testcfg.py | 70 output = self.RunCommand(dependent_command)
|
/system/core/libsysutils/src/ |
FrameworkListener.cpp | 182 if (c->runCommand(cli, argc, argv)) {
|