/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/desktopui_CheckRlzPingSent/ |
D | desktopui_CheckRlzPingSent.py | 83 def run_once(self, logged_in=True): argument 93 if not logged_in: 94 with chrome.Chrome(logged_in=True): 97 with chrome.Chrome(logged_in=logged_in) as cr:
|
/external/autotest/server/site_tests/rlz_CheckPing/ |
D | rlz_CheckPing.py | 90 def run_once(self, host, ping_timeout=30, logged_in=True): argument 109 logged_in=logged_in)
|
D | control.guest | 23 job.run_test('rlz_CheckPing', host=host, logged_in=False, **args_dict)
|
/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 | 53 def __init__(self, logged_in=True, extension_paths=None, autotest_ext=False, argument 161 logged_in = True 164 if logged_in else self.BROWSER_TYPE_GUEST) 204 if logged_in:
|
/external/autotest/client/site_tests/autoupdate_UserData/ |
D | autoupdate_UserData.py | 94 with chrome.Chrome(logged_in=True, dont_override_profile=True) as cr: 128 with chrome.Chrome(logged_in=True) as cr:
|
/external/openssh/ |
D | audit-bsm.c | 398 static int logged_in = 0; in audit_event() local 406 logged_in = 1; in audit_event() 418 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() 388 p->slotinfo[slotidx].logged_in = 1; in pkcs11_open_session()
|
/external/autotest/client/site_tests/autoupdate_LoginStartUpdateLogout/ |
D | autoupdate_LoginStartUpdateLogout.py | 19 with chrome.Chrome(logged_in=True):
|
/external/autotest/client/site_tests/login_CryptohomeIncognito/ |
D | login_CryptohomeIncognito.py | 17 with chrome.Chrome(logged_in=False):
|
/external/autotest/client/site_tests/autoupdate_CrashBrowserAfterUpdate/ |
D | autoupdate_CrashBrowserAfterUpdate.py | 18 with chrome.Chrome(logged_in=True, dont_override_profile=False) \
|
/external/autotest/client/site_tests/telemetry_LoginTest_P/ |
D | telemetry_LoginTest_P.py | 39 with chrome.Chrome(logged_in=True, autotest_ext=True,
|
/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/autoupdate_EOL/ |
D | autoupdate_EOL.py | 35 with chrome.Chrome(autotest_ext=True, logged_in=True) as cr:
|
/external/autotest/client/site_tests/graphics_WebGLClear/ |
D | graphics_WebGLClear.py | 80 with chrome.Chrome(logged_in=False,
|
/external/autotest/client/site_tests/graphics_WebGLPerformance/ |
D | graphics_WebGLPerformance.py | 138 with chrome.Chrome(logged_in=False,
|
/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 | vm_sanity.py | 96 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_P/ |
D | graphics_Idle_P.py | 45 logged_in=True,
|
/external/autotest/client/site_tests/graphics_Idle/ |
D | graphics_Idle.py | 45 logged_in=True,
|