HomeSort by relevance Sort by last modified time
    Searched defs:login (Results 1 - 25 of 165) sorted by null

1 2 3 4 5 6 7

  /libcore/ojluni/src/main/java/javax/security/auth/login/
package-info.java 39 package javax.security.auth.login;
LoginException.java 26 package javax.security.auth.login;
29 * This is the basic login exception.
31 * @see javax.security.auth.login.LoginContext
  /external/curl/tests/unit/
unit1304.c 26 static char *login; variable
33 login = strdup("");
34 if(!password || !login) {
36 Curl_safefree(login);
45 Curl_safefree(login);
57 result = Curl_parsenetrc("test.example.com", &login, &password, filename);
61 abort_unless(login != NULL, "returned NULL!");
62 fail_unless(login[0] == 0, "login should not have been changed");
65 * Test a non existent login in our netrc file
67 free(login); variable
81 free(login); variable
96 free(login); variable
111 free(login); variable
126 free(login); variable
159 free(login); variable
    [all...]
  /libcore/ojluni/src/main/java/java/security/
AuthProvider.java 29 import javax.security.auth.login.LoginException;
43 public abstract void login(Subject subject, CallbackHandler handler) method in class:AuthProvider
  /external/autotest/client/common_lib/
pxssh.py 2 This adds methods for login, logout, and expecting the shell prompt.
21 connections. This adds methods for login, logout, and expecting the shell
23 login process. For example, if the session is your first login, then pxssh
41 s.login (hostname, username, password)
53 print "pxssh failed on login."
70 s.login (hostname, username, password)
159 def login (self,server,username,password='',terminal_type='ansi',original_prompt=r"[#$]",login_timeout=10,port=None,auto_prompt_reset=True): member in class:pxssh
162 'original_prompt' to try to find the prompt right after login. When it
170 then this will not necessarily cause the login to fail. In the case o
    [all...]
  /external/autotest/server/cros/
tradefed_chromelogin.py 12 """Context manager to handle Chrome login state."""
28 @param board: optional parameter to extend timeout for login for slow
61 def login(self, timeout=None, raise_exception=False, verbose=False): member in class:ChromeLogin
105 if not self.login(timeout=timeout):
107 # The DUT reboots after unsuccessful login, try with more time.
108 logging.info('Retrying failed login (timeout=%d)...', timeout)
109 self.login(timeout=timeout, raise_exception=True, verbose=True)
138 # now we wait on login screen, but login() above will 'stop ui' again
interactive_client.py 41 def login(self): member in class:InteractiveClient
42 """Login to the system and open a tab.
50 return self._proxy.login()
  /external/autotest/client/common_lib/cros/
interactive_xmlrpc_server.py 29 def login(self): member in class:InteractiveXmlRpcDelegate
30 """Login to the system and open a tab.
  /external/autotest/server/site_tests/firmware_Cr50InvalidateRW/
firmware_Cr50InvalidateRW.py 14 Verify the inactive Cr50 header on the first login after cryptohome
21 the second login. During guest login the owner wont be cleared.
71 def login(self, use_guest): member in class:firmware_Cr50InvalidateRW
72 """Run the test to login."""
80 """Verify the header is only invalidated on the specified login.
82 login LOGIN_ATTEMPTS times. Verify that cryptohome only tries to corrupt
83 the inactive cr50 header on the specified login. If it tries on a
84 different login or fails to corrupt the header, raise an error.
87 use_guest: True to login as gues
    [all...]
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
PassCommandHandler.java 48 login(userAccount, session, replyCode, replyMessageKey); method
UserCommandHandler.java 29 * <li>If the named user does not need a password for login, then set the UserAccount and
48 // If the UserAccount is configured to not require password for login
50 login(userAccount, session, ReplyCodes.USER_LOGGED_IN_OK, "user.loggedIn"); method
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/
StandardSignInActivity.java 43 findViewById(R.id.login).setOnClickListener(new View.OnClickListener() {
46 login();
63 * Emulates a login action.
65 private void login() { method in class:StandardSignInActivity
VirtualSignInActivity.java 58 findViewById(R.id.login).setOnClickListener(new View.OnClickListener() {
61 login();
81 * Emulates a login action.
83 private void login() { method in class:VirtualSignInActivity
StandardAutoCompleteSignInActivity.java 53 mLoginButton = findViewById(R.id.login);
60 login();
95 * Emulates a login action.
97 private void login() { method in class:StandardAutoCompleteSignInActivity
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofill/app/commoncases/
StandardSignInActivity.java 42 findViewById(R.id.login).setOnClickListener(new View.OnClickListener() {
45 login();
66 * Emulates a login action.
68 private void login() { method in class:StandardSignInActivity
VirtualSignInActivity.java 57 findViewById(R.id.login).setOnClickListener(new View.OnClickListener() {
60 login();
80 * Emulates a login action.
82 private void login() { method in class:VirtualSignInActivity
StandardAutoCompleteSignInActivity.java 51 mLoginButton = findViewById(R.id.login);
58 login();
97 * Emulates a login action.
99 private void login() { method in class:StandardAutoCompleteSignInActivity
  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/example/
RemoteFile.java 41 ftpClient.login(USERNAME, PASSWORD);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/auth/login/
LoginExceptionTest.java 18 package org.apache.harmony.tests.javax.security.auth.login;
23 import javax.security.auth.login.LoginException;
39 * javax.security.auth.login.LoginException#LoginException()
49 * javax.security.auth.login.LoginException#LoginException(String msg)
62 * javax.security.auth.login.LoginException#LoginException(String msg)
  /external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
OkHttpContributors.java 22 String login; field in class:OkHttpContributors.Contributor
52 System.out.println(contributor.login + ": " + contributor.contributions);
  /bionic/libc/bionic/
grp_pwd.cpp 535 passwd* getpwnam(const char* login) { // NOLINT: implementing bad function.
541 passwd* pw = android_name_to_passwd(state, login);
546 if (vendor_passwd.FindByName(login, state)) {
553 pw = oem_id_to_passwd(oem_id_from_name(login), state);
557 return app_id_to_passwd(app_id_from_name(login, false), state);
576 char* login = getlogin(); local
577 if (login == nullptr) return errno;
578 size_t login_length = strlen(login) + 1;
580 memcpy(buf, login, login_length);
  /developers/build/prebuilts/gradle/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
AuthActivity.java 79 findViewById(R.id.login).setOnClickListener(new OnClickListener() {
82 login();
95 private void login() { method in class:AuthActivity
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
AuthActivity.java 113 findViewById(R.id.login).setOnClickListener((view) -> login());
120 private void login() { method in class:AuthActivity
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtplib.py 529 def login(self, user, password): member in class:SMTP
562 AUTH_LOGIN = "LOGIN"
  /external/autotest/client/site_tests/network_ShillInitScripts/
network_ShillInitScripts.py 54 def login(self, user=None): member in class:network_ShillInitScripts
55 """ Simulate the login process.
74 """ Simulate guest login.
76 For guest login, session-manager passes an empty CHROMEOS_USER arg.
79 self.login('""')
487 """ Test the login process.
489 Login should create a profile directory, then create and push
494 self.login()
524 """ Tests the guest login process.
526 Login should create a temporary profile directory in /run
    [all...]

Completed in 499 milliseconds

1 2 3 4 5 6 7