Home
last modified time | relevance | path

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

/external/libxml2/fuzz/
Dhtml.c26 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
Dxml.c30 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
/external/mockwebserver/src/main/java/com/google/mockwebserver/
DMockResponse.java186 public MockResponse setChunkedBody(byte[] body, int maxChunkSize) { in setChunkedBody()
214 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
DBufferPerformanceBenchmark.java277 protected Buffer receive(byte[] bytes, int maxChunkSize) throws IOException { in receive()
287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit()
/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
DBufferPerformanceBench.java277 protected Buffer receive(byte[] bytes, int maxChunkSize) throws IOException { in receive()
287 protected BufferedSource transmit(byte[] bytes, int maxChunkSize) throws IOException { in transmit()
/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
DMockResponse.java162 public MockResponse setChunkedBody(Buffer body, int maxChunkSize) { in setChunkedBody()
184 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
/external/zstd/programs/
Ddibio.c119 size_t const maxChunkSize = (size_t)MIN(chunkSize, SAMPLESIZE_MAX); in DiB_loadFiles() local
/external/zstd/lib/compress/
Dzstd_ldm.c52 size_t ZSTD_ldm_getMaxNbSeq(ldmParams_t params, size_t maxChunkSize) in ZSTD_ldm_getMaxNbSeq()
/external/skqp/src/sksl/
DSkSLCPPCodeGenerator.cpp702 static constexpr size_t maxChunkSize = 512; in writeCodeAppend() local
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DByteString.java500 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c2926 long maxChunkSize; in MediaObj_SetMediaPreferredChunkSize() local
2945 long maxChunkSize; in MediaObj_GetMediaPreferredChunkSize() local