/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamStringTest.java | 236 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest 237 testRepeatedCompat(new String[0]); in testRepeatedCompat() 238 testRepeatedCompat(new String[]{"", "abcd\u3110!", "Hi"}); in testRepeatedCompat() 244 private void testRepeatedCompat(String[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamStringTest
|
D | ProtoInputStreamBytesTest.java | 248 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest 249 testRepeatedCompat(new byte[0][]); in testRepeatedCompat() 250 testRepeatedCompat(new byte[][]{ in testRepeatedCompat() 260 private void testRepeatedCompat(byte[][] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamBytesTest
|
D | ProtoInputStreamBoolTest.java | 213 public void testRepeatedCompat() throws Exception { in testRepeatedCompat() method in ProtoInputStreamBoolTest 214 testRepeatedCompat(new boolean[0]); in testRepeatedCompat() 215 testRepeatedCompat(new boolean[]{false, true}); in testRepeatedCompat() 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 255 testRepeatedCompat(new int[]{}); in testRepeatedCompat() 256 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 248 testRepeatedCompat(new int[0]); in testRepeatedCompat() 249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 253 testRepeatedCompat(new int[0]); in testRepeatedCompat() 254 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 248 testRepeatedCompat(new int[0]); in testRepeatedCompat() 249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 248 testRepeatedCompat(new int[0]); in testRepeatedCompat() 249 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 254 testRepeatedCompat(new int[0]); in testRepeatedCompat() 255 testRepeatedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 301 testRepeatedCompat(new long[0]); in testRepeatedCompat() 302 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 311 testRepeatedCompat(new long[0]); in testRepeatedCompat() 312 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 296 testRepeatedCompat(new long[0]); in testRepeatedCompat() 297 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 303 testRepeatedCompat(new long[0]); in testRepeatedCompat() 304 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 311 testRepeatedCompat(new long[0]); in testRepeatedCompat() 312 testRepeatedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testRepeatedCompat() 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 358 testRepeatedCompat(new double[0]); in testRepeatedCompat() 359 testRepeatedCompat(new double[]{0, 1, -1234.432, 42.42, in testRepeatedCompat() 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 331 testRepeatedCompat(new float[0]); in testRepeatedCompat() 332 testRepeatedCompat(new float[]{0, 1, -1234.432f, 42.42f, in testRepeatedCompat() 341 private void testRepeatedCompat(float[] val) throws Exception { in testRepeatedCompat() method in ProtoInputStreamFloatTest
|