HomeSort by relevance Sort by last modified time
    Searched refs:RunCommand (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/chrome/test/reliability/
automated_ui_test_base.cc 38 return RunCommand(IDC_BACK);
50 return RunCommand(IDC_CLOSE_TAB);
87 return RunCommand(IDC_DUPLICATE_TAB);
98 return RunCommand(IDC_FORWARD);
102 return RunCommand(IDC_NEW_INCOGNITO_WINDOW);
106 return RunCommand(IDC_HOME);
161 return RunCommand(IDC_NEW_TAB);
165 return RunCommand(IDC_RELOAD);
169 return RunCommand(IDC_RESTORE_TAB);
173 return RunCommand(IDC_SELECT_NEXT_TAB)
    [all...]
automated_ui_test_base.h 117 bool RunCommand(int browser_command);
  /external/libvpx/libvpx/tools/
all_builds.py 10 def RunCommand(command):
67 RunCommand(configure_command)
68 RunCommand("make clean")
69 RunCommand("make")
  /external/chromium/chrome/browser/ui/webui/options/
options_ui_uitest.cc 61 ASSERT_TRUE(browser->RunCommand(IDC_OPTIONS));
80 ASSERT_TRUE(browser->RunCommand(IDC_OPTIONS));
92 ASSERT_TRUE(browser->RunCommand(IDC_OPTIONS));
110 ASSERT_TRUE(browser->RunCommand(IDC_OPTIONS));
111 ASSERT_TRUE(browser->RunCommand(IDC_OPTIONS));
  /external/skia/tools/
test_rendering.py 24 def RunCommand(command):
68 RunCommand(command)
82 RunCommand('%s %s %s %s %s' %
svndiff.py 67 def RunCommand(command):
284 RunCommand('%s %s %s %s' % (path_to_skdiff, original_flattened_dir,
  /external/chromium/chrome/browser/ui/webui/
bookmarks_ui_uitest.cc 92 ASSERT_TRUE(browser->RunCommand(IDC_SHOW_BOOKMARK_MANAGER));
113 ASSERT_TRUE(browser->RunCommand(IDC_SHOW_BOOKMARK_MANAGER));
128 ASSERT_TRUE(browser->RunCommand(IDC_SHOW_BOOKMARK_MANAGER));
145 ASSERT_TRUE(browser->RunCommand(IDC_SHOW_BOOKMARK_MANAGER));
146 ASSERT_TRUE(browser->RunCommand(IDC_SHOW_BOOKMARK_MANAGER));
new_tab_ui_uitest.cc 42 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
63 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
92 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
127 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
print_preview_ui_uitest.cc 63 ASSERT_TRUE(browser->RunCommand(IDC_PRINT));
  /build/tools/releasetools/
build_image.py 28 def RunCommand(cmd):
76 exit_code = RunCommand(build_command)
85 exit_code = RunCommand(inflate_command)
92 exit_code = RunCommand(e2fsck_command)
  /external/chromium_org/chrome/test/webdriver/test/
util.py 80 def RunCommand(cmd, cwd=None):
112 if RunCommand(unzip_cmd, output_dir) != 0:
  /external/chromium_org/chrome/test/perf/
feature_startup_test.cc 80 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
88 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
130 ASSERT_TRUE(window->RunCommand(IDC_NEW_TAB));
  /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/automation/
browser_proxy.h 115 bool RunCommand(int browser_command) const WARN_UNUSED_RESULT;
  /external/chromium_org/chrome/test/chromedriver/
run_buildbot_steps.py 53 if util.RunCommand(cmd):
69 if util.RunCommand(cmd):
154 util.RunCommand(cmd)
210 passed = (util.RunCommand(cmd) == 0)
util.py 102 if RunCommand(unzip_cmd, output_dir) != 0:
114 def RunCommand(cmd, cwd=None):
  /external/chromium_org/chrome/test/functional/
chromeos_browser.py 16 self.RunCommand(pyauto.IDC_NEW_INCOGNITO_WINDOW)
gpu.py 68 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/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)
202 RunCommand([python,
  /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/chromedriver/test/
run_all_tests.py 70 code = util.RunCommand(
88 code = util.RunCommand(
102 code = util.RunCommand([cpp_tests])
  /development/testrunner/test_defs/
gtest.py 57 run_command.RunCommand(shell_cmd, return_output=False)
  /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));

Completed in 961 milliseconds

1 2 3