/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamStringTest.java | 140 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
|
D | ProtoInputStreamBytesTest.java | 153 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
|
D | ProtoInputStreamBoolTest.java | 129 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
|
D | ProtoInputStreamEnumTest.java | 148 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
|
D | ProtoInputStreamFixed32Test.java | 146 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
|
D | ProtoInputStreamSFixed32Test.java | 146 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
|
D | ProtoInputStreamUInt32Test.java | 148 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
|
D | ProtoInputStreamSInt32Test.java | 146 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
|
D | ProtoInputStreamInt32Test.java | 148 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
|
D | ProtoInputStreamSInt64Test.java | 166 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
|
D | ProtoInputStreamInt64Test.java | 169 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
|
D | ProtoInputStreamFixed64Test.java | 171 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
|
D | ProtoInputStreamSFixed64Test.java | 171 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
|
D | ProtoInputStreamUInt64Test.java | 168 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
|
D | ProtoInputStreamFloatTest.java | 183 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
|
D | ProtoInputStreamDoubleTest.java | 192 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
|