Searched refs:logged_in (Results 1 – 16 of 16) sorted by relevance
/external/autotest/client/site_tests/autoupdate_LoginStartUpdateLogout/ |
D | autoupdate_LoginStartUpdateLogout.py | 38 with chrome.Chrome(logged_in=True): 54 with chrome.Chrome(logged_in=True, dont_override_profile=False):
|
/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/pigweed/pw_env_setup/py/pw_env_setup/cipd_setup/ |
D | update.py | 84 logged_in = True 91 logged_in = False 118 if inaccessible_paths and not logged_in:
|
/external/autotest/client/common_lib/cros/ |
D | chrome.py | 57 def __init__(self, logged_in=True, extension_paths=None, autotest_ext=False, argument 183 logged_in = True 193 if logged_in else self.BROWSER_TYPE_GUEST) 238 if logged_in:
|
/external/autotest/client/site_tests/desktopui_CheckRlzPingSent/ |
D | desktopui_CheckRlzPingSent.py | 158 with chrome.Chrome(logged_in=True, username=pre_login_username, 171 logged_in=pre_login is not 'lock',
|
/external/openssh/ |
D | audit-bsm.c | 397 static int logged_in = 0; in audit_event() local 405 logged_in = 1; in audit_event() 417 if (logged_in) { in audit_event()
|
D | ssh-pkcs11.c | 54 int logged_in; member 293 si->logged_in = 1; in pkcs11_login_slot() 367 if ((si->token.flags & CKF_LOGIN_REQUIRED) && !si->logged_in) { in pkcs11_get_key() 680 si->logged_in = 1; in pkcs11_open_session() 1610 if (nkeys == 0 && !p->slotinfo[i].logged_in && in pkcs11_register_provider()
|
/external/autotest/client/site_tests/login_CryptohomeIncognito/ |
D | login_CryptohomeIncognito.py | 17 with chrome.Chrome(logged_in=False):
|
/external/autotest/client/site_tests/autoupdate_EOL/ |
D | autoupdate_EOL.py | 118 with chrome.Chrome(autotest_ext=True, logged_in=True) as cr:
|
/external/autotest/client/cros/networking/chrome_testing/ |
D | chrome_networking_test_context.py | 67 self._chrome = chrome.Chrome(logged_in=True,
|
/external/autotest/client/bin/ |
D | telemetry_sanity.py | 101 with chrome.Chrome(logged_in=False):
|
D | vm_sanity.py | 101 with chrome.Chrome(logged_in=False):
|
/external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/ |
D | graphics_WebGLManyPlanetsDeep.py | 133 with chrome.Chrome(logged_in=False,
|
/external/autotest/client/site_tests/graphics_Stress/ |
D | graphics_Stress.py | 37 logged_in=True,
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 45 logged_in=True,
|
/external/autotest/client/site_tests/graphics_WebGLAquarium/ |
D | graphics_WebGLAquarium.py | 466 with chrome.Chrome(logged_in=False, init_network_controller=True) as cr:
|