HomeSort by relevance Sort by last modified time
    Searched refs:username (Results 376 - 400 of 606) sorted by null

<<11121314151617181920>>

  /external/libvncserver/rfb/
rfbclient.h 134 char *username; member in struct:_rfbCredential::__anon24272
  /external/autotest/client/common_lib/
packages.py 59 username = None
64 username, host = hostline.split('@')
65 run_cmd = 'ssh %s@%s "%s%s"' % (username, host, cd_str, cmd)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/altgraph/
setup.py 565 self.username = ''
573 self.username = config['username']
629 auth = "Basic " + standard_b64encode(self.username + ":" +
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/
setup.py 565 self.username = ''
573 self.username = config['username']
629 auth = "Basic " + standard_b64encode(self.username + ":" +
  /external/webrtc/webrtc/p2p/base/
turnserver.cc 263 // Check that the username matches the previous username used.
266 allocation->username()) {
286 std::string username = username_attr->GetString(); local
287 return (auth_hook_ != NULL && auth_hook_->GetKey(username, realm_, key));
312 // Fail if there is M-I but no username, nonce, or realm.
326 // Fail if bad username or M-I.
stun.h 489 bool ComputeStunCredentialHash(const std::string& username,
  /frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
PpsMoParser.java 89 * <NodeName>Username</NodeName>
172 private static final String NODE_USERNAME = "Username";
1324 String username = null; local
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupIncomingFragment.java 360 final String username = recvAuth.mLogin; local
361 if (username != null) {
363 // Add a backslash to the start of the username, but only if the username has no
365 //if (userName.indexOf('\\') < 0) {
366 // userName = "\\" + userName;
368 mUsernameView.setText(username);
533 // Set the username and password for the outgoing settings to the username an
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
findertools.py 581 def mountvolume(volume, server=None, username=None, password=None):
585 username, password belong to a registered user of the volume."""
591 if username:
592 args["USER"] = username
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 581 def mountvolume(volume, server=None, username=None, password=None):
585 username, password belong to a registered user of the volume."""
591 if username:
592 args["USER"] = username
  /external/curl/tests/
ftpserver.pl 1022 my ($username, $address) = split(/ /, $args, 2);
1026 if($username eq "") {
    [all...]
  /external/webrtc/talk/app/webrtc/
peerconnection_unittest.cc     [all...]
peerconnection.cc 144 // turn-host = username@IP-literal / IPv4address / reg-name
219 // by parsing |url| and using the username/password in |server|.
277 std::string username(server.username);
287 username.assign(rtc::s_url_decode(tokens[0]));
319 cricket::RelayServerConfig(address, port, username, server.password,
    [all...]
  /frameworks/base/services/core/java/com/android/server/connectivity/
Vpn.java     [all...]
  /prebuilts/go/darwin-x86/src/net/http/
request.go 835 // BasicAuth returns the username and password provided in the request's
838 func (r *Request) BasicAuth() (username, password string, ok bool) {
848 func parseBasicAuth(auth string) (username, password string, ok bool) {
866 // Basic Authentication with the provided username and password.
868 // With HTTP Basic Authentication the provided username and password
870 func (r *Request) SetBasicAuth(username, password string) {
871 r.Header.Set("Authorization", "Basic "+basicAuth(username, password))
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request.go 835 // BasicAuth returns the username and password provided in the request's
838 func (r *Request) BasicAuth() (username, password string, ok bool) {
848 func parseBasicAuth(auth string) (username, password string, ok bool) {
866 // Basic Authentication with the provided username and password.
868 // With HTTP Basic Authentication the provided username and password
870 func (r *Request) SetBasicAuth(username, password string) {
871 r.Header.Set("Authorization", "Basic "+basicAuth(username, password))
    [all...]
  /prebuilts/tools/common/m2/repository/com/google/oauth-client/google-oauth-client/1.22.0/
google-oauth-client-1.22.0.jar 
  /libcore/ojluni/src/main/java/sun/net/ftp/impl/
FtpClient.java 195 * drwxr-xr-x 1 username ftp 512 Jan 29 23:32 prog
214 String username = null; local
242 username = m.group(patternGroups[j][6]);
283 file.setUser(username).setGroup(groupname);
    [all...]
  /external/autotest/database/
migrate.py 274 dict(username=self._database.get_database_info()['username']))
332 return ('-u %(username)s -p%(password)s -h %(host)s %(db_name)s' %
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jar 
  /external/libmicrohttpd/src/include/
microhttpd.h     [all...]
  /external/webrtc/webrtc/base/
httpcommon.h 451 const std::string& username, const CryptString& password,
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 398 EXPECT_TRUE(allocator().turn_servers()[0].credentials.username.empty());
    [all...]
  /packages/apps/Settings/tests/app/src/com/android/settings/vpn2/
VpnTests.java 71 * <username></username>
165 Log.v(TAG, "username: " + profile.username);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf.provider.filetransfer.httpclient4_1.0.300.v20130604-1622.jar 

Completed in 1570 milliseconds

<<11121314151617181920>>