/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_urllib2.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib.py | 681 if not 'www-authenticate' in headers: 684 stuff = headers['www-authenticate'] 703 if not 'proxy-authenticate' in headers: 706 stuff = headers['proxy-authenticate'] [all...] |
urllib2.py | 896 response = self.http_error_auth_reqed('www-authenticate', 912 response = self.http_error_auth_reqed('proxy-authenticate', [all...] |
/external/chromium/net/tools/flip_server/ |
balsa_headers.cc | 49 g_multivalued_headers.insert("proxy-authenticate"); 57 g_multivalued_headers.insert("www-authenticate"); [all...] |
/external/chromium_org/chrome/common/extensions/api/ |
web_request.json | 340 "isProxy": {"type": "boolean", "description": "True for Proxy-Authenticate, false for WWW-Authenticate."}, [all...] |
/external/chromium_org/net/http/ |
http_util.cc | 395 "www-authenticate", 396 "proxy-authenticate",
|
/external/chromium_org/net/tools/flip_server/ |
balsa_headers.cc | 50 g_multivalued_headers.insert("proxy-authenticate"); 58 g_multivalued_headers.insert("www-authenticate"); [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
turnport.cc | 709 // If we failed to authenticate even after we sent our credentials, fail hard. 711 LOG_J(LS_WARNING, port_) << "Failed to authenticate with the server " [all...] |
/external/libppp/src/ |
chap.c | 582 * Either I didn't need to authenticate, or I've already been 955 * If we're not expecting the peer to authenticate (or he already
|
/external/ppp/pppd/plugins/radius/ |
radius.c | 202 * Tells pppd that we will try to authenticate the peer, and not to 237 * 1 if we can authenticate, -1 if we cannot. [all...] |
/external/smack/src/org/jivesoftware/smack/ |
Connection.java | 355 * Before logging in (i.e. authenticate) to the server the connection must be connected. 382 * Before logging in (i.e. authenticate) to the server the connection must be connected. [all...] |
Connection.java.orig | 355 * Before logging in (i.e. authenticate) to the server the connection must be connected. 382 * Before logging in (i.e. authenticate) to the server the connection must be connected. [all...] |
/external/wpa_supplicant_8/src/drivers/ |
driver.h | 335 * Data for struct wpa_driver_ops::authenticate(). 1636 int (*authenticate)(void *priv, member in struct:wpa_driver_ops [all...] |
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 523 * Proxy server needs authentication but client fails to authenticate [all...] |
/external/bluetooth/bluedroid/stack/btm/ |
btm_sec.c | 613 /* Make sure the authenticate bit is set, when encrypt bit is set */ 658 /* Make sure the authenticate bit is set, when encrypt bit is set */ [all...] |
/external/chromium/net/tools/testserver/ |
testserver.py | 880 self.send_header('WWW-Authenticate', 'Basic realm="%s"' % realm) [all...] |
/external/chromium_org/third_party/tlslite/tlslite/ |
TLSConnection.py | 63 chooses to authenticate itself with a certificate chain in 136 will authenticate itself using an X.509 or cryptoID certificate 144 passed-in private key to authenticate itself. If no [all...] |
/external/okhttp/src/test/java/com/squareup/okhttp/internal/http/ |
HttpResponseCacheTest.java | 196 .addHeader("WWW-Authenticate: challenge"); 198 response.addHeader("Proxy-Authenticate: Basic realm=\"protected area\""); 200 response.addHeader("WWW-Authenticate: Basic realm=\"protected area\""); [all...] |
/external/ppp/pppd/ |
lcp.c | [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/ |
HttpsURLConnectionTest.java | 696 * server needs authentication but client fails to authenticate [all...] |
/external/chromium/chrome/browser/sync/ |
profile_sync_service.cc | 817 // If this function gets called, we need to re-authenticate (e.g. for 871 // and tries to re-authenticate. (b) is a little awkward as this second [all...] |
/external/openssh/ |
config.h | 249 /* Define to 1 if you have the declaration of `authenticate', and to 0 if you [all...] |
config.h.in | 248 /* Define to 1 if you have the declaration of `authenticate', and to 0 if you [all...] |
/hardware/ti/wlan/mac80211/ti-utils/ |
nl80211.h | 196 * This command is used both as a command (request to authenticate) and 211 * state. This is similar to MLME-AUTHENTICATE.confirm primitive in the [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
google_authenticator_unittest.cc | 495 // localaccount name off disk and trying to authenticate against it
|