/aosp_15_r20/external/jazzer-api/src/main/java/com/code_intelligence/jazzer/mutation/mutator/collection/ |
H A D | ChunkCrossOvers.java | 33 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 D | StreamingTestUtil.java | 64 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/ |
D | BluetoothMapObexServer.java | 1299 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
|
D | BluetoothMnsObexClient.java | 435 int maxChunkSize, bytesToWrite, bytesWritten = 0; in sendEventHandler() local
|
/aosp_15_r20/external/pigweed/pw_transfer/ts/ |
H A D | transfer.ts | 219 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 D | MockResponse.java | 186 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 D | BufferPerformanceBench.java | 277 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 D | BufferPerformanceBenchmark.java | 277 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 D | MockResponse.java | 164 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 D | Support_TestWebServer.java | 82 int maxChunkSize = 1024; field in Support_TestWebServer 161 public void setMaxChunkSize(int maxChunkSize) { in setMaxChunkSize()
|
/aosp_15_r20/external/libxml2/fuzz/ |
H A D | valid.c | 87 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
|
H A D | html.c | 88 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
|
H A D | xml.c | 91 static const size_t maxChunkSize = 128; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/cts/tests/tests/keystore/src/android/keystore/cts/ |
H A D | AESGCMCipherTestBase.java | 176 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/ |
D | UpsertMedicalResourcesCtsTest.java | 214 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/ |
D | AvrcpBipObexServer.java | 311 int maxChunkSize = 0; in sendResponse() local
|
/aosp_15_r20/external/tink/java_src/src/test/java/com/google/crypto/tink/subtle/ |
H A D | AesGcmHkdfStreamingTest.java | 244 int maxChunkSize = 100; in testEncryptLimitedCiphertextChannel() local
|
H A D | AesCtrHmacStreamingTest.java | 302 int maxChunkSize = 100; in testEncryptLimitedCiphertextChannel() local
|
/aosp_15_r20/external/wycheproof/keystore-cts/java/com/google/security/wycheproof/testcases/ |
H A D | MacTest.java | 298 final int maxChunkSize = 1 << 16; in macRepeatedMessage() local
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/obex/ |
D | FakeObexServer.java | 136 int maxChunkSize = 0; in sendResponse() local
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_ldm.c | 165 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 D | ByteString.java | 580 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 D | ByteString.java | 580 public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, int maxChunkSize) in readFrom()
|
/aosp_15_r20/hardware/interfaces/identity/support/src/ |
H A D | IdentityCredentialSupport.cpp | 2264 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/ |
HD | grpc-netty-shaded-1.56.0.jar | META-INF/
META-INF/MANIFEST.MF
io/
io/grpc/
io/ ... |