Home
last modified time | relevance | path

Searched defs:chunkSize (Results 1 – 3 of 3) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DURLConnectionBenchmark.java32 @Param({"2048"}) private int chunkSize; field in URLConnectionBenchmark
95 void setBody(MockResponse response, int bodySize, int chunkSize) throws IOException { in setBody()
/libcore/ojluni/src/main/java/java/util/stream/
DAbstractSpinedBuffer.java116 protected int chunkSize(int n) { in chunkSize() method in AbstractSpinedBuffer
/libcore/support/src/test/java/tests/support/
DSupport_TestWebServer.java843 int chunkSize = Math.min(bytes.length - offset, maxChunkSize); in sendFile() local