Home
last modified time | relevance | path

Searched refs:testRead (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamStringTest.java35 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
DProtoInputStreamBytesTest.java36 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
DProtoInputStreamBoolTest.java38 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
DProtoInputStreamEnumTest.java35 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
DProtoInputStreamSInt32Test.java35 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
DProtoInputStreamUInt32Test.java35 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
DProtoInputStreamSFixed32Test.java35 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
DProtoInputStreamFixed32Test.java35 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
DProtoInputStreamInt32Test.java35 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
DProtoInputStreamUInt64Test.java35 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
DProtoInputStreamSFixed64Test.java35 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
DProtoInputStreamSInt64Test.java35 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
DProtoInputStreamInt64Test.java35 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
DProtoInputStreamFixed64Test.java35 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
DProtoInputStreamDoubleTest.java36 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
DProtoInputStreamFloatTest.java36 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/
DEfficientXmlCheckerTest.java212 public void testRead() { in testRead() method in EfficientXmlCheckerTest
/frameworks/av/media/mtp/tests/PosixAsyncIOTest/
DPosixAsyncIO_test.cpp50 TEST_F(PosixAsyncIOTest, testRead) { in TEST_F() argument
/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProviderTest.java37 public void testRead() throws Exception { in testRead() method in MemoryFileProviderTest
/frameworks/av/media/mtp/tests/MtpFfsHandleTest/
DMtpFfsHandle_test.cpp118 TYPED_TEST(MtpFfsHandleTest, testRead) { in TYPED_TEST() argument
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/dex/
DPackageDexUsageTests.java495 public void testRead() { in testRead() method in PackageDexUsageTests