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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_provider.h 23 // Adds an icon image for |username| to be stored.
24 void AddIcon(const std::string& username, const gfx::Image& icon);
26 // Removes icon image for |username|.
27 void RemoveIcon(const std::string& username);
29 // Returns the icon image set for |username|. If no icon is found, then
31 gfx::Image GetIcon(const std::string& username);
  /external/chromium_org/chromeos/test/data/network/
shill_cellular_with_state.json 16 "username": "test-username",
26 "username": "test-username0",
31 "username": "test-username1",
36 "username": "test-username2",
41 "username": "test-username3",
openvpn_clientcert_with_cert_pems.onc 28 "Recommended": [ "Username", "Password" ],
30 "Username": "hans"
  /external/chromium_org/components/policy/core/browser/
browser_policy_connector_unittest.cc 37 std::string username(kNonEnterpriseUsers[i]);
38 EXPECT_TRUE(BrowserPolicyConnector::IsNonEnterpriseUser(username)) <<
39 "IsNonEnterpriseUser returned false for " << username;
42 std::string username(kEnterpriseUsers[i]);
43 EXPECT_FALSE(BrowserPolicyConnector::IsNonEnterpriseUser(username)) <<
44 "IsNonEnterpriseUser returned true for " << username;
  /external/chromium_org/third_party/tlslite/tlslite/integration/
clienthelper.py 19 username=None, password=None,
27 - username, password (SRP)
47 @type username: str
48 @param username: SRP username. Requires the
53 Requires the 'username' argument.
73 self.username = None
81 if username and password and not \
83 self.username = username
    [all...]
  /external/chromium_org/third_party/tlslite/scripts/
tlsdb.py 91 username = args.get(3) variable
96 if username in db:
100 N, g, salt, verifier = VerifierDB.makeVerifier(username, password, bits)
101 db[username] = N, g, salt, verifier
105 username = args.getLast(3) variable
108 del(db[username])
112 username = args.get(3) variable
122 db[username]
123 print("Username exists")
126 if db.check(username, password)
    [all...]
  /external/chromium_org/components/autofill/core/common/
password_form_fill_data.h 24 base::string16 username; member in struct:autofill::UsernamesCollectionKey
42 // Identifies the HTML form on the page and preferred username/password for
49 // A list of other matching username->PasswordAndRealm pairs for the form.
53 // that the original saved username is correct. This data is keyed by the
54 // saved username/password to ensure uniqueness, though the username is not
58 // Tells us whether we need to wait for the user to enter a valid username
71 // matching stored logins to use as username/password values.
74 // anything until the user typed in a valid username and blurred the field.
  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwHttpAuthHandler.java 16 public void proceed(String username, String password) {
18 nativeProceed(mNativeAwHttpAuthHandler, username, password);
50 String username, String password);
  /external/chromium_org/chrome/browser/password_manager/
sync_metrics.h 14 // Returns the sync username for |profile|. Returns an empty string if the
20 // Returns true if |username| and |origin| correspond to the account which is
23 const std::string& username,
password_manager_util_win.cc 56 static int64 GetPasswordLastChanged(WCHAR* username) {
60 NET_API_STATUS ret = NetUserGetInfo(NULL, username, 1, (LPBYTE*) &user_info);
75 static bool CheckBlankPassword(WCHAR* username) {
77 int64 last_changed = GetPasswordLastChanged(username);
98 DWORD logon_result = LogonUser(username,
132 WCHAR username[CREDUI_MAX_USERNAME_LENGTH+1] = {}; local
135 if (GetUserNameEx(NameUserPrincipal, username, &username_length)) {
142 if (GetUserName(username, &username_length)) {
143 retVal = CheckBlankPassword(username) ? PASSWORD_STATUS_BLANK :
154 WCHAR username[CREDUI_MAX_USERNAME_LENGTH+1] = {} local
    [all...]
  /external/nanohttpd/samples/src/main/java/fi/iki/elonen/
HelloServer.java 20 if (parms.get("username") == null)
23 " <p>Your name: <input type='text' name='username'></p>\n" +
26 msg += "<p>Hello, " + parms.get("username") + "!</p>";
  /external/nist-sip/java/gov/nist/javax/sip/clientauthutils/
UserCredentialHash.java 16 * @return userName
30 * Get the MD5(userName:sipdomain:password)
32 * @return the MD5 hash of userName:sipDomain:password.
  /external/chromium_org/remoting/tools/
runclient.py 30 # Read username and auth token from token file.
34 username = authinfo[0].rstrip()
38 # This assumes that the host is published under the same username as the
40 print 'Host JID:', username + '/chromoting',
42 hostjid = username + '/chromoting' + hostjid_suffix.upper()
47 command.append('--jid ' + username)
  /external/lldb/test/pexpect-2.4/examples/
astat.py 5 ./astat.py [-s server_hostname] [-u username] [-p password]
7 -u : username to user for login.
48 username = options['-u']
50 username = raw_input('username: ')
60 p.login(hostname, username, password)
  /external/chromium_org/chrome/common/extensions/docs/server2/
appengine_url_fetcher.py 19 def _MakeHeaders(username, password, access_token):
24 if username is not None and password is not None:
26 '%s:%s' % (username, password))
41 def Fetch(self, url, username=None, password=None, access_token=None):
46 headers=_MakeHeaders(username,
50 def FetchAsync(self, url, username=None, password=None, access_token=None):
62 return self.FetchAsync(url, username, password, access_token).Get()
68 headers=_MakeHeaders(username,
update_server.py 39 username = raw_input( variable
40 'Update github username/password (empty to skip)? ')
41 if username:
45 if 'USERNAME = None' not in contents:
46 print 'Error: Can\'t find "USERNAME = None" in github_file_system.py.'
55 .replace('USERNAME = None', 'USERNAME = \'%s\'' % username))
owners_data_source_test.py 80 'username': 'satsuki'
84 'username': 'mankanshoku'
88 'username': 'matoi',
108 'username': 'matoi'
112 'username': 'mankanshoku'
116 'username': 'satsuki',
134 'username': 'satsuki',
146 'username': 'nonon'
150 'username': 'matoi',
168 'username': 'satsuki'
    [all...]
  /external/chromium_org/components/user_manager/
remove_user_delegate.h 16 virtual void OnBeforeUserRemoved(const std::string& username) = 0;
19 virtual void OnUserRemoved(const std::string& username) = 0;
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCICEServer.mm 37 @synthesize username = _username;
41 username:(NSString*)username
43 if (!URI || !username || !password) {
50 _username = [username copy];
59 self.username,
70 iceServer.username = [self.username UTF8String];
  /external/wpa_supplicant_8/src/eap_peer/
mschapv2.h 17 const u8 * mschapv2_remove_domain(const u8 *username, size_t *len);
18 int mschapv2_derive_response(const u8 *username, size_t username_len,
  /external/smack/src/org/jivesoftware/smack/packet/
Authentication.java 31 private String username = null; field in class:Authentication
49 * Returns the username, or <tt>null</tt> if the username hasn't been sent.
51 * @return the username.
54 return username;
58 * Sets the username.
60 * @param username the username.
62 public void setUsername(String username) {
63 this.username = username
    [all...]
  /external/chromium_org/chromeos/test/data/network/policy/
policy_vpn.onc 15 "Username":"abc ${LOGIN_EMAIL} def"
  /external/chromium_org/net/base/
auth.cc 32 AuthCredentials::AuthCredentials(const base::string16& username,
34 : username_(username),
41 void AuthCredentials::Set(const base::string16& username,
43 username_ = username;
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.h 13 const u8 *username, size_t username_len,
18 const u8 *username, size_t username_len,
24 const u8 *username, size_t username_len,
29 const u8 *username, size_t username_len,
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
HttpAuthDatabaseTest.java 39 String userName = "user";
45 instance.setHttpAuthUsernamePassword(host, realm, userName, password);
48 assertEquals(userName, result[0]);
52 instance.setHttpAuthUsernamePassword(host, realm, userName, newPassword);
55 assertEquals(userName, result[0]);
71 instance.setHttpAuthUsernamePassword(host, realm, userName, null);
74 assertEquals(userName, result[0]);

Completed in 662 milliseconds

12 3 4 5 6 7 8 91011>>