Home
last modified time | relevance | path

Searched refs:testWrite (Results 1 – 17 of 17) sorted by relevance

/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamBytesTest.java45 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamBytesTest
46 testWrite(0); in testWrite()
47 testWrite(1); in testWrite()
48 testWrite(5); in testWrite()
54 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamBytesTest
DProtoOutputStreamStringTest.java79 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamStringTest
80 testWrite(0); in testWrite()
81 testWrite(1); in testWrite()
82 testWrite(5); in testWrite()
88 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamStringTest
DProtoOutputStreamBoolTest.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamBoolTest
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamBoolTest
DProtoOutputStreamSInt32Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamSInt32Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamSInt32Test
DProtoOutputStreamUInt32Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamUInt32Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamUInt32Test
DProtoOutputStreamFixed32Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamFixed32Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamFixed32Test
DProtoOutputStreamEnumTest.java41 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamEnumTest
42 testWrite(0); in testWrite()
43 testWrite(1); in testWrite()
44 testWrite(5); in testWrite()
50 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamEnumTest
DProtoOutputStreamSFixed32Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamSFixed32Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamSFixed32Test
DProtoOutputStreamInt32Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamInt32Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamInt32Test
DProtoOutputStreamSFixed64Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamSFixed64Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamSFixed64Test
DProtoOutputStreamInt64Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamInt64Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamInt64Test
DProtoOutputStreamSInt64Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamSInt64Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamSInt64Test
DProtoOutputStreamFixed64Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamFixed64Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamFixed64Test
DProtoOutputStreamUInt64Test.java38 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamUInt64Test
39 testWrite(0); in testWrite()
40 testWrite(1); in testWrite()
41 testWrite(5); in testWrite()
47 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamUInt64Test
DProtoOutputStreamFloatTest.java53 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamFloatTest
54 testWrite(0); in testWrite()
55 testWrite(1); in testWrite()
56 testWrite(5); in testWrite()
62 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamFloatTest
DProtoOutputStreamDoubleTest.java52 public void testWrite() throws Exception { in testWrite() method in ProtoOutputStreamDoubleTest
53 testWrite(0); in testWrite()
54 testWrite(1); in testWrite()
55 testWrite(5); in testWrite()
61 public void testWrite(int chunkSize) throws Exception { in testWrite() method in ProtoOutputStreamDoubleTest
/cts/tests/tests/os/src/android/os/cts/
DStrictModeTest.java394 public void testWrite() throws Exception { in testWrite() method in StrictModeTest