/aosp14/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
H A D | ProtoInputStreamObjectTest.java | 87 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 D | ProtoInputStreamBoolTest.java | 47 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 D | ProtoInputStreamEnumTest.java | 41 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 D | ProtoInputStreamUInt32Test.java | 41 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 D | ProtoInputStreamFixed32Test.java | 41 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 D | ProtoInputStreamInt32Test.java | 41 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 D | ProtoInputStreamSFixed32Test.java | 41 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 D | ProtoInputStreamSInt32Test.java | 41 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 D | ProtoInputStreamSInt64Test.java | 41 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 D | ProtoInputStreamUInt64Test.java | 41 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 D | ProtoInputStreamFixed64Test.java | 41 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 D | ProtoInputStreamInt64Test.java | 41 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 D | ProtoInputStreamSFixed64Test.java | 41 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 D | ProtoInputStreamBytesTest.java | 42 private void testRead(int chunkSize) throws IOException { in testRead() 159 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
|
H A D | ProtoInputStreamDoubleTest.java | 42 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 D | ProtoInputStreamFloatTest.java | 42 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 D | ProtoInputStreamStringTest.java | 41 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 D | ETC1Util.java | 172 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 D | EncodedBuffer.cpp | 34 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 D | EncodedBuffer.java | 104 public EncodedBuffer(int chunkSize) { in EncodedBuffer()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | NinePatch.cpp | 69 size_t chunkSize = obj != NULL ? env->GetArrayLength(obj) : 0; in validateNinePatchChunk() local
|
/aosp14/frameworks/base/core/java/android/app/backup/ |
H A D | BackupHelperDispatcher.java | 34 int chunkSize; // not including the header field in BackupHelperDispatcher.Header
|
/aosp14/frameworks/base/tools/aapt2/compile/ |
H A D | Png.cpp | 544 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 D | ApexManagerTest.java | 565 int chunkSize; in extractResource() local
|
/aosp14/frameworks/base/core/java/android/util/apk/ |
H A D | VerityBuilder.java | 255 private static void consumeByChunk(DataDigester digester, DataSource source, int chunkSize) in consumeByChunk()
|