/external/autotest/client/site_tests/ui_SystemTray/ |
D | ui_SystemTray.py | 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): argument 98 self.logged_in = logged_in
|
D | control.guest.link | 27 logged_in=False,
|
D | control.user.link | 36 logged_in=True,
|
/external/autotest/client/site_tests/security_ProfilePermissions/ |
D | security_ProfilePermissions.py | 21 def initialize(self, logged_in): argument 22 self._logged_in = logged_in 50 with chrome.Chrome(logged_in=self._logged_in) as cr:
|
D | control | 23 logged_in=True, tag='login') 25 logged_in=False, tag='guest')
|
/external/ppp/pppd/ |
D | session.c | 103 static bool logged_in = 0; variable 375 logged_in = 1; 424 if (logged_in) { in session_end() 428 logged_in = 0; in session_end()
|
/external/autotest/client/common_lib/cros/ |
D | chrome.py | 55 def __init__(self, logged_in=True, extension_paths=[], autotest_ext=False, argument 103 logged_in = True 106 if logged_in else self.BROWSER_TYPE_GUEST) 143 if logged_in:
|
/external/autotest/server/site_tests/network_WiFi_SuspendStress/ |
D | network_WiFi_SuspendStress.py | 34 def logged_in(self): member in network_WiFi_SuspendStress 110 start_condition=self.logged_in,
|
/external/openssh/ |
D | audit-bsm.c | 400 static int logged_in = 0; in audit_event() local 408 logged_in = 1; in audit_event() 420 if (logged_in) { in audit_event()
|
D | ssh-pkcs11.c | 48 int logged_in; member 256 if ((si->token.flags & CKF_LOGIN_REQUIRED) && !si->logged_in) { in pkcs11_rsa_private_encrypt() 282 si->logged_in = 1; in pkcs11_rsa_private_encrypt() 386 p->slotinfo[slotidx].logged_in = 1; in pkcs11_open_session()
|
/external/autotest/client/site_tests/login_CryptohomeIncognito/ |
D | login_CryptohomeIncognito.py | 17 with chrome.Chrome(logged_in=False):
|
/external/autotest/client/site_tests/telemetry_LoginTest/ |
D | telemetry_LoginTest.py | 39 with chrome.Chrome(logged_in=True, autotest_ext=True,
|
/external/autotest/client/site_tests/power_PSROccupancyTest/ |
D | power_PSROccupancyTest.py | 64 with chrome.Chrome(logged_in=False, extra_browser_args=['--kiosk']):
|
/external/autotest/client/site_tests/graphics_WebGLClear/ |
D | graphics_WebGLClear.py | 89 with chrome.Chrome(logged_in=False,
|
/external/autotest/client/site_tests/graphics_WebGLPerformance/ |
D | graphics_WebGLPerformance.py | 127 with chrome.Chrome(logged_in=False,
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | auth.c | 106 static int logged_in; variable 395 if (logged_in) { in link_terminated() 997 logged_in = 0; in plogout()
|
/external/autotest/client/cros/networking/chrome_testing/ |
D | chrome_networking_test_context.py | 66 self._chrome = chrome.Chrome(logged_in=True,
|
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/ |
D | graphics_WebGLManyPlanetsDeep.py | 124 with chrome.Chrome(logged_in=False,
|
/external/autotest/client/site_tests/security_BundledExtensions/ |
D | security_BundledExtensions.py | 66 with chrome.Chrome(logged_in=True, autotest_ext=True) as cr:
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | graphics_Stress.py | 52 logged_in=True,
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | graphics_WebGLAquarium.py | 291 with chrome.Chrome(logged_in=False, init_network_controller=True) as cr:
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 38 logged_in=False, extra_browser_args=['--kiosk'],
|