Home
last modified time | relevance | path

Searched refs:testRepeated (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamStringTest.java140 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamStringTest
141 testRepeated(0); in testRepeated()
142 testRepeated(1); in testRepeated()
143 testRepeated(5); in testRepeated()
146 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamStringTest
DProtoInputStreamBytesTest.java153 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamBytesTest
154 testRepeated(0); in testRepeated()
155 testRepeated(1); in testRepeated()
156 testRepeated(5); in testRepeated()
159 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamBytesTest
DProtoInputStreamBoolTest.java129 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamBoolTest
130 testRepeated(0); in testRepeated()
131 testRepeated(1); in testRepeated()
132 testRepeated(5); in testRepeated()
138 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamBoolTest
DProtoInputStreamEnumTest.java148 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamEnumTest
149 testRepeated(0); in testRepeated()
150 testRepeated(1); in testRepeated()
151 testRepeated(5); in testRepeated()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamEnumTest
DProtoInputStreamFixed32Test.java146 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamFixed32Test
147 testRepeated(0); in testRepeated()
148 testRepeated(1); in testRepeated()
149 testRepeated(5); in testRepeated()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamFixed32Test
DProtoInputStreamSFixed32Test.java146 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamSFixed32Test
147 testRepeated(0); in testRepeated()
148 testRepeated(1); in testRepeated()
149 testRepeated(5); in testRepeated()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamSFixed32Test
DProtoInputStreamUInt32Test.java148 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamUInt32Test
149 testRepeated(0); in testRepeated()
150 testRepeated(1); in testRepeated()
151 testRepeated(5); in testRepeated()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamUInt32Test
DProtoInputStreamSInt32Test.java146 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamSInt32Test
147 testRepeated(0); in testRepeated()
148 testRepeated(1); in testRepeated()
149 testRepeated(5); in testRepeated()
152 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamSInt32Test
DProtoInputStreamInt32Test.java148 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamInt32Test
149 testRepeated(0); in testRepeated()
150 testRepeated(1); in testRepeated()
151 testRepeated(5); in testRepeated()
154 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamInt32Test
DProtoInputStreamSInt64Test.java166 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamSInt64Test
167 testRepeated(0); in testRepeated()
168 testRepeated(1); in testRepeated()
169 testRepeated(5); in testRepeated()
172 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamSInt64Test
DProtoInputStreamInt64Test.java169 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamInt64Test
170 testRepeated(0); in testRepeated()
171 testRepeated(1); in testRepeated()
172 testRepeated(5); in testRepeated()
175 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamInt64Test
DProtoInputStreamFixed64Test.java171 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamFixed64Test
172 testRepeated(0); in testRepeated()
173 testRepeated(1); in testRepeated()
174 testRepeated(5); in testRepeated()
177 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamFixed64Test
DProtoInputStreamSFixed64Test.java171 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamSFixed64Test
172 testRepeated(0); in testRepeated()
173 testRepeated(1); in testRepeated()
174 testRepeated(5); in testRepeated()
177 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamSFixed64Test
DProtoInputStreamUInt64Test.java168 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamUInt64Test
169 testRepeated(0); in testRepeated()
170 testRepeated(1); in testRepeated()
171 testRepeated(5); in testRepeated()
174 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamUInt64Test
DProtoInputStreamFloatTest.java183 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamFloatTest
184 testRepeated(0); in testRepeated()
185 testRepeated(1); in testRepeated()
186 testRepeated(5); in testRepeated()
189 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamFloatTest
DProtoInputStreamDoubleTest.java192 public void testRepeated() throws IOException { in testRepeated() method in ProtoInputStreamDoubleTest
193 testRepeated(0); in testRepeated()
194 testRepeated(1); in testRepeated()
195 testRepeated(5); in testRepeated()
198 private void testRepeated(int chunkSize) throws IOException { in testRepeated() method in ProtoInputStreamDoubleTest