/external/chromium_org/components/autofill/core/browser/ |
name_field.cc | 79 // Exclude e.g. "username" or "nickname" fields. 148 // Skip over any unrelated fields, e.g. "username" or "nickname".
|
/external/chromium_org/components/autofill/core/common/ |
save_password_progress_logger_unittest.cc | 64 const std::string kHTMLInside("Username <script> element"); 65 const std::string kHTMLInsideExpected("username script element");
|
/external/chromium_org/components/omnibox/ |
autocomplete_input.cc | 194 // URL of the form "username:password@foo.com". 208 http_parts.username.is_nonempty() && 214 &http_parts.username, 236 // typed a username and password. It's likely to be a search operator 349 // the username is some unknown scheme, and bail out in the scheme-handling 371 // * If we reach here with a username, our input looks like "user@host[.tld]". 379 return parts->username.is_nonempty() ? metrics::OmniboxInputType::UNKNOWN : 473 if (parts.username.is_nonempty())
|
/external/chromium_org/components/os_crypt/ |
ie7_password_win.cc | 18 // Structures that IE7/IE8 use to store a username/password. 82 c.username = reinterpret_cast<const wchar_t*>(offset_to_data +
|
/external/chromium_org/components/password_manager/core/browser/ |
password_manager_client.h | 43 // Returns true if |username| and |origin| correspond to the account which is 46 const std::string& username, const std::string& origin) const = 0;
|
/external/chromium_org/components/policy/core/browser/ |
browser_policy_connector.h | 93 // false if the username is empty. 94 static bool IsNonEnterpriseUser(const std::string& username);
|
/external/chromium_org/components/policy/core/common/cloud/ |
component_cloud_policy_store.h | 67 // |username| and |dm_token| are used to validate the cached data, and data 70 void SetCredentials(const std::string& username,
|
/external/chromium_org/components/signin/core/browser/ |
account_reconcilor.h | 155 const std::string& username, 158 const std::string& username) OVERRIDE;
|
/external/chromium_org/net/http/ |
http_auth_controller.h | 105 // username:password. Returns true if an identity was found. 149 // True if we've used the username:password embedded in the URL. This
|
http_auth_handler.h | 111 // Returns true if the authentication scheme does not send the username and 133 // for username and password to establish credentials.
|
/external/chromium_org/ppapi/tests/ |
test_url_util.cc | 49 ASSERT_TRUE(ComponentEquals(c.username, 7, 2)); 63 ASSERT_TRUE(ComponentEquals(c.username, 0, -1));
|
/external/chromium_org/rlz/win/lib/ |
process_info.cc | 27 // Get the current username & domain the hard way. (GetUserNameEx would be 57 WCHAR user_name[UNLEN + 1]; // max username length
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
basicpacketsocketfactory.cc | 140 socket, proxy_info.address, proxy_info.username, proxy_info.password); 144 proxy_info.username, proxy_info.password);
|
/external/chromium_org/third_party/pexpect/ |
pxssh.py | 56 username = raw_input('username: ') 58 s.login (hostname, username, password) 85 username = raw_input('username: ') 87 s.login (hostname, username, password) 186 def login (self,server,username,password='',terminal_type='ansi',original_prompt=r"[#$]",login_timeout=10,port=None,auto_prompt_reset=True,ssh_key=None): 222 cmd = "ssh %s -l %s %s" % (ssh_options, username, server)
|
/external/chromium_org/third_party/webrtc/base/ |
socketadapters.h | 102 const std::string& username, const CryptString& password); 161 const std::string& username, const CryptString& password);
|
/external/chromium_org/tools/grit/grit/tool/ |
transl2tc_unittest.py | 33 ['1', 'Hello USERNAME, how are you?'], 41 1 Hello USERNAME, how are you?
|
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/ |
scripts.c | 36 * /home/username/libexec/perf-core/scripts/python/xxx.py 37 * /home/username/libexec/perf-core/scripts/perl/xxx.pl
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
ParameterNames.java | 44 public static final String USERNAME = "username";
|
/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;
|
/frameworks/base/obex/javax/obex/ |
Authenticator.java | 108 * @param userName the user name provided in the authentication response; may 114 byte[] onAuthenticationResponse(byte[] userName);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
UserInfoController.java | 134 final String userName = userInfo.name; 149 String name = userName;
|
/packages/apps/Email/res/values-en-rGB/ |
strings.xml | 66 <string name="account_duplicate_dlg_message_fmt" msgid="6747351773934787126">"You\'re already using this username for the account \"<xliff:g id="DUPLICATE">%s</xliff:g>\"."</string> 79 <string name="account_setup_incoming_username_label" msgid="2609699829997945895">"USERNAME"</string> 100 <string name="account_setup_outgoing_username_label" msgid="8844680398828891772">"USERNAME"</string> 131 <string name="account_setup_failed_dlg_auth_message" msgid="5608549872868036352">"Your username or password is incorrect."</string> 133 <string name="account_setup_autodiscover_dlg_authfail_message" msgid="4075075565221436715">"Confirm that username, password and account settings are correct."</string> 138 <string name="account_setup_failed_check_credentials_message" msgid="430054384233036305">"The server responded with an error. Check your username and password, then try again."</string> 178 <string name="account_settings_incoming_summary" msgid="7521181981008371492">"Username, password and other incoming server settings"</string> 180 <string name="account_settings_outgoing_summary" msgid="1884202151340479161">"Username, password and other outgoing server settings"</string>
|
/packages/apps/Email/res/values-en-rIN/ |
strings.xml | 66 <string name="account_duplicate_dlg_message_fmt" msgid="6747351773934787126">"You\'re already using this username for the account \"<xliff:g id="DUPLICATE">%s</xliff:g>\"."</string> 79 <string name="account_setup_incoming_username_label" msgid="2609699829997945895">"USERNAME"</string> 100 <string name="account_setup_outgoing_username_label" msgid="8844680398828891772">"USERNAME"</string> 131 <string name="account_setup_failed_dlg_auth_message" msgid="5608549872868036352">"Your username or password is incorrect."</string> 133 <string name="account_setup_autodiscover_dlg_authfail_message" msgid="4075075565221436715">"Confirm that username, password and account settings are correct."</string> 138 <string name="account_setup_failed_check_credentials_message" msgid="430054384233036305">"The server responded with an error. Check your username and password, then try again."</string> 178 <string name="account_settings_incoming_summary" msgid="7521181981008371492">"Username, password and other incoming server settings"</string> 180 <string name="account_settings_outgoing_summary" msgid="1884202151340479161">"Username, password and other outgoing server settings"</string>
|
/packages/apps/PackageInstaller/res/values-am/ |
strings.xml | 71 <string name="uninstall_application_text_user" msgid="8766882355635485733">"??? ?????? ????? <xliff:g id="USERNAME">%1$s</xliff:g> ???? ??????"</string> 77 <string name="uninstall_blocked_profile_owner" msgid="5006234166226562439">"?? ?????? ?<xliff:g id="USERNAME">%1$s</xliff:g> ????? ???????? ???? ????? ???"</string>
|
/packages/apps/PackageInstaller/res/values-ar/ |
strings.xml | 71 <string name="uninstall_application_text_user" msgid="8766882355635485733">"?? ???? ????? ??? ??????? ???????? <xliff:g id="USERNAME">%1$s</xliff:g>?"</string> 77 <string name="uninstall_blocked_profile_owner" msgid="5006234166226562439">"??? ??????? ????? ????? ?????? ?? <xliff:g id="USERNAME">%1$s</xliff:g> ??? ???? ??????."</string>
|