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

  /external/autotest/client/site_tests/ui_SystemTray/
ui_SystemTray.py 44 self.logged_in controls which logged-in state we are testing when we
61 if self.logged_in is None:
65 with chrome.Chrome(logged_in=self.logged_in):
91 if self.logged_in and self.mask_points is not None:
95 def run_once(self, width, height, mask_points=None, logged_in=None):
98 self.logged_in = logged_in
  /external/autotest/client/site_tests/login_CryptohomeIncognito/
login_CryptohomeIncognito.py 17 with chrome.Chrome(logged_in=False):
  /external/autotest/client/site_tests/security_ProfilePermissions/
security_ProfilePermissions.py 21 def initialize(self, logged_in):
22 self._logged_in = logged_in
50 with chrome.Chrome(logged_in=self._logged_in) as cr:
  /external/autotest/client/common_lib/cros/
chrome.py 55 def __init__(self, logged_in=True, extension_paths=[], autotest_ext=False,
66 @param logged_in: Regular user (True) or guest user (False).
103 logged_in = True
106 if logged_in else self.BROWSER_TYPE_GUEST)
143 if logged_in:
  /external/autotest/client/site_tests/telemetry_LoginTest/
telemetry_LoginTest.py 39 with chrome.Chrome(logged_in=True, autotest_ext=True,
  /external/ppp/pppd/
session.c 103 static bool logged_in = 0; variable
375 logged_in = 1;
424 if (logged_in) {
428 logged_in = 0;
  /external/autotest/server/site_tests/network_WiFi_SuspendStress/
network_WiFi_SuspendStress.py 34 def logged_in(self): member in class:network_WiFi_SuspendStress
110 start_condition=self.logged_in,
  /external/autotest/client/site_tests/power_PSROccupancyTest/
power_PSROccupancyTest.py 64 with chrome.Chrome(logged_in=False, extra_browser_args=['--kiosk']):
  /external/openssh/
audit-bsm.c 400 static int logged_in = 0; local
408 logged_in = 1;
420 if (logged_in) {
ssh-pkcs11.c 48 int logged_in; member in struct:pkcs11_slotinfo
256 if ((si->token.flags & CKF_LOGIN_REQUIRED) && !si->logged_in) {
282 si->logged_in = 1;
386 p->slotinfo[slotidx].logged_in = 1;
  /external/autotest/client/site_tests/graphics_WebGLClear/
graphics_WebGLClear.py 89 with chrome.Chrome(logged_in=False,
  /external/autotest/client/cros/networking/chrome_testing/
chrome_networking_test_context.py 66 self._chrome = chrome.Chrome(logged_in=True,
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 124 with chrome.Chrome(logged_in=False,
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 127 with chrome.Chrome(logged_in=False,
  /external/syslinux/core/lwip/src/netif/ppp/
auth.c 106 static int logged_in; variable
395 if (logged_in) {
997 logged_in = 0;
    [all...]
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 52 logged_in=True,
  /external/autotest/client/site_tests/security_BundledExtensions/
security_BundledExtensions.py 66 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
  /external/autotest/client/site_tests/graphics_Idle/
graphics_Idle.py 38 logged_in=False, extra_browser_args=['--kiosk'],
  /external/autotest/client/site_tests/graphics_WebGLAquarium/
graphics_WebGLAquarium.py 291 with chrome.Chrome(logged_in=False, init_network_controller=True) as cr:

Completed in 594 milliseconds