/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
D | AuthenticatorAdapter.java | 38 List<Challenge> challenges = response.challenges(); in authenticate() local 41 for (int i = 0, size = challenges.size(); i < size; i++) { in authenticate() 42 Challenge challenge = challenges.get(i); in authenticate() 60 List<Challenge> challenges = response.challenges(); in authenticateProxy() local 63 for (int i = 0, size = challenges.size(); i < size; i++) { in authenticateProxy() 64 Challenge challenge = challenges.get(i); in authenticateProxy()
|
/external/apache-http/src/org/apache/http/impl/client/ |
D | AbstractAuthenticationHandler.java | 115 final Map<String, Header> challenges, in selectScheme() argument 139 Header challenge = challenges.get(id.toLowerCase(Locale.ENGLISH)); in selectScheme() 165 + challenges); in selectScheme()
|
D | DefaultRequestDirector.java | 765 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in createTunnelToTarget() local 769 challenges, this.proxyAuthState, this.proxyAuthHandler, in createTunnelToTarget() 976 Map<String, Header> challenges = this.targetAuthHandler.getChallenges( in handleResponse() local 979 processChallenges(challenges, in handleResponse() 1004 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in handleResponse() local 1007 processChallenges(challenges, in handleResponse() 1062 final Map<String, Header> challenges, in processChallenges() argument 1072 authScheme = authHandler.selectScheme(challenges, response, context); in processChallenges() 1077 Header challenge = challenges.get(id.toLowerCase(Locale.ENGLISH)); in processChallenges()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/impl/client/ |
D | DefaultRequestDirector.java | 779 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in createTunnelToTarget() local 783 challenges, this.proxyAuthState, this.proxyAuthHandler, in createTunnelToTarget() 1004 Map<String, Header> challenges = this.targetAuthHandler.getChallenges( in handleResponse() local 1007 processChallenges(challenges, in handleResponse() 1034 Map<String, Header> challenges = this.proxyAuthHandler.getChallenges( in handleResponse() local 1037 processChallenges(challenges, in handleResponse() 1092 final Map<String, Header> challenges, in processChallenges() argument 1102 authScheme = authHandler.selectScheme(challenges, response, context); in processChallenges() 1107 Header challenge = challenges.get(id.toLowerCase(Locale.ENGLISH)); in processChallenges()
|
/external/apache-http/src/org/apache/http/client/ |
D | AuthenticationHandler.java | 62 Map<String, Header> challenges, in selectScheme() argument
|
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/ |
D | Authenticate.java | 33 System.out.println("Challenges: " + response.challenges()); in run()
|
/external/robolectric/v3/ |
D | shadows-httpclient-3.1-SNAPSHOT.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/
org/
... |
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Response.java | 188 public List<Challenge> challenges() { in challenges() method in Response
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/ |
D | CHANGELOG.md | 159 * Don't accept `403` challenges by default for auth challenges.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
D | __init__.py | 937 challenges = _parse_www_authenticate(response, 'www-authenticate') 940 if scheme in challenges:
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python2/httplib2/ |
D | __init__.py | 1226 challenges = _parse_www_authenticate(response, 'www-authenticate') 1229 if challenges.has_key(scheme):
|
/external/selinux/secilc/docs/ |
D | cil_introduction.md | 38 * Policy customization without breaking updates - one of the challenges in SELinux is allowing a sy…
|
/external/robolectric/v1/lib/main/ |
D | httpclient-4.0.3.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/curl/docs/ |
D | INSTALL.devcpp | 54 latest SSL version where I faced other challenges.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.apache.commons.httpclient_3.1.0.v201005080502.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
D | URLConnectionTest.java | 2880 assertEquals(Arrays.asList(new Challenge("Basic", "protected area")), response.challenges()); 2899 assertEquals(Arrays.asList(new Challenge("Bearer", "oauthed")), response.challenges());
|
/external/okhttp/ |
D | CHANGELOG.md | 248 * Fix: Don't crash when mixing authorization challenges with upload retries.
|
/external/llvm/docs/ |
D | CodingStandards.rst | 509 challenges that merit some suggestions to help have consistent, maintainable,
|
/external/libmicrohttpd/src/datadir/ |
D | spdy-draft.txt | 2010 disambiguate two concurrent server authentication challenges.
|
/external/bison/ |
D | ChangeLog | 3906 its own set of challenges with the upcoming quoting changes, so
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ChangeLog | 1913 (phase1="sim_min_num_chal=3" can be used to require three challenges)
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3443 N^V "challenges" :G2P
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-GB/ |
D | en-GB_lexpos.utf | 3874 N^V "challenges" :G2P
|
/external/robolectric/v3/runtime/ |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |