/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
D | ProtoInputStreamBytesTest.java | 42 private void testRead(int chunkSize) throws IOException { in testRead() 159 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
|
D | ProtoInputStreamStringTest.java | 41 private void testRead(int chunkSize) throws IOException { in testRead() 146 private void testRepeated(int chunkSize) throws IOException { in testRepeated()
|
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()
|
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()
|
/frameworks/av/media/libstagefright/timedtext/ |
D | TextDescriptions.cpp | 104 ssize_t chunkSize = U32_AT(tmpData); // size includes size and type in extract3GPPLocalDescriptions() local 380 ssize_t chunkSize = U32_AT(data); in extract3GPPGlobalDescriptions() local
|
/frameworks/base/opengl/java/android/opengl/ |
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
|
/frameworks/base/libs/protoutil/src/ |
D | EncodedBuffer.cpp | 33 EncodedBuffer::Pointer::Pointer(size_t chunkSize) in Pointer() 89 EncodedBuffer::EncodedBuffer(size_t chunkSize) in EncodedBuffer()
|
/frameworks/av/media/libstagefright/ |
D | JPEGSource.cpp | 173 uint16_t chunkSize; in parseJPEG() local
|
/frameworks/base/core/jni/android/graphics/ |
D | NinePatch.cpp | 69 size_t chunkSize = env->GetArrayLength(obj); in validateNinePatchChunk() local
|
/frameworks/base/core/java/android/app/backup/ |
D | BackupHelperDispatcher.java | 34 int chunkSize; // not including the header field in BackupHelperDispatcher.Header
|
/frameworks/base/core/java/android/util/proto/ |
D | EncodedBuffer.java | 104 public EncodedBuffer(int chunkSize) { in EncodedBuffer()
|
/frameworks/av/media/extractors/wav/ |
D | WAVExtractor.cpp | 184 uint32_t chunkSize = U32_LE_AT(&chunkHeader[4]); in init() local
|