Searched refs:requestSize (Results 1 – 5 of 5) sorted by relevance
163 int requestSize = 2048; field in BufferPerformanceBench176 requestBytes = storeSourceData(new byte[requestSize]); in storeRequestResponseData()177 responseBytes = storeSourceData(new byte[requestSize * responseFactor]); in storeRequestResponseData()
110 bool createBlock(size_t requestSize);
246 bool GrBufferAllocPool::createBlock(size_t requestSize) { in createBlock() argument248 size_t size = SkTMax(requestSize, fMinBlockSize); in createBlock()
META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
2625 private void reusedConnectionFailsWithPost(TransferKind transferKind, int requestSize)2637 byte[] requestBody = new byte[requestSize];