Searched defs:setChunkedStreamingMode (Results 1 - 5 of 5) sorted by relevance

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DDelegatingHttpsURLConnection.java289 @Override public void setChunkedStreamingMode(int chunkLength) { method in class:DelegatingHttpsURLConnection
290 delegate.setChunkedStreamingMode(chunkLength);
H A DJavaApiConverter.java439 public void setChunkedStreamingMode(int chunklen) { method in class:JavaApiConverter.CacheHttpURLConnection
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java488 conn.setChunkedStreamingMode(-1);
1379 @Test public void setChunkedStreamingMode() throws IOException, InterruptedException { method in class:URLConnectionTest
1385 connection.setChunkedStreamingMode(0); // OkHttp does not honor specific chunk sizes.
1418 connection.setChunkedStreamingMode(0);
1582 connection.setChunkedStreamingMode(-2);
1603 connection.setChunkedStreamingMode(1);
1612 connection.setChunkedStreamingMode(1);
1625 connection.setChunkedStreamingMode(1);
1656 connection.setChunkedStreamingMode(0);
2347 connection.setChunkedStreamingMode(
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 112 milliseconds