Home
last modified time | relevance | path

Searched defs:chunkSize (Results 1 – 25 of 29) sorted by relevance

12

/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
H A DProtoInputStreamObjectTest.java87 private void testObjectOneChar(int chunkSize) throws IOException { in testObjectOneChar()
139 private void testObjectOneLargeChar(int chunkSize) throws IOException { in testObjectOneLargeChar()
193 private void testObjectAndTwoChars(int chunkSize) throws IOException { in testObjectAndTwoChars()
257 private void testComplexObject(int chunkSize) throws IOException { in testComplexObject()
328 private void testDeepObjects(int chunkSize) throws IOException { in testDeepObjects()
H A DProtoInputStreamBoolTest.java47 private void testRead(int chunkSize) throws IOException { in testRead()
138 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
263 public void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamEnumTest.java41 private void testRead(int chunkSize) throws IOException { in testRead()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
298 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamUInt32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
296 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamFixed32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
291 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamInt32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
297 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamSFixed32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
291 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamSInt32Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
291 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamSInt64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
172 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
339 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamUInt64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
174 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
344 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamFixed64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
177 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
354 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamInt64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
175 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
346 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamSFixed64Test.java41 private void testRead(int chunkSize) throws IOException { in testRead()
177 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
354 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamBytesTest.java42 private void testRead(int chunkSize) throws IOException { in testRead()
159 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
H A DProtoInputStreamDoubleTest.java42 private void testRead(int chunkSize) throws IOException { in testRead()
198 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
405 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamFloatTest.java42 private void testRead(int chunkSize) throws IOException { in testRead()
189 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
378 private void testPacked(int chunkSize) throws IOException { in testPacked()
H A DProtoInputStreamStringTest.java41 private void testRead(int chunkSize) throws IOException { in testRead()
146 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DETC1Util.java172 int chunkSize = Math.min(ioBuffer.length, encodedSize - i); in createTexture() local
219 int chunkSize = Math.min(ioBuffer.length, encodedSize - i); in writeTexture() local
/aosp14/frameworks/base/libs/protoutil/src/
H A DEncodedBuffer.cpp34 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer()
90 EncodedBuffer::EncodedBuffer(size_t chunkSize) in EncodedBuffer()
/aosp14/frameworks/base/core/java/android/util/proto/
H A DEncodedBuffer.java104 public EncodedBuffer(int chunkSize) { in EncodedBuffer()
/aosp14/frameworks/base/libs/hwui/jni/
H A DNinePatch.cpp69 size_t chunkSize = obj != NULL ? env->GetArrayLength(obj) : 0; in validateNinePatchChunk() local
/aosp14/frameworks/base/core/java/android/app/backup/
H A DBackupHelperDispatcher.java34 int chunkSize; // not including the header field in BackupHelperDispatcher.Header
/aosp14/frameworks/base/tools/aapt2/compile/
H A DPng.cpp544 int chunkSize = sizeof(png_uint_32) * 6; in writePng() local
556 int chunkSize = sizeof(png_uint_32) * 4; in writePng() local
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/pm/
H A DApexManagerTest.java565 int chunkSize; in extractResource() local
/aosp14/frameworks/base/core/java/android/util/apk/
H A DVerityBuilder.java255 private static void consumeByChunk(DataDigester digester, DataSource source, int chunkSize) in consumeByChunk()

12