Searched refs:username (Results 276 - 300 of 606) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/remoting/signaling/
H A Dxmpp_signal_strategy.cc79 buzz::Jid login_jid(xmpp_server_config_.username);
181 void XmppSignalStrategy::SetAuthInfo(const std::string& username, argument
185 xmpp_server_config_.username = username;
/external/chromium_org/sync/util/
H A Dnigori.h37 // Initialize the client with the given |hostname|, |username| and |password|.
39 const std::string& username,
49 // |username| and |password| are kept constant, a given |type| and |name| pair
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebRTCConfiguration.h64 BLINK_PLATFORM_EXPORT WebString username() const;
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransport.h95 const std::string& username,
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dconnectivitychecker.h215 const std::string& username, const std::string& password,
218 const std::string& username, const std::string& password,
235 const std::string& username, const std::string& password,
249 const std::string& username, const std::string& password,
H A Dhttpportallocator.cc152 username(),
189 ASSERT(!username().empty());
191 url = url + "?username=" + rtc::s_url_encode(username()) +
203 if (!username().empty() && map["username"] != username()) {
204 LOG(LS_WARNING) << "Received unexpected username value from relay server.";
222 map["username"],
H A Dbasicportallocator.cc336 username(),
906 session_->username(), session_->password());
913 session_->username(), session_->password());
956 session_->username(), session_->password(),
989 session_->username(), session_->password(),
1033 config_->username, config_->password);
1071 session_->username(), session_->password(),
1084 session_->username(),
1142 const std::string& username,
1144 : stun_address(stun_address), username(usernam
1140 PortConfiguration( const rtc::SocketAddress& stun_address, const std::string& username, const std::string& password) argument
1149 PortConfiguration(const ServerAddresses& stun_servers, const std::string& username, const std::string& password) argument
[all...]
/external/lldb/test/pexpect-2.4/examples/
H A Dbd_serv.py8 --username : sets the user name to login with
140 optlist, args = getopt.getopt(sys.argv[1:], 'h?d', ['help','h','?', 'hostname=', 'username=', 'password=', 'port=', 'watch'])
153 username = os.getenv('USER')
166 if '--username' in options:
167 username = options['--username']
168 print "Login for %s@%s:%s" % (username, hostname, port)
183 child.login (hostname, username, password)
289 username:password@hostname:port. All fields are options expcet hostname. A
295 p = re.compile (r'(?P<username>[
[all...]
H A Dhive.py14 username: myusername
34 1. You will be asked for your username and password for each host.
38 2. You will be asked once for your username and password.
43 3. Give a username and password on the command-line:
47 You can use an extended host notation to specify username, password, and host
51 username:password@host
66 # TODO add feature to support username:password@host combination
156 # build up the list of connection information (hostname, username, password, port)
163 if len(hcd['username']) > 0:
164 username
[all...]
/external/ppp/pppd/
H A Dchap_ms.h116 u_char *rchallenge, char *username,
/external/smack/src/org/jivesoftware/smack/
H A DAccountManager.java186 * Creates a new account using the specified username and password. The server may
193 * @param username the username.
197 public void createAccount(String username, String password) throws XMPPException { argument
206 createAccount(username, password, attributes);
210 * Creates a new account using the specified username, password and account attributes.
214 * @param username the username.
220 public void createAccount(String username, String password, Map<String, String> attributes) argument
229 attributes.put("username",usernam
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc211 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/chromium_org/sync/tools/testserver/
H A Dxmppserver_test.py116 def DoHandshake(self, resource_prefix, resource, username,
128 username_domain = '%s@%s' % (username, auth_domain)
130 username_domain = username
155 self.assertEqual(self.jid.username, username)
165 def DoHandshakeUnauthenticated(self, resource_prefix, resource, username,
178 auth_string = base64.b64encode('\0%s\0bar' % username)
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
H A Dcall_main.cc312 // Parse username and password, if present.
314 std::string username; local
317 username = argv[1];
323 if (username.empty()) {
325 std::cin >> username; local
327 if (username.find('@') == std::string::npos) {
328 username.append("@localhost");
330 jid = buzz::Jid(username);
/external/chromium_org/chromeos/dbus/
H A Dfake_cryptohome_client.cc74 const std::string& username,
81 const std::string& username,
89 const std::string& username,
102 const std::string& username,
106 std::string sanitized_username = GetStubSanitizedUsername(username);
113 const std::string& username) {
114 return GetStubSanitizedUsername(username);
117 void FakeCryptohomeClient::AsyncMount(const std::string& username, argument
125 const std::string& username,
229 const std::string& username,
73 AsyncCheckKey( const std::string& username, const std::string& key, const AsyncMethodCallback& callback) argument
80 AsyncMigrateKey( const std::string& username, const std::string& from_key, const std::string& to_key, const AsyncMethodCallback& callback) argument
88 AsyncRemove( const std::string& username, const AsyncMethodCallback& callback) argument
101 GetSanitizedUsername( const std::string& username, const StringDBusMethodCallback& callback) argument
112 BlockingGetSanitizedUsername( const std::string& username) argument
124 AsyncAddKey( const std::string& username, const std::string& key, const std::string& new_key, const AsyncMethodCallback& callback) argument
228 Pkcs11GetTpmTokenInfoForUser( const std::string& username, const Pkcs11GetTpmTokenInfoCallback& callback) argument
[all...]
/external/chromium_org/url/
H A Durl_canon.h285 // User info: username/password. If present, this will add the delimiters so
286 // the output will be "<username>:<password>@" or "<username>@". Empty
287 // username/password pairs, or empty passwords, will get converted to
290 // The components for the username and password refer to ranges in the
296 const Component& username,
303 const Component& username,
595 username(NULL),
608 username(default_value),
618 const CHAR* username; member in struct:url::URLComponentSource
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_mschapv2.c290 const u8 *username, *user; local
343 username = sm->identity;
346 if (username[i] == '\\') {
348 username += i + 1;
364 os_memcmp(username, user, username_len) != 0) {
367 "name", username, username_len);
375 username, username_len);
380 username, username_len,
386 username, username_len,
404 * calculate it here so that peer_challenge and username nee
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_mschapv2.c290 const u8 *username, *user; local
343 username = sm->identity;
346 if (username[i] == '\\') {
348 username += i + 1;
364 os_memcmp(username, user, username_len) != 0) {
367 "name", username, username_len);
375 username, username_len);
380 username, username_len,
386 username, username_len,
404 * calculate it here so that peer_challenge and username nee
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_mschapv2.c290 const u8 *username, *user; local
343 username = sm->identity;
346 if (username[i] == '\\') {
348 username += i + 1;
364 os_memcmp(username, user, username_len) != 0) {
367 "name", username, username_len);
375 username, username_len);
380 username, username_len,
386 username, username_len,
404 * calculate it here so that peer_challenge and username nee
[all...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dpeerconnectioninterface.h186 std::string username; member in struct:webrtc::PeerConnectionInterface::IceServer
404 const std::string& username,
409 username(username),
414 std::string username; member in struct:webrtc::PortAllocatorFactoryInterface::TurnConfiguration
402 TurnConfiguration(const std::string& address, int port, const std::string& username, const std::string& password, const std::string& transport_type, bool secure) argument
/external/chromium_org/chrome/browser/policy/test/
H A Dpolicy_testserver.py452 # If this is a |publicaccount| request, get the |username| now and use
455 # Unfortunately, the |username| can't be obtained from |msg| because that
457 username = None
460 username = request.settings_entity_id
472 self.ProcessCloudPolicy(request, token_info, fetch_response, username)
475 request, response.policy_response, token_info, username)
648 username=None):
660 username: The username for the response. May be None.
670 self.ProcessCloudPolicy(request, token_info, fetch_response, username)
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DHttpAuthDatabase.java47 private static final String HTTPAUTH_USERNAME_COL = "username";
168 * @param username the username for the password.
171 public void setHttpAuthUsernamePassword(String host, String realm, String username, argument
180 c.put(HTTPAUTH_USERNAME_COL, username);
186 * Retrieves the HTTP authentication username and password for a given host and realm pair. If
187 * there are multiple username/password combinations for a host/realm, only the first one will
192 * @return a String[] if found where String[0] is username (which can be null) and
/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsession_manager_operation.h71 void set_username(const std::string& username) { username_ = username; } argument
/external/chromium_org/chrome/browser/metrics/
H A Dsignin_status_metrics_provider.cc130 const std::string& username,
143 const std::string& username) {
128 GoogleSigninSucceeded( const std::string& account_id, const std::string& username, const std::string& password) argument
142 GoogleSignedOut(const std::string& account_id, const std::string& username) argument
/external/chromium_org/chrome/browser/resources/
H A Dpolicy.js53 // status item with the username that policies apply to.
56 // Populate the topmost item with the username.
57 var username = this.querySelector('.username');
58 username.textContent = status.username;
59 username.parentElement.hidden = false;

Completed in 640 milliseconds

<<11121314151617181920>>