HomeSort by relevance Sort by last modified time
    Searched full:runcommand (Results 51 - 75 of 83) sorted by null

1 23 4

  /external/chromium_org/build/android/pylib/utils/
emulator.py 383 run_command.RunCommand(adb_cmd,
392 run_command.RunCommand(adb_cmd)
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 321 util.RunCommand(cmd)
421 passed = (util.RunCommand(cmd) == 0)
  /external/chromium_org/chrome/test/functional/
infobars.py 115 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
315 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
passwords.py 206 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
229 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
prefs_ui.py 192 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) # Display incognito list.
199 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW) # Display incognito list.
ntp.py 122 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
269 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
special_tabs.py 320 self.RunCommand(accel)
fullscreen_mouselock.py 587 self.RunCommand(pyauto.IDC_NEW_TAB) # Open new tab.
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
browserlauncher.py 45 RunCommand = SelectRunCommand()
201 self.browser_process = RunCommand(cmd, env=env)
  /external/chromium_org/third_party/android_testrunner/
adb_interface.py 71 return run_command.RunCommand(adb_cmd, timeout_time=timeout_time,
262 run_command.RunCommand(adb_command_string, return_output=False)
  /external/skia/tools/
svndiff.py 68 def RunCommand(command):
301 RunCommand('%s %s %s %s' % (path_to_skdiff, original_flattened_dir,
  /external/chromium_org/tools/
bisect-builds.py 375 runcommand = []
378 runcommand.extend(testargs)
380 runcommand.append( \
385 subproc = subprocess.Popen(runcommand,
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 154 interp.runcommand("""if 1:
PyShell.py 529 self.runcommand("""if 1:
669 self.runcommand("""if 1:
736 def runcommand(self, code): member in class:ModifiedInterpreter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ScriptBinding.py 154 interp.runcommand("""if 1:
PyShell.py 529 self.runcommand("""if 1:
669 self.runcommand("""if 1:
736 def runcommand(self, code): member in class:ModifiedInterpreter
    [all...]
  /external/chromium/chrome/browser/
tab_restore_uitest.cc 64 ASSERT_TRUE(browser_proxy->RunCommand(IDC_RESTORE_TAB));
570 ASSERT_TRUE(browser_proxy->RunCommand(IDC_CLOSE_WINDOW));
579 ASSERT_TRUE(browser_proxy->RunCommand(IDC_RESTORE_TAB));
  /external/chromium_org/chrome/browser/devtools/
devtools_adb_bridge.cc 384 device->RunCommand(kDeviceModelCommand,
402 device->RunCommand(kDumpsysCommand,
412 current_device()->RunCommand(
424 current_device()->RunCommand(
438 current_device()->RunCommand(
    [all...]
devtools_adb_bridge_browsertest.cc 135 virtual void RunCommand(const std::string& command,
  /development/testrunner/coverage/
coverage.py 191 run_command.RunCommand(cmd, return_output=False)
  /external/chromium/chrome/browser/ui/tests/
browser_uitest.cc 351 ASSERT_TRUE(browser->RunCommand(IDC_CLOSE_WINDOW));
  /external/emma/core/java12/com/vladium/emma/
Command.java 43 tool = new runCommand (usageName, args);
  /development/testrunner/
runtest.py 280 output = run_command.RunCommand(cmd, return_output=True, timeout_time=600)
344 output = run_command.RunCommand(cmd, return_output=True)
  /external/chromium_org/chrome/test/chromedriver/test/
run_java_tests.py 205 code = util.RunCommand([ant_name, 'test'], cwd=test_dir)
  /external/chromium_org/chrome/test/automation/
proxy_launcher.cc 270 EXPECT_TRUE(browser_proxy->RunCommand(IDC_CLOSE_WINDOW));

Completed in 2237 milliseconds

1 23 4