/external/chromium_org/components/autofill/content/common/ |
autofill_messages.h | 75 IPC_STRUCT_TRAITS_MEMBER(username) 151 // Tells the renderer to fill the username and password with with given 154 base::string16 /* username */, 157 // Tells the renderer to preview the username and password with the given 160 base::string16 /* username */,
|
/prebuilts/eclipse/maven/apache-maven-3.2.1/conf/ |
settings.xml | 98 <username>proxyuser</username> 116 | NOTE: You should either specify username/password OR privateKey/passphrase, since these pairings are 121 <username>repouser</username>
|
/external/chromium_org/url/ |
gurl_unittest.cc | 82 EXPECT_EQ("user", url.username()); 106 EXPECT_EQ("", url.username()); 124 EXPECT_EQ("user", url2.username()); 139 EXPECT_EQ("", invalid2.username()); 158 EXPECT_EQ("user", url2.username()); 174 EXPECT_EQ("", invalid2.username()); 199 EXPECT_EQ("", url2.username()); 211 EXPECT_EQ("user", inner->username()); 269 EXPECT_EQ("", url.username()); 386 const char* username; member in struct:url::ReplaceCase [all...] |
url_parse_unittest.cc | 56 const char* username; member in struct:url::__anon21843::URLParseCase 167 {"http://u:p@h:8/p?q#r", Parsed::USERNAME, true, 7}, 168 {"http://u:p@h:8/p?q#r", Parsed::USERNAME, false, 7}, 193 {"http://h/", Parsed::USERNAME, true, 7}, 194 {"http:", Parsed::USERNAME, true, 5}, 199 {"file:///c:/foo", Parsed::USERNAME, true, 7}, 273 // Username/passwords and things that look like them 328 EXPECT_TRUE(ComponentMatches(url, cases[i].username, parsed.username)); 367 ExpectInvalidComponent(parsed.username); [all...] |
/external/wpa_supplicant_8/src/eap_peer/ |
eap_mschapv2.c | 495 /* TODO: prevent retries using same username/password */ 509 const u8 *username, *password, *new_password; local 516 username = eap_get_config_identity(sm, &username_len); 519 if (username == NULL || password == NULL || new_password == NULL) 522 username = mschapv2_remove_domain(username, &username_len); 582 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username", 583 username, username_len); 587 username, username_len, 598 username, username_len [all...] |
/external/chromium_org/chrome/browser/chromeos/policy/ |
user_cloud_policy_store_chromeos.cc | 33 // "%s" must be substituted with the sanitized username. 52 // Extracts the domain name from the passed username. 53 std::string ExtractDomain(const std::string& username) { 54 return gaia::ExtractDomainName(gaia::CanonicalizeEmail(username)); 180 const std::string& username, 187 username_(username), 531 // Get the hashed username that's part of the key's path, to determine
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
manage_profile_handler.cc | 211 std::string username; local 219 username = manager->GetAuthenticatedUsername(); 222 if (!username.empty()) { 224 gaia::ExtractDomainName(username) + "</span>"; 239 base::UTF8ToUTF16(username), 468 base::string16 username = local 478 base::StringValue(username),
|
/external/smack/src/org/jivesoftware/smack/proxy/ |
Socks5ProxySocketFactory.java | 112 o X'02' USERNAME/PASSWORD 122 buf[index++]=2; // USERNAME/PASSWORD 145 case 2: // USERNAME/PASSWORD 153 Username/Password Authentication protocol, the Username/Password 155 Username/Password request: 165 that follows. The UNAME field contains the username as known to the
|
/external/chromium_org/chrome/browser/password_manager/ |
password_store_mac.cc | 54 const char* username, 85 const char* username, 144 if (username != NULL) { 147 search_attributes_.attr[entries].length = strlen(username); 149 const_cast<void*>(static_cast<const void*>(username)); 647 std::string username = base::UTF16ToUTF8(query_form.username_value); local 650 NULL, username.c_str()); 702 std::string username = base::UTF16ToUTF8(form.username_value); local 711 username.size(), username.c_str() 774 std::string username = base::UTF16ToUTF8(form.username_value); local [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 336 username(), 906 session_->username(), session_->password()); 913 session_->username(), session_->password()); 956 session_->username(), session_->password(), 989 session_->username(), session_->password(), [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
port.h | 143 // 2. Username attribute in STUN binding request will be RFRAF:LFRAG, 189 // ICE requires a single username/password per content/media line. So the 192 // server, which expects different username for RTP and RTCP. 195 // which returns a different username (calculated from 201 // RTCP. And the ICEPROTO_RFC5245 will use same username for both RTP and 282 // This method will return local and remote username fragements from the 283 // stun username attribute if present. 337 // return value is true, otherwise false. If the message username corresponds 338 // with this port's username fragment, msg will contain the parsed STUN 340 // remote_username contains the remote fragment of the STUN username [all...] |
turnserver.h | 60 // HA1 = MD5(A1) = MD5(username:realm:password). 61 // Return true if the given username and realm are valid, or false if not. 62 virtual bool GetKey(const std::string& username, const std::string& realm,
|
/external/chromium_org/ui/gfx/ |
render_text.cc | 1332 base::string16 username = email.substr(0, split_index); local [all...] |
/external/chromium_org/components/policy/core/common/cloud/ |
user_cloud_policy_store.cc | 191 void UserCloudPolicyStore::SetSigninUsername(const std::string& username) { 192 signin_username_ = username; 351 // username field in the policy contains). UserPolicySigninServerBase will 352 // verify that the username matches the signed in user once profile 356 // Validate the username if the user is signed in. The signin_username_ can 360 DVLOG(1) << "Validating username: " << signin_username_;
|
cloud_policy_client_registration_helper.cc | 42 const std::string& username, 65 // Either the caller must supply a username, or the user must be signed in 174 DVLOG(1) << "Starting registration process with username";
|
/external/chromium_org/components/signin/core/browser/ |
about_signin_internals.cc | 69 case USERNAME: 169 signin_status_.untimed_signin_fields[USERNAME] = 439 untimed_signin_fields[USERNAME - UNTIMED_FIELDS_BEGIN].empty() 453 // Only add username. SID and LSID have moved to tokens section. 455 SigninStatusFieldToLabel(static_cast<UntimedSigninStatusField>(USERNAME)); 458 untimed_signin_fields[USERNAME - UNTIMED_FIELDS_BEGIN]);
|
/external/chromium_org/net/http/ |
http_auth_controller.cc | 203 // Don't do preemptive authorization if the URL contains a username:password, 460 // Try to use the username:password encoded into the URL first. 465 // Extract the username:password from the URL. 466 base::string16 username; local 468 GetIdentityFromURL(auth_url_, &username, &password); 469 identity_.credentials.Set(username, password);
|
/external/openssl/crypto/srp/ |
srp_vfy.c | 359 * string(username):base64(v):base64(salt):int(index) 478 SRP_user_pwd *SRP_VBASE_get_by_user(SRP_VBASE *vb, char *username) 491 if (strcmp(user->id,username)==0) 506 if (!SRP_user_pwd_set_ids(user,username,NULL)) 513 EVP_DigestUpdate(&ctxt, username, strlen(username));
|
/packages/apps/Exchange/src/com/android/exchange/eas/ |
EasAutoDiscover.java | 72 private static Account makeAccount(final String username, final String password) { 74 hostAuth.mLogin = username; 80 account.mEmailAddress = username; 86 final String username, final String password) { 89 super(context, makeAccount(username, password)); 92 mUsername = username;
|
/external/chromium_org/chrome/browser/ui/views/passwords/ |
manage_password_item_view.cc | 32 // The username/"Deleted!" field. 82 // Render credentials in two columns: username and password. 107 // Render credentials in three columns: username, password, and delete.
|
/external/chromium_org/components/password_manager/core/browser/ |
password_form_manager.cc | 300 // yet because we need to keep the original username to modify the stored 305 // User typed in a new, unknown username. 457 // If we don't already have a result with the same username, add the 602 // username, or the user selected one of the non-preferred matches, 629 // the right username. 634 // An other possible username is selected. We set this selected username 635 // as the real username. The PasswordStore API isn't designed to update 636 // username, so we delete the old credentials and add a new one instead. 685 const base::string16& username) { [all...] |
/external/chromium_org/remoting/host/it2me/ |
it2me_native_messaging_host.cc | 151 if (!message.GetString("userName", &xmpp_config.username)) { 152 SendErrorAndExit(response.Pass(), "'userName' not found in request.");
|
/external/chromium_org/sync/util/ |
nigori.cc | 68 const std::string& username, 71 salt_password << username << hostname; 73 // Suser = PBKDF2(Username || Servername, "saltsalt", Nsalt, 8)
|
/external/chromium_org/third_party/mesa/src/docs/ |
repository.html | 81 git clone git+ssh://username@git.freedesktop.org/git/mesa/mesa 83 Replace <em>username</em> with your actual login name.<br><br> 90 git clone git+ssh://username@git.freedesktop.org/git/mesa/demos
|
/external/lldb/test/pexpect-2.4/examples/ |
monitor.py | 7 ./monitor.py [-s server_hostname] [-u username] [-p password] 9 -u : username to user for login. 70 user = raw_input('username: ')
|