/external/grub/stage2/ |
builtins.c | 70 /* The password. */ 71 char *password; variable 72 /* The password type. */ 102 password = 0; 108 /* Check a password for correctness. Returns 0 if password was 123 /* unsupported password type: be secure */ [all...] |
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
GsmMmiCode.java | 90 // Supp Service Password registration 119 String pwd; // For password registration 694 // sia = password 697 String password = sia; local 702 phone.mCM.queryFacilityLock(facility, password, 705 phone.mCM.setFacilityLock(facility, isActivate(), password, 733 // password mismatch; return error 762 // password mismatch; return error [all...] |
/external/chromium/googleurl/src/ |
url_canon_relative.cc | 401 replacements.SetPassword(relative_url, relative_parsed.password);
|
/external/chromium/net/http/ |
http_cache_transaction.cc | 281 const string16& password, 295 int rv = RestartNetworkRequestWithAuth(username, password); [all...] |
/external/chromium/net/url_request/ |
url_request_job.cc | 150 const string16& password) {
|
/external/chromium/net/websockets/ |
websocket_job_unittest.cc | 41 const string16& username, const string16& password) {}
|
/external/chromium/third_party/libjingle/source/talk/base/ |
httpcommon.h | 456 const std::string& username, const CryptString& password,
|
proxydetect.cc | 1015 // However, at the present time this does not support username or password. 1128 std::string password; local [all...] |
/external/qemu/ |
console.h | 465 int vnc_display_password(DisplayState *ds, const char *password);
|
/external/webkit/Source/WebCore/plugins/ |
PluginView.h | 193 NPError getAuthenticationInfo(const char* protocol, const char* host, int32_t port, const char* scheme, const char* realm, char** username, uint32_t* ulen, char** password, uint32_t* plen);
|
npfunctions.h | 71 typedef NPError (*NPN_GetAuthenticationInfoProcPtr)(NPP npp, const char* protocol, const char* host, int32_t port, const char* scheme, const char *realm, char** username, uint32_t* ulen, char** password, uint32_t* plen);
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
AccountManagerTest.java | 54 public static final String ACCOUNT_PASSWORD = "android.accounts.cts.account.password"; 212 private void addAccountExplicitly(Account account, String password, Bundle userdata) { 213 assertTrue(am.addAccountExplicitly(account, password, userdata)); 428 // Check that the password is the one we defined 431 // Clear the password and check that it is cleared 435 // Reset the password 438 // Check that the password is the one we defined [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service_password_unittest.cc | 270 const sync_pb::PasswordSpecificsData& password = local 274 PasswordModelAssociator::CopyPassword(password, &form); 492 // every time the password store is accessed.
|
/external/chromium/net/ftp/ |
ftp_network_transaction.cc | 245 const string16& password, 250 password_ = password; [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.cc | 678 const std::string& password, uint32 lifetime) 679 : server_(server), username_(username), password_(password),
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.cc | 739 config_->username, config_->password, 770 : stun_address(sa), username(un), password(pw), magic_cookie(mc) {
|
/external/quake/quake/src/QW/client/ |
cl_main.c | 70 cvar_t password = CVAR4("password", "", false, true); variable 1119 Cvar_RegisterVariable (&password);
|
/external/webkit/Source/WebCore/xml/ |
XMLHttpRequest.cpp | 454 void XMLHttpRequest::open(const String& method, const KURL& url, bool async, const String& user, const String& password, ExceptionCode& ec) 458 urlWithCredentials.setPass(password); [all...] |
/external/webkit/Source/WebKit/mac/Plugins/Hosted/ |
NetscapePluginInstanceProxy.mm | [all...] |
/external/webkit/Source/WebKit/wx/ |
WebView.cpp | 1127 const wxString& password) 1131 mgr->setProxyInfo(host, port, curlProxyType(type), username, password);
|
/external/webkit/Tools/Scripts/webkitpy/common/net/bugzilla/ |
bugzilla.py | 413 username, password = credentials.read_credentials() 420 self.browser['Bugzilla_password'] = password [all...] |
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/ |
eap_sim.c | 171 if (conf->password) { 179 "password"); 182 pos = (const char *) conf->password;
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_sim.c | 170 if (conf->password) { 178 "password"); 181 pos = (const char *) conf->password;
|
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 314 // JKS does not allow null password 316 storePassword = "password".toCharArray(); 319 keyPassword = "password".toCharArray(); 591 * The KeyStore is optionally password protected by the 592 * keyStorePassword argument, which can be null if a password is 623 PasswordProtection password = new PasswordProtection(keyPassword); local 628 PrivateKeyEntry privateKey = (PrivateKeyEntry) keyStore.getEntry(alias, password); [all...] |
/prebuilt/common/http-client/ |
httpclient-4.1.1.jar | |