Home
last modified time | relevance | path

Searched refs:testRead (Results 1 – 19 of 19) 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
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
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
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
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
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
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
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
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
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
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
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
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/av/media/mtp/tests/
DPosixAsyncIO_test.cpp50 TEST_F(PosixAsyncIOTest, testRead) { in TEST_F() argument
DMtpFfsHandle_test.cpp118 TYPED_TEST(MtpFfsHandleTest, testRead) { in TYPED_TEST() argument
/frameworks/base/core/tests/coretests/src/android/content/
DMemoryFileProviderTest.java37 public void testRead() throws Exception { in testRead() method in MemoryFileProviderTest