HomeSort by relevance Sort by last modified time
    Searched defs:username (Results 176 - 200 of 248) sorted by null

1 2 3 4 5 6 78 910

  /external/libselinux/src/
android.c 343 const char *username = NULL; local
355 username = android_ids[n].name;
359 if (!username)
362 username = "_app";
365 username = "_isolated";
380 if (strncasecmp(username, cur->user, cur->len-1))
383 if (strcasecmp(username, cur->user))
  /external/smack/src/org/jivesoftware/smack/
ConnectionConfiguration.java 88 private String username; field in class:ConnectionConfiguration
95 // Holds the proxy information (such as proxyhost, proxyport, username, password etc)
728 * Returns the username to use when trying to reconnect to the server.
730 * @return the username to use when trying to reconnect to the server.
733 return this.username;
771 void setLoginInfo(String username, String password, String resource) {
772 this.username = username;
  /external/tcpdump/
tcpdump.c 374 droproot(const char *username, const char *chroot_dir)
378 if (chroot_dir && !username) {
383 pw = getpwnam(username);
395 username,
404 username);
464 char *username = NULL; local
786 username = strdup(optarg);
829 if (!username)
830 username = WITH_USER;
1005 if (username || chroot_dir
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_mschapv2.c 490 /* TODO: prevent retries using same username/password */
504 const u8 *username, *password, *new_password; local
511 username = eap_get_config_identity(sm, &username_len);
514 if (username == NULL || password == NULL || new_password == NULL)
517 username = mschapv2_remove_domain(username, &username_len);
575 wpa_hexdump_ascii(MSG_DEBUG, "EAP-MSCHAPV2: username",
576 username, username_len);
580 username, username_len,
591 username, username_len
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_aka.c 53 char permanent[20]; /* Permanent username */
92 const char *username)
95 username[0] != EAP_AKA_PRIME_REAUTH_ID_PREFIX)
98 username[0] != EAP_AKA_REAUTH_ID_PREFIX)
101 wpa_printf(MSG_DEBUG, "EAP-AKA: Reauth username '%s'", username);
103 username);
134 char *username; local
138 username = sim_get_username(sm->identity, sm->identity_len);
139 if (username == NULL
717 char *username; local
    [all...]
eap_server_ttls.c 654 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
687 username = sm->identity;
690 if (username[i] == '\\') {
692 username += i + 1;
719 username, username_len);
727 username, username_len,
732 username, username_len,
748 username, username_len, nt_response,
754 username, username_len, nt_response,
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupOutgoingFragment.java 271 final String username = sendAuth.mLogin; local
272 if (username != null) {
273 mUsernameView.setText(username);
370 final String userName = mUsernameView.getText().toString().trim();
372 sendAuth.setLogin(userName, userPassword);
AccountSetupIncomingFragment.java 390 final String username = recvAuth.mLogin; local
391 if (username != null) {
393 // Add a backslash to the start of the username, but only if the username has no
395 //if (userName.indexOf('\\') < 0) {
396 // userName = "\\" + userName;
398 mUsernameView.setText(username);
403 // Since username is uneditable, focus on the next editable field
522 // Set the username and password for the outgoing settings to the username an
    [all...]
  /development/samples/SampleSyncAdapter/src/com/example/android/samplesync/platform/
ContactManager.java 108 * @param account The username for the account
576 final String username = rawContact.getUserName(); local
588 values.put(StatusUpdates.IM_ACCOUNT, username);
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1494 std::string username = local
    [all...]
  /external/chromium/net/base/
net_util_unittest.cc 588 "http://username:password@google.com",
589 "username",
593 "http://username:p@ssword@google.com",
594 "username",
598 "http://username:p%3fa%26s%2fs%23@google.com",
599 "username",
602 { // Username contains %20.
612 { // Use a '+' in the username.
618 "http://username:p&ssword@google.com",
619 "username",
628 string16 username, password; local
631 EXPECT_EQ(ASCIIToUTF16(tests[i].expected_username), username); local
644 string16 username, password; local
    [all...]
  /external/chromium_org/ash/system/user/
tray_user.cc 840 views::Label* username = NULL; local
848 username = new views::Label(user_name_string);
849 username->SetHorizontalAlignment(gfx::ALIGN_LEFT);
874 if (username)
875 username->SetDisabledColor(text_color);
878 if (additional && username) {
882 details->AddChildView(username);
886 if (username
    [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider_chromeos.cc 261 std::string username, password; local
262 if (!args->GetString("username", &username) ||
279 << "ShowSigninScreenForCreds(" << username << ", " << password << ")";
281 webui_login_display->ShowSigninScreenForCreds(username, password);
878 std::string hostname, service_name, provider_type, key, cert_id, username, local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/cros/
native_network_parser.cc 527 flimflam::kApnUsernameProperty, &apn_list->back().username);
1396 std::string username; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_unittest.cc 1294 string16 username = ASCIIToUTF16("foo"); local
2067 string16 username = ASCIIToUTF16("foo"); local
    [all...]
web_request_api.cc 2226 string16 username; local
    [all...]
  /external/chromium_org/net/base/
net_util_unittest.cc 614 "http://username:password@google.com",
615 "username",
619 "http://username:p@ssword@google.com",
620 "username",
624 "http://username:p%3fa%26s%2fs%23@google.com",
625 "username",
628 { // Username contains %20.
638 { // Use a '+' in the username.
644 "http://username:p&ssword@google.com",
645 "username",
654 base::string16 username, password; local
657 EXPECT_EQ(ASCIIToUTF16(tests[i].expected_username), username); local
670 base::string16 username, password; local
    [all...]
  /external/chromium_org/sync/internal_api/
sync_manager_impl.cc 400 const std::string& username = credentials.email; local
409 DVLOG(1) << "Username: " << username;
410 if (!OpenDirectory(username)) {
536 bool SyncManagerImpl::OpenDirectory(const std::string& username) {
545 open_result = directory()->Open(username, this, transaction_observer);
547 LOG(ERROR) << "Could not open share for:" << username;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port.cc 74 // GICE(ICEPROTO_GOOGLE) requires different username for RTP and RTCP.
75 // This function generates a different username by +1 on the last character of
76 // the given username (|rtp_ufrag|).
368 // Check for the presence of USERNAME and MESSAGE-INTEGRITY (if ICE) first.
373 LOG_J(LS_ERROR, this) << "Received STUN request without username/M-I "
380 // If the username is bad or unknown, fail with a 401 Unauthorized.
385 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
419 // NOTE: Username should not be used in verifying response messages.
455 // The packet must include a username that either begins or ends with our
502 // If |remote_ufrag| is same as port local username fragment an
747 std::string username; local
    [all...]
turnserver.cc 89 const std::string& username() const { return username_; } function in class:cricket::TurnServer::Allocation
343 // Check that the username matches the previous username used.
346 allocation->username()) {
366 std::string username = username_attr->GetString(); local
367 return (auth_hook_ != NULL && auth_hook_->GetKey(username, realm_, key));
392 // Fail if there is M-I but no username, nonce, or realm.
406 // Fail if bad username or M-I.
    [all...]
port_unittest.cc 533 const std::string& username) {
536 new StunByteStringAttribute(STUN_ATTR_USERNAME, username));
540 const std::string& username,
543 addr.ipaddr(), 0, 0, username, password);
548 const std::string& username,
553 TestPort* port = CreateTestPort(addr, username, password);
1486 std::string username; local
1553 std::string username; local
1604 std::string username; local
1663 std::string username; local
1733 std::string username; local
1775 std::string username; local
1845 std::string username; local
    [all...]
  /external/chromium_org/ui/base/text/
text_elider.cc 155 // Split the email into its local-part (username) and domain-part. The email
156 // spec technically allows for @ symbols in the local-part (username) of the
162 string16 username = email.substr(0, split_index); local
164 DCHECK(!username.empty());
171 // Check whether eliding the domain is necessary: if eliding the username
173 const int full_username_width = font.GetStringWidth(username);
177 font.GetStringWidth(username.substr(0, 1) + kEllipsisUTF16));
180 // Should the username not need all the width available in its half, the
183 // minimal username elision allowed by the specifications will not fit; thus
196 // Fit the username in the remaining width (at this point the elided usernam
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 77 * username - Username for Interworking network selection
79 char *username; member in struct:wpa_cred
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1264 jstring username = reinterpret_cast<jstring>( local
    [all...]

Completed in 1762 milliseconds

1 2 3 4 5 6 78 910