/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamBytesTest.java | 248 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest 260 private void testRepeatedCompat(byte[][] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest
|
D | ProtoInputStreamStringTest.java | 236 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest 244 private void testRepeatedCompat(String[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest
|
D | ProtoInputStreamBoolTest.java | 213 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBoolTest 221 private void testRepeatedCompat(boolean[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamBoolTest
|
D | ProtoInputStreamEnumTest.java | 254 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamEnumTest 262 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamEnumTest
|
D | ProtoInputStreamSInt32Test.java | 247 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt32Test 255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt32Test
|
D | ProtoInputStreamUInt32Test.java | 252 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt32Test 260 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt32Test
|
D | ProtoInputStreamSFixed32Test.java | 247 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed32Test 255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed32Test
|
D | ProtoInputStreamFixed32Test.java | 247 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed32Test 255 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed32Test
|
D | ProtoInputStreamInt32Test.java | 253 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt32Test 261 private void testRepeatedCompat(int[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt32Test
|
D | ProtoInputStreamUInt64Test.java | 300 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt64Test 308 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamUInt64Test
|
D | ProtoInputStreamSFixed64Test.java | 310 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed64Test 318 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSFixed64Test
|
D | ProtoInputStreamSInt64Test.java | 295 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt64Test 303 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamSInt64Test
|
D | ProtoInputStreamInt64Test.java | 302 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt64Test 310 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamInt64Test
|
D | ProtoInputStreamFixed64Test.java | 310 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed64Test 318 private void testRepeatedCompat(long[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFixed64Test
|
D | ProtoInputStreamDoubleTest.java | 357 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamDoubleTest 368 private void testRepeatedCompat(double[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamDoubleTest
|
D | ProtoInputStreamFloatTest.java | 330 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamFloatTest 341 private void testRepeatedCompat(float[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFloatTest
|