/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamStringTest.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamStringTest 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamStringTest
|
D | ProtoInputStreamBytesTest.java | 36 public void testRead() throws IOException { in testRead() method in ProtoInputStreamBytesTest 37 testRead(0); in testRead() 38 testRead(1); in testRead() 39 testRead(5); in testRead() 42 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamBytesTest
|
D | ProtoInputStreamBoolTest.java | 38 public void testRead() throws IOException { in testRead() method in ProtoInputStreamBoolTest 39 testRead(0); in testRead() 40 testRead(1); in testRead() 41 testRead(5); in testRead() 47 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamBoolTest
|
D | ProtoInputStreamEnumTest.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamEnumTest 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamEnumTest
|
D | ProtoInputStreamSInt32Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamSInt32Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamSInt32Test
|
D | ProtoInputStreamUInt32Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamUInt32Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamUInt32Test
|
D | ProtoInputStreamSFixed32Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamSFixed32Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamSFixed32Test
|
D | ProtoInputStreamFixed32Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamFixed32Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamFixed32Test
|
D | ProtoInputStreamInt32Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamInt32Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamInt32Test
|
D | ProtoInputStreamUInt64Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamUInt64Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamUInt64Test
|
D | ProtoInputStreamSFixed64Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamSFixed64Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamSFixed64Test
|
D | ProtoInputStreamSInt64Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamSInt64Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamSInt64Test
|
D | ProtoInputStreamInt64Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamInt64Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamInt64Test
|
D | ProtoInputStreamFixed64Test.java | 35 public void testRead() throws IOException { in testRead() method in ProtoInputStreamFixed64Test 36 testRead(0); in testRead() 37 testRead(1); in testRead() 38 testRead(5); in testRead() 41 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamFixed64Test
|
D | ProtoInputStreamDoubleTest.java | 36 public void testRead() throws IOException { in testRead() method in ProtoInputStreamDoubleTest 37 testRead(0); in testRead() 38 testRead(1); in testRead() 39 testRead(5); in testRead() 42 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamDoubleTest
|
D | ProtoInputStreamFloatTest.java | 36 public void testRead() throws IOException { in testRead() method in ProtoInputStreamFloatTest 37 testRead(0); in testRead() 38 testRead(1); in testRead() 39 testRead(5); in testRead() 42 private void testRead(int chunkSize) throws IOException { in testRead() method in ProtoInputStreamFloatTest
|
/frameworks/base/errorprone/tests/java/com/google/errorprone/bugpatterns/android/ |
D | EfficientXmlCheckerTest.java | 212 public void testRead() { in testRead() method in EfficientXmlCheckerTest
|
/frameworks/av/media/mtp/tests/PosixAsyncIOTest/ |
D | PosixAsyncIO_test.cpp | 50 TEST_F(PosixAsyncIOTest, testRead) { in TEST_F() argument
|
/frameworks/base/core/tests/coretests/src/android/content/ |
D | MemoryFileProviderTest.java | 37 public void testRead() throws Exception { in testRead() method in MemoryFileProviderTest
|
/frameworks/av/media/mtp/tests/MtpFfsHandleTest/ |
D | MtpFfsHandle_test.cpp | 118 TYPED_TEST(MtpFfsHandleTest, testRead) { in TYPED_TEST() argument
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/ |
D | PackageDexUsageTests.java | 495 public void testRead() { in testRead() method in PackageDexUsageTests
|