Home
last modified time | relevance | path

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

12345678910>>...14

/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/
H A DChunkCrossOvers.java33 int maxChunkSize = Math.min(maxSize - list.size(), Math.min(list.size(), otherList.size())); in insertChunk() local
39 int maxChunkSize = Math.min(list.size(), otherList.size()); in overwriteChunk() local
45 int maxChunkSize = Math.min(list.size(), otherList.size()); in crossOverChunk() local
61 static private <T> void withChunk(List<T> list, List<T> otherList, int maxChunkSize, in withChunk()
73 static private <T> void withChunkElements(List<T> list, List<T> otherList, int maxChunkSize, in withChunkElements()
85 int maxChunkSize = Math.min(maxSize - originalSize, otherMap.size()); in insertChunk() local
100 int maxChunkSize = Math.min(map.size(), otherMap.size()); in overwriteChunk() local
124 int maxChunkSize = Math.min(map.size(), otherMap.size()); in crossOverChunkKeys() local
157 int maxChunkSize = Math.min(map.size(), otherMap.size()); in crossOverChunkValues() local
179 static <K, V> void withChunk(Map<K, V> map, Map<K, V> otherMap, int maxChunkSize, in withChunk()
[all …]
/aosp_15_r20/external/tink/java_src/src/main/java/com/google/crypto/tink/testing/
H A DStreamingTestUtil.java64 public SeekableByteBufferChannel(ByteBuffer buffer, int maxChunkSize) { in SeekableByteBufferChannel()
72 public SeekableByteBufferChannel(byte[] bytes, int maxChunkSize) { in SeekableByteBufferChannel()
136 final int maxChunkSize; field in StreamingTestUtil.ByteBufferChannel
145 public ByteBufferChannel(ByteBuffer buffer, int maxChunkSize) { in ByteBufferChannel()
149 public ByteBufferChannel(ByteBuffer buffer, int maxChunkSize, boolean noDataEveryOtherRead) { in ByteBufferChannel()
162 public ByteBufferChannel(byte[] bytes, int maxChunkSize) { in ByteBufferChannel()
166 public ByteBufferChannel(byte[] bytes, int maxChunkSize, boolean noDataEveryOtherRead) { in ByteBufferChannel()
285 final int maxChunkSize; field in StreamingTestUtil.SmallChunksByteArrayInputStream
287 SmallChunksByteArrayInputStream(byte[] data, int maxChunkSize) { in SmallChunksByteArrayInputStream()
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapObexServer.java1299 int maxChunkSize, bytesToWrite, bytesWritten = 0, listSize; in sendMessageListingRsp() local
1573 int maxChunkSize, bytesToWrite, bytesWritten = 0; in sendConvoListingRsp() local
1761 int maxChunkSize, bytesWritten = 0; in sendFolderListingRsp() local
1910 int maxChunkSize, bytesToWrite, bytesWritten = 0; in sendMASInstanceInformationRsp() local
2036 int maxChunkSize, bytesToWrite, bytesWritten = 0; in sendGetMessageRsp() local
DBluetoothMnsObexClient.java435 int maxChunkSize, bytesToWrite, bytesWritten = 0; in sendEventHandler() local
/aosp_15_r20/external/pigweed/pw_transfer/ts/
H A Dtransfer.ts219 private maxChunkSize: number; property in ReadTransfer
395 maxChunkSize = 0; property in WriteTransfer
/aosp_15_r20/external/mockwebserver/src/main/java/com/google/mockwebserver/
H A DMockResponse.java186 public MockResponse setChunkedBody(byte[] body, int maxChunkSize) { in setChunkedBody()
214 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
/aosp_15_r20/external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
H A 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()
/aosp_15_r20/external/okio/okio/jvm/jmh/src/jmh/java/com/squareup/okio/benchmarks/
H A 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()
/aosp_15_r20/external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/mockwebserver/
H A DMockResponse.java164 public MockResponse setChunkedBody(Buffer body, int maxChunkSize) { in setChunkedBody()
186 public MockResponse setChunkedBody(String body, int maxChunkSize) { in setChunkedBody()
/aosp_15_r20/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java82 int maxChunkSize = 1024; field in Support_TestWebServer
161 public void setMaxChunkSize(int maxChunkSize) { in setMaxChunkSize()
/aosp_15_r20/external/libxml2/fuzz/
H A Dvalid.c87 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
H A Dhtml.c88 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
H A Dxml.c91 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/
H A DAESGCMCipherTestBase.java176 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/phr/src/android/healthconnect/cts/phr/apis/
DUpsertMedicalResourcesCtsTest.java214 int maxChunkSize = CHUNK_SIZE_LIMIT_IN_BYTES / mUtil.mLimitsAdjustmentForTesting; in testUpsertMedicalResources_underMemoryChunkSizeLimit_succeeds() local
248 int maxChunkSize = CHUNK_SIZE_LIMIT_IN_BYTES / mUtil.mLimitsAdjustmentForTesting; in testUpsertMedicalResources_memoryChunkSizeLimitExceeded_throws() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcp/
DAvrcpBipObexServer.java311 int maxChunkSize = 0; in sendResponse() local
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/
H A DAesGcmHkdfStreamingTest.java244 int maxChunkSize = 100; in testEncryptLimitedCiphertextChannel() local
H A DAesCtrHmacStreamingTest.java302 int maxChunkSize = 100; in testEncryptLimitedCiphertextChannel() local
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/
H A DMacTest.java298 final int maxChunkSize = 1 << 16; in macRepeatedMessage() local
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/
DFakeObexServer.java136 int maxChunkSize = 0; in sendResponse() local
/aosp_15_r20/external/zstd/lib/compress/
H A Dzstd_ldm.c165 size_t ZSTD_ldm_getMaxNbSeq(ldmParams_t params, size_t maxChunkSize) in ZSTD_ldm_getMaxNbSeq()
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java580 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom()
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DByteString.java580 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom()
/aosp_15_r20/hardware/interfaces/identity/support/src/
H A DIdentityCredentialSupport.cpp2264 vector<vector<uint8_t>> chunkVector(const vector<uint8_t>& content, size_t maxChunkSize) { in chunkVector()
/aosp_15_r20/prebuilts/tools/common/m2/repository/io/grpc/grpc-netty-shaded/1.56.0/
HDgrpc-netty-shaded-1.56.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...

12345678910>>...14