Home
last modified time | relevance | path

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

/libcore/benchmarks/src/benchmarks/regression/
DURLConnectionBenchmark.java31 @Param({"0", "1024", "1048576"}) private int bodySize; field in URLConnectionBenchmark
95 void setBody(MockResponse response, int bodySize, int chunkSize) throws IOException { in setBody()