HomeSort by relevance Sort by last modified time
    Searched refs:BROWSER (Results 1 - 19 of 19) sorted by null

  /external/autotest/client/cros/
login.py 54 # messages if we couldn't start chrome to see if the browser crashed.
79 lambda: os.system('pgrep ^%s$ >/dev/null' % constants.BROWSER) == 0,
82 process=constants.BROWSER,
98 lambda: os.system('pgrep ^%s$ >/dev/null' % constants.BROWSER) != 0,
101 process=constants.BROWSER,
137 process=constants.BROWSER,
constants.py 13 BROWSER = 'chrome'
14 BROWSER_EXE = '/opt/google/chrome/' + BROWSER
chrome_binary_test.py 64 @param binary_to_run: The name of the browser test binary.
65 @param extra_params: Arguments for the browser test binary.
93 """Decorator to nuke the Chrome browser processes."""
99 utils.nuke_process_by_name(name=constants.BROWSER,
  /external/autotest/client/site_tests/desktopui_ExitOnSupervisedUserCrash/
desktopui_ExitOnSupervisedUserCrash.py 34 # Crashing the browser should not end the session, as creating the
36 utils.nuke_process_by_name(constants.BROWSER)
55 utils.nuke_process_by_name(constants.BROWSER)
58 logging.warning('Browser may have crashed untimely: ', e)
  /external/autotest/client/site_tests/desktopui_CrashyReboot/
desktopui_CrashyReboot.py 27 """Nuke the browser with prejudice, check to see if the UI is down."""
29 utils.nuke_process_by_name(constants.BROWSER, with_prejudice=True)
36 """Nuke the browser continuously until it stops respawning.
53 # browser process we're interested in is gone, we need to use
  /external/autotest/client/site_tests/desktopui_GmailLatency/
desktopui_GmailLatency.py 40 raise error.TestError('Failed to disable browser restarting.')
45 utils.nuke_process_by_name(name=constants.BROWSER)
  /external/autotest/client/site_tests/security_RestartJob/
security_RestartJob.py 24 def _ps(self, proc=constants.BROWSER):
  /packages/apps/Settings/src/com/android/settings/applications/
EnterpriseDefaultApps.java 28 BROWSER(new Intent[] {
  /prebuilts/go/darwin-x86/src/cmd/internal/browser/
browser.go 5 // Package browser provides utilities for interacting with users' browsers.
6 package browser package
17 if exe := os.Getenv("BROWSER"); exe != "" {
37 // Open tries to open url in a browser and reports whether it succeeded.
  /prebuilts/go/linux-x86/src/cmd/internal/browser/
browser.go 5 // Package browser provides utilities for interacting with users' browsers.
6 package browser package
17 if exe := os.Getenv("BROWSER"); exe != "" {
37 // Open tries to open url in a browser and reports whether it succeeded.
  /external/autotest/client/site_tests/login_ChromeProfileSanitary/
login_ChromeProfileSanitary.py 32 """Tests that the browser uses the correct profile after a crash."""
66 utils.nuke_process_by_name(constants.BROWSER, with_prejudice=True)
73 cr.browser.tabs[0].Navigate(self._test_url)
76 raise error.TestError('Never received callback from browser.')
  /external/autotest/client/site_tests/security_EnableChromeTesting/
security_EnableChromeTesting.py 32 def _ps(self, proc=constants.BROWSER):
  /external/autotest/client/site_tests/desktopui_HangDetector/
desktopui_HangDetector.py 14 This class enables browser process hang detection, simulates a hang
15 by sending a SIGSTOP to the browser, and then checks to see that it
40 # Create magic file to enable browser liveness checking and
46 browser_pid = self._get_oldest_pid_by_name(constants.BROWSER)
53 # To simulate a hang, STOP the browser and wait for it to get
59 raise error.TestError('Cannot STOP browser: %r' % e)
63 condition=lambda: reader.can_find('Aborting browser process.'),
69 os.kill(browser_pid, signal.SIGCONT) # Allow browser to die.
71 raise error.TestError('Cannot CONT browser: %r' % e)
73 # Wait for old browser process to be gone
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
EnterpriseSetDefaultAppsPreferenceControllerTest.java 109 setEnterpriseSetDefaultApps(EnterpriseDefaultApps.BROWSER.getIntents(), 1);
134 setEnterpriseSetDefaultApps(EnterpriseDefaultApps.BROWSER.getIntents(), 1);
EnterpriseSetDefaultAppsListPreferenceControllerTest.java 69 private static final String BROWSER_TITLE = "Browser app";
121 eq(EnterpriseDefaultApps.BROWSER.getIntents())))
  /packages/apps/Settings/src/com/android/settings/enterprise/
EnterpriseSetDefaultAppsListPreferenceController.java 175 case BROWSER:
  /external/autotest/client/site_tests/desktopui_FlashSanityCheck/
desktopui_FlashSanityCheck.py 102 def serve_swf_to_browser(self, browser):
104 Tries to serve a sample swf to browser.
107 @param browser: The Browser object to run the test with.
108 @return: True if we managed to send swf to browser, False otherwise.
111 browser.platform.SetHTTPServerDirectories(self.bindir)
112 test_url = browser.platform.http_server.UrlOf(os.path.join(self.bindir,
118 tab = browser.tabs[0]
186 msg = ' Received crash notification for ' + constants.BROWSER
188 raise error.TestFail('Failed: Browser crashed during test.'
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 

Completed in 350 milliseconds