Home
last modified time | relevance | path

Searched full:username (Results 1 – 25 of 4885) sorted by relevance

12345678910>>...196

/aosp_15_r20/external/rust/android-crates-io/crates/url/tests/
Durltestdata.json10 "username": "", string
25 "username": "user", string
40 "username": "test", string
55 "username": "", string
70 "username": "test", string
85 "username": "", string
100 "username": "", string
115 "username": "", string
130 "username": "", string
145 "username": "", string
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_internal/network/
Dauth.py40 username: str
50 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
54 def save_auth_info(self, url: str, username: str, password: str) -> None:
63 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
66 def save_auth_info(self, url: str, username: str, password: str) -> None:
80 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
82 # credentials without a username. This is only available for
86 cred = self.keyring.get_credential(url, username)
88 return cred.username, cred.password
91 if username is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_internal/network/
Dauth.py40 username: str
50 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
54 def save_auth_info(self, url: str, username: str, password: str) -> None:
63 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
66 def save_auth_info(self, url: str, username: str, password: str) -> None:
80 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
82 # credentials without a username. This is only available for
86 cred = self.keyring.get_credential(url, username)
88 return cred.username, cred.password
91 if username is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_internal/network/
Dauth.py40 username: str
50 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
54 def save_auth_info(self, url: str, username: str, password: str) -> None:
63 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
66 def save_auth_info(self, url: str, username: str, password: str) -> None:
80 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
82 # credentials without a username. This is only available for
86 cred = self.keyring.get_credential(url, username)
88 return cred.username, cred.password
91 if username is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_internal/network/
Dauth.py40 username: str
50 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
54 def save_auth_info(self, url: str, username: str, password: str) -> None:
63 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
66 def save_auth_info(self, url: str, username: str, password: str) -> None:
80 def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]:
82 # credentials without a username. This is only available for
86 cred = self.keyring.get_credential(url, username)
88 return cred.username, cred.password
91 if username is not None:
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy32 private static final USERNAME = "user123"
40 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
41 assert acct.username == USERNAME
60 userAccount.username = USERNAME
71 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
73 userAccount.username = ''
74 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
79 customUserAccount.username = USERNAME
87 userAccount.username = USERNAME
103 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy32 private static final USERNAME = "user123"
40 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
41 assert acct.username == USERNAME
60 userAccount.username = USERNAME
71 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
73 userAccount.username = ''
74 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
79 customUserAccount.username = USERNAME
87 userAccount.username = USERNAME
103 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy34 private static final USERNAME = "user123"
42 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
43 assert acct.username == USERNAME
62 userAccount.username = USERNAME
73 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
75 userAccount.username = ''
76 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
81 customUserAccount.username = USERNAME
89 userAccount.username = USERNAME
105 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy36 private static final USERNAME = "user123"
44 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
45 assert acct.username == USERNAME
64 userAccount.username = USERNAME
75 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
77 userAccount.username = ''
78 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
83 customUserAccount.username = USERNAME
91 userAccount.username = USERNAME
107 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy34 private static final USERNAME = "user123"
42 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
43 assert acct.username == USERNAME
62 userAccount.username = USERNAME
73 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
75 userAccount.username = ''
76 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
81 customUserAccount.username = USERNAME
89 userAccount.username = USERNAME
105 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy32 private static final USERNAME = "user123"
40 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
41 assert acct.username == USERNAME
60 userAccount.username = USERNAME
71 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
73 userAccount.username = ''
74 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
79 customUserAccount.username = USERNAME
87 userAccount.username = USERNAME
103 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy34 private static final USERNAME = "user123"
42 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
43 assert acct.username == USERNAME
62 userAccount.username = USERNAME
73 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
75 userAccount.username = ''
76 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
81 customUserAccount.username = USERNAME
89 userAccount.username = USERNAME
105 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy34 private static final USERNAME = "user123"
42 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
43 assert acct.username == USERNAME
62 userAccount.username = USERNAME
73 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
75 userAccount.username = ''
76 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
81 customUserAccount.username = USERNAME
89 userAccount.username = USERNAME
105 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy32 private static final USERNAME = "user123"
40 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
41 assert acct.username == USERNAME
60 userAccount.username = USERNAME
71 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
73 userAccount.username = ''
74 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
79 customUserAccount.username = USERNAME
87 userAccount.username = USERNAME
103 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy34 private static final USERNAME = "user123"
42 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
43 assert acct.username == USERNAME
62 userAccount.username = USERNAME
73 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
75 userAccount.username = ''
76 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
81 customUserAccount.username = USERNAME
89 userAccount.username = USERNAME
105 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy34 private static final USERNAME = "user123"
42 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
43 assert acct.username == USERNAME
62 userAccount.username = USERNAME
73 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
75 userAccount.username = ''
76 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
81 customUserAccount.username = USERNAME
89 userAccount.username = USERNAME
105 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/
H A DUserAccountTest.groovy32 private static final USERNAME = "user123"
40 def acct = new UserAccount(USERNAME, PASSWORD, HOME_DIR)
41 assert acct.username == USERNAME
60 userAccount.username = USERNAME
71 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
73 userAccount.username = ''
74 shouldFailWithMessageContaining('username') { userAccount.isValidPassword(PASSWORD) }
79 customUserAccount.username = USERNAME
87 userAccount.username = USERNAME
103 testCanRead(USERNAME, GROUP, null, true)
[all …]
/aosp_15_r20/external/mobly-bundled-snippets/src/main/java/com/google/android/mobly/snippet/bundled/
H A DAccountSnippet.java83 * @param username Username of the account to add (including @gmail.com).
89 public void addAccount(String username, String password) in addAccount() argument
94 if (listAccounts().contains(username)) { in addAccount()
96 "Account " + username + " already exists on the device"); in addAccount()
99 addAccountOptions.putString("username", username); in addAccount()
125 Account account = new Account(username, GOOGLE_ACCOUNT_TYPE); in addAccount()
142 if (!isAdapterAllowListed(username, adapter.authority)) { in addAccount()
158 * @param username the username of the account to remove.
163 public void removeAccount(String username) throws AccountSnippetException { in removeAccount() argument
164 if (!mAccountManager.removeAccountExplicitly(getAccountByName(username))) { in removeAccount()
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/dropdown/
H A DAuthenticationTest.java103 final View username = mActivity.getUsername(); in datasetAuthTwoFields() local
104 callback.assertUiShownEvent(username); in datasetAuthTwoFields()
110 callback.assertUiHiddenEvent(username); in datasetAuthTwoFields()
117 callback.assertUiShownEvent(username); in datasetAuthTwoFields()
124 callback.assertUiHiddenEvent(username); in datasetAuthTwoFields()
125 callback.assertUiShownEvent(username); in datasetAuthTwoFields()
130 callback.assertUiHiddenEvent(username); in datasetAuthTwoFields()
137 callback.assertUiShownEvent(username); in datasetAuthTwoFields()
143 callback.assertUiHiddenEvent(username); in datasetAuthTwoFields()
190 final View username = mActivity.getUsername(); in testDatasetAuthTwoFieldsReplaceResponse() local
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/inline/
H A DInlineLoginActivityTest.java114 .setPresentation(createPresentation("The Username")) in testAutofill_disjointDatasets()
115 .setInlinePresentation(createInlinePresentation("The Username")) in testAutofill_disjointDatasets()
135 mUiBot.assertDatasets("The Username"); in testAutofill_disjointDatasets()
143 // Switch focus back to username in testAutofill_disjointDatasets()
147 mUiBot.assertDatasets("The Username"); in testAutofill_disjointDatasets()
148 mUiBot.selectDataset("The Username"); in testAutofill_disjointDatasets()
163 assertWithMessage("Username node is not focused").that( in testAutofill_disjointDatasets()
189 .setPresentation(createPresentation("The Username")) in assertAutofill_SwitchActivity()
190 .setInlinePresentation(createInlinePresentation("The Username")) in assertAutofill_SwitchActivity()
199 mUiBot.assertDatasets("The Username"); in assertAutofill_SwitchActivity()
[all …]
/aosp_15_r20/external/libcups/scheduler/
H A Dauth.c80 char username[HTTP_MAX_VALUE], /* Username string */ member
253 username[HTTP_MAX_VALUE], in cupsdAuthorize() local
254 /* Username string */ in cupsdAuthorize()
257 cupsd_cert_t *localuser; /* Certificate username */ in cupsdAuthorize()
286 username[0] = '\0'; in cupsdAuthorize()
343 username[0] = '\0'; in cupsdAuthorize()
351 strlcpy(username, authinfo->items[0].value, sizeof(username)); in cupsdAuthorize()
353 cupsdLogClient(con, CUPSD_LOG_DEBUG, "Authorized as \"%s\" using AuthRef.", username); in cupsdAuthorize()
359 if (!username[0]) in cupsdAuthorize()
362 * No username in AuthRef, grab username using peer credentials... in cupsdAuthorize()
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/augmented/
H A DAugmentedLoginActivityTest.java115 final EditText username = mActivity.getUsername();
116 final AutofillValue expectedFocusedValue = username.getAutofillValue();
117 final AutofillId usernameId = username.getAutofillId();
144 final EditText username = mActivity.getUsername();
145 final AutofillValue expectedFocusedValue = username.getAutofillValue();
146 final AutofillId usernameId = username.getAutofillId();
178 final EditText username = mActivity.getUsername();
179 final AutofillValue expectedFocusedValue = username.getAutofillValue();
180 final AutofillId expectedFocusedId = username.getAutofillId();
247 final EditText username = mActivity.getUsername();
[all …]
/aosp_15_r20/external/webrtc/sdk/objc/api/peerconnection/
H A DRTCIceServer.mm18 @synthesize username = _username;
27 username:nil
32 username:(NSString *)username
35 username:username
41 username:(NSString *)username
45 username:username
52 username:(NSString *)username
57 username:username
65 username:(NSString *)username
71 username:username
[all …]
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
H A DLoginActivity.java44 * <li>Username EditText (id: username, no input-type)
45 * <li>Password EditText (id: "username", input-type textPassword)
83 * Gets the expected welcome message for a given username.
85 public static String getWelcomeMessage(String username) { in getWelcomeMessage() argument
86 return String.format(sWelcomeTemplate, username); in getWelcomeMessage()
111 mUsernameEditText = findViewById(R.id.username); in onCreate()
143 final String username = mUsernameEditText.getText().toString(); in login() local
145 final boolean valid = username.equals(password) in login()
146 || (TextUtils.isEmpty(username) && TextUtils.isEmpty(password)) in login()
148 || username.equals(BACKDOOR_USERNAME); in login()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/os/user/
Dlookup_windows.go31 func lookupFullNameServer(servername, username string) (string, error) {
36 u, e := syscall.UTF16PtrFromString(username)
50 func lookupFullName(domain, username, domainAndUser string) (string, error) { argument
58 name, err := lookupFullNameServer(domain, username)
64 // pretend username is fullname
65 return username, nil
87 // lookupUsernameAndDomain obtains the username and domain for usid.
88 func lookupUsernameAndDomain(usid *syscall.SID) (username, domain string, e error) {
89 username, domain, t, e := usid.LookupAccount("")
96 return username, domain, nil
[all …]

12345678910>>...196