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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /prebuilts/go/darwin-x86/src/archive/tar/
stat_unix.go 25 // TODO(bradfitz): populate username & group. os/user
  /prebuilts/go/linux-x86/src/archive/tar/
stat_unix.go 25 // TODO(bradfitz): populate username & group. os/user
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
config.py 17 username:%s
42 def _store_pypirc(self, username, password):
47 f.write(DEFAULT_PYPIRC % (username, password))
76 current['username'] = config.get(server, 'username')
97 return {'username': config.get(server, 'username'),
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c 32 char *permanent; /* permanent username */
33 char *pseudonym; /* pseudonym username */
905 * @username: Permanent username (prefix | IMSI)
926 const char *username, int max_chal,
936 if (username == NULL || username[0] != EAP_SIM_PERMANENT_PREFIX ||
937 username[1] == '\0' || os_strlen(username) > sizeof(entry->imsi)) {
938 wpa_printf(MSG_DEBUG, "EAP-SIM DB: unexpected username '%s'"
    [all...]
eap_server_sim.c 40 char permanent[20]; /* Permanent username */
421 char *username; local
453 username = sim_get_username(sm->identity, sm->identity_len);
454 if (username == NULL)
457 if (username[0] == EAP_SIM_REAUTH_ID_PREFIX) {
458 wpa_printf(MSG_DEBUG, "EAP-SIM: Reauth username '%s'",
459 username);
461 sm->eap_sim_db_priv, username);
462 os_free(username);
478 if (username[0] == EAP_SIM_PSEUDONYM_PREFIX)
    [all...]
  /external/webrtc/webrtc/base/
httpcommon.cc 748 const std::string& username, const CryptString& password,
767 if (username.empty())
773 //std::string decoded = username + ":" + password;
774 size_t len = username.size() + password.GetLength() + 2;
776 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
793 if (username.empty())
817 //std::string A1 = username + ":" + realm + ":" + password;
818 size_t len = username.size() + realm.size() + password.GetLength() + 3;
820 size_t pos = strcpyn(sensitive, len, username.data(), username.size())
    [all...]
  /bionic/tools/bionicbb/
presubmit.py 68 username = config.jenkins_credentials['username']
71 jenkins = jenkinsapi.api.Jenkins(jenkins_url, username, password)
98 username = config.jenkins_credentials['username']
101 jenkins = jenkinsapi.api.Jenkins(jenkins_url, username, password)
  /device/google/dragon/crash_collector/
crash_collector.cc 130 const std::string& username,
151 content += "\"username\":\"" + username + "\"";
206 // Username lookup.
208 std::string username((pwd != NULL) ? pwd->pw_name : "");
238 uid_string, gid_string, signal_string, username, exec_name,
  /external/autotest/client/bin/
vm_sanity.py 43 cryptohome.is_vault_mounted(user=cr.username, allow_fail=False)
  /external/autotest/client/site_tests/telemetry_LoginTest/
telemetry_LoginTest.py 44 if email != cr.username:
  /external/ppp/pppd/
chap_ms.h 103 u_char *rchallenge, char *username,
  /packages/experimental/FilledApp/src/foo/bar/filled/
MainActivity.java 37 findViewById(R.id.username).setImportantForAutofill(
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
lmshare.h 130 NET_API_STATUS WINAPI NetSessionEnum(LMSTR servername,LMSTR UncClientName,LMSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,LPDWORD resume_handle);
131 NET_API_STATUS WINAPI NetSessionDel(LMSTR servername,LMSTR UncClientName,LMSTR username);
132 NET_API_STATUS WINAPI NetSessionGetInfo(LMSTR servername,LMSTR UncClientName,LMSTR username,DWORD level,LPBYTE *bufptr);
207 NET_API_STATUS WINAPI NetFileEnum(LMSTR servername,LMSTR basepath,LMSTR username,DWORD level,LPBYTE *bufptr,DWORD prefmaxlen,LPDWORD entriesread,LPDWORD totalentries,PDWORD_PTR resume_handle);
  /external/autotest/client/cros/
ownership.py 146 def assert_username(data_proto, username):
150 @param username: the username to check for
151 @raises OwnershipError if data_proto isn't associated with username
153 if data_proto.username != username:
154 raise OwnershipError('Incorrect username.')
387 def get_user_policy_key_filename(username):
388 """Returns the path to the user policy key for the given username.
390 @param username: the user whose policy key we want the path to
    [all...]
  /external/autotest/client/site_tests/logging_UserCrash/
logging_UserCrash.py 54 result = self._run_crasher_process_and_analyze(username='root',
116 username = 'root'
118 crash_dir = self._get_crash_dir(username)
124 result = self._run_crasher_process(username)
140 result = self._run_crasher_process(username)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_urlparse.py 53 self.assertEqual(result3.username, result.username)
77 self.assertEqual(result3.username, result.username)
392 self.assertEqual(p.username, None)
407 self.assertEqual(p.username, "User")
413 # Addressing issue1698, which suggests Username can contain
424 self.assertEqual(p.username, "User@example.com")
443 # should allow the username, hostname, and port to be filled
450 self.assertEqual(p.username, None)
    [all...]
  /external/webrtc/webrtc/p2p/base/
p2ptransportchannel.cc 359 if (candidate.username() == ice_ufrag && candidate.password().empty()) {
508 std::string username = it->username(); local
510 if (it->username() != username) {
520 if (it->username() == remote_username) {
680 << candidate.username()
687 // ICE candidates don't need to have username and password set, but
689 // port.cc) uses the remote candidates's username. So, we set it
692 if (candidate.username().empty())
    [all...]
  /external/webrtc/webrtc/p2p/client/
basicportallocator.cc 247 username(),
885 udp_socket_.get(), session_->username(), session_->password(),
891 session_->username(), session_->password(),
927 session_->username(), session_->password(),
957 session_->username(), session_->password(),
    [all...]
  /external/webrtc/webrtc/tools/rtcbot/
test.js 78 request('https://computeengineondemand.appspot.com/turn?username=1234&key=5678',
87 'username': response.username,
  /system/core/adb/
adb_auth_host.cpp 66 std::string username; local
67 if (getenv("LOGNAME")) username = getenv("LOGNAME");
69 if (username.empty() && getlogin()) username = getlogin();
71 if (username.empty()) hostname = "unknown";
73 return " " + username + "@" + hostname;
  /external/apache-http/android/src/android/net/http/
HttpAuthHeader.java 55 * new username and password.
60 * A string to be displayed to users so they know which username and
101 * Username string we get from the user.
137 * @return The username string.
144 * Sets the username string.
146 public void setUsername(String username) {
147 mUsername = username;
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/
FakeFtpServer.java 66 * // Create UserAccount with username, password, home-directory
105 * // Create UserAccount with username, password, home-directory
239 public UserAccount getUserAccount(String username) {
240 return (UserAccount) userAccounts.get(username);
255 * Add a single UserAccount. If an account with the same <code>username</code> already exists,
  /external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/
FakeFtpServerTest.groovy 60 def userAccount = new UserAccount(username: 'abc')

Completed in 1519 milliseconds

1 2 3 4 5 6 78 91011>>