HomeSort by relevance Sort by last modified time
    Searched full:username (Results 451 - 475 of 1761) sorted by null

<<11121314151617181920>>

  /packages/apps/BasicSmsReceiver/res/values-zh-rTW/
strings.xml 20 <string name="sms_message_from_format" msgid="7163240046237558485">"?? <xliff:g id="USERNAME">%1$s</xliff:g> ???"</string>
  /packages/apps/BasicSmsReceiver/res/values-zu/
strings.xml 20 <string name="sms_message_from_format" msgid="7163240046237558485">"Umlayezo ovela ku-<xliff:g id="USERNAME">%1$s</xliff:g>"</string>
  /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);
wincred.h 146 LPSTR UserName;
161 LPWSTR UserName;
212 LPWSTR UserName;
315 CREDUIAPI DWORD WINAPI CredUIParseUserNameW(CONST WCHAR *UserName,WCHAR *user,ULONG userBufferSize,WCHAR *domain,ULONG domainBufferSize);
316 CREDUIAPI DWORD WINAPI CredUIParseUserNameA(CONST CHAR *userName,CHAR *user,ULONG userBufferSize,CHAR *domain,ULONG domainBufferSize);
317 CREDUIAPI DWORD WINAPI CredUICmdLinePromptForCredentialsW(PCWSTR pszTargetName,PCtxtHandle pContext,DWORD dwAuthError,PWSTR UserName,ULONG ulUserBufferSize,PWSTR pszPassword,ULONG ulPasswordBufferSize,PBOOL pfSave,DWORD dwFlags);
318 CREDUIAPI DWORD WINAPI CredUICmdLinePromptForCredentialsA(PCSTR pszTargetName,PCtxtHandle pContext,DWORD dwAuthError,PSTR UserName,ULONG ulUserBufferSize,PSTR pszPassword,ULONG ulPasswordBufferSize,PBOOL pfSave,DWORD dwFlags);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 32 self.username = ''
46 self.username = config['username']
134 auth = "Basic " + standard_b64encode(self.username + ":" +
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
upload.py 32 self.username = ''
46 self.username = config['username']
134 auth = "Basic " + standard_b64encode(self.username + ":" +
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 116 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/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|).
387 // Check for the presence of USERNAME and MESSAGE-INTEGRITY (if ICE) first.
392 LOG_J(LS_ERROR, this) << "Received STUN request without username/M-I "
399 // If the username is bad or unknown, fail with a 401 Unauthorized.
406 LOG_J(LS_ERROR, this) << "Received STUN request with bad local username "
416 // Based on the STUN username, we can determine what's the remote protocol.
449 // NOTE: Username should not be used in verifying response messages.
486 // The packet must include a username that either begins or ends with ou
780 std::string username; local
    [all...]
candidate.h 53 const std::string& username, const std::string& password,
57 priority_(priority), username_(username), password_(password),
100 const std::string & username() const { return username_; } function in class:cricket::Candidate
101 void set_username(const std::string & username) { username_ = username; }
  /external/lldb/test/pexpect-2.4/examples/
topip.py 14 ./topip.py [-s server_hostname] [-u username] [-p password] {-a from_addr,to_addr} {-n N} {-v} {--ipv6}
17 -u : username to user for login.
131 # If localhost then don't ask for username/password.
134 username = options['-u']
136 username = raw_input('username: ')
182 p.login(hostname, username, password)
hive.py 14 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 = hcd['username'
    [all...]
  /frameworks/base/core/java/android/net/http/
HttpAuthHeader.java 57 * new username and password.
62 * A string to be displayed to users so they know which username and
103 * Username string we get from the user.
139 * @return The username string.
146 * Sets the username string.
148 public void setUsername(String username) {
149 mUsername = username;
  /packages/apps/Browser/src/com/android/browser/
PageDialogsHandler.java 92 public void onOk(String host, String realm, String username, String password) {
93 setHttpAuthUsernamePassword(host, realm, username, password);
94 handler.proceed(username, password);
113 * @param username The username for the password. If it is null, it means
118 String username,
122 w.setHttpAuthUsernamePassword(host, realm, username, password);
  /external/chromium_org/chromeos/dbus/
fake_cryptohome_client.cc 74 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,
125 const std::string& username,
229 const std::string& username,
    [all...]
  /packages/services/Telephony/sip/res/values/
strings.xml 83 <string name="registration_status_invalid_credentials">Account registration unsuccessful: Incorrect username or password.</string>
97 <!-- Text of the username preference. [CHAR LIMIT=NONE] -->
98 <string name="username_title">Username</string>
113 <!-- Text of the username used in authentication. [CHAR LIMIT=NONE] -->
114 <string name="auth_username_title">Authentication username</string>
116 <string name="auth_username_summary">Username used for authentication</string>
121 <string name="display_name_summary">&lt;Same as username&gt;</string>
137 <string name="empty_alert"><xliff:g id="input_field_name" example="Username, Password...">%s</xliff:g> is required and can\'t be left blank.</string>
159 <string translatable="false" name="username">UserName</string
    [all...]
  /external/chromium_org/components/policy/core/browser/
browser_policy_connector.cc 217 bool BrowserPolicyConnector::IsNonEnterpriseUser(const std::string& username) {
218 if (username.empty() || username.find('@') == std::string::npos) {
219 // An empty username means incognito user in case of ChromiumOS and
226 gaia::ExtractDomainName(gaia::CanonicalizeEmail(username)));
  /external/chromium_org/components/user_manager/
user.cc 87 explicit SupervisedUser(const std::string& username);
192 User* User::CreateSupervisedUser(const std::string& username) {
193 return new SupervisedUser(username);
285 SupervisedUser::SupervisedUser(const std::string& username) : User(username) {
  /external/chromium_org/third_party/webrtc/base/
autodetectproxy.cc 111 char username[kSavedStringLimit]; local
112 SaveStringToStack(username, proxy().username, sizeof username);
121 << autodetect << " " << bypass_list << " " << username; local
httpcommon.cc 740 const std::string& username, const CryptString& password,
759 if (username.empty())
765 //std::string decoded = username + ":" + password;
766 size_t len = username.size() + password.GetLength() + 2;
768 size_t pos = strcpyn(sensitive, len, username.data(), username.size());
785 if (username.empty())
809 //std::string A1 = username + ":" + realm + ":" + password;
810 size_t len = username.size() + realm.size() + password.GetLength() + 3;
812 size_t pos = strcpyn(sensitive, len, username.data(), username.size())
    [all...]
  /packages/services/Telephony/sip/res/values-en-rGB/
strings.xml 59 <string name="registration_status_invalid_credentials" msgid="8406872554323334182">"Account registration unsuccessful: Incorrect username or password."</string>
65 <string name="username_title" msgid="6770064611005663470">"Username"</string>
75 <string name="auth_username_title" msgid="8262491689004708265">"Authentication username"</string>
76 <string name="auth_username_summary" msgid="941160241371436473">"Username used for authentication"</string>
78 <string name="display_name_summary" msgid="7155076491675565407">"&lt;Same as username&gt;"</string>
  /packages/services/Telephony/sip/res/values-en-rIN/
strings.xml 59 <string name="registration_status_invalid_credentials" msgid="8406872554323334182">"Account registration unsuccessful: Incorrect username or password."</string>
65 <string name="username_title" msgid="6770064611005663470">"Username"</string>
75 <string name="auth_username_title" msgid="8262491689004708265">"Authentication username"</string>
76 <string name="auth_username_summary" msgid="941160241371436473">"Username used for authentication"</string>
78 <string name="display_name_summary" msgid="7155076491675565407">"&lt;Same as username&gt;"</string>
  /packages/services/Telephony/sip/res/values-tl/
strings.xml 59 <string name="registration_status_invalid_credentials" msgid="8406872554323334182">"Hindi matagumpay ang pagpaparehistro ng account: Maling username o password."</string>
65 <string name="username_title" msgid="6770064611005663470">"Username"</string>
75 <string name="auth_username_title" msgid="8262491689004708265">"Username sa pagpapatotoo"</string>
76 <string name="auth_username_summary" msgid="941160241371436473">"Ginamit ang username para sa pagpapatotoo"</string>
78 <string name="display_name_summary" msgid="7155076491675565407">"&lt;Katulad ng username&gt;"</string>
  /external/chromium_org/chrome/browser/ui/webui/
policy_ui.cc 176 std::string username = policy ? policy->username() : std::string(); local
189 dict->SetString("username", username);
203 std::string username; local
204 dict->GetString("username", &username);
205 if (!username.empty())
206 dict->SetString("domain", gaia::ExtractDomainName(username));
505 dict->SetString("username", std::string())
756 std::string username; local
    [all...]
  /external/chromium_org/components/password_manager/core/browser/
password_form_manager.h 134 // were wrong and that the user selected the correct username from the
150 // Returns the username associated with the credentials.
197 // new value for the username and password you get
226 // we have no prior record of this form/username/password and the user
236 // we have at least one match for this form/username/password. This
253 // Returns true if |username| is one of the other possible usernames for a
255 // match which had this username.
257 const base::string16& username);
274 // frequently require lookups by username value in IsNewLogin.
  /external/chromium_org/components/policy/core/common/cloud/
component_cloud_policy_service.cc 67 // |username| and |dm_token| will be used to validate the cached policies.
68 void SetCredentials(const std::string& username, const std::string& dm_token);
125 const std::string& username,
127 if (username.empty() || dm_token.empty()) {
131 store_.SetCredentials(username, dm_token);
342 std::string username; local
346 username = policy->username();
356 username,

Completed in 451 milliseconds

<<11121314151617181920>>