Searched defs:newRequest (Results 1 - 10 of 10) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DOkHeaders.java134 * cachedRequest} and {@code newRequest}.
137 Response cachedResponse, Headers cachedRequest, Request newRequest) {
139 if (!equal(cachedRequest.values(field), newRequest.headers(field))) return false;
136 varyMatches( Response cachedResponse, Headers cachedRequest, Request newRequest) argument
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DDispatcherTest.java44 client.newCall(newRequest("http://a/1")).enqueue(callback);
50 client.newCall(newRequest("http://a/1")).enqueue(callback);
51 client.newCall(newRequest("http://a/2")).enqueue(callback);
52 client.newCall(newRequest("http://b/1")).enqueue(callback);
53 client.newCall(newRequest("http://b/2")).enqueue(callback);
59 client.newCall(newRequest("http://a/1")).enqueue(callback);
60 client.newCall(newRequest("http://a/2")).enqueue(callback);
61 client.newCall(newRequest("http://a/3")).enqueue(callback);
67 client.newCall(newRequest("http://a/1")).enqueue(callback);
68 client.newCall(newRequest("htt
174 private Request newRequest(String url) { method in class:DispatcherTest
178 private Request newRequest(String url, String tag) { method in class:DispatcherTest
[all...]
/external/robolectric/v3/
H A Dshadows-httpclient-3.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/robolectric/ org/robolectric/shadows/ ...
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 712 milliseconds