/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamBoolTest.java | 334 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamBoolTest 335 testPackedCompat(new boolean[0]); in testPackedCompat() 336 testPackedCompat(new boolean[]{false, true}); in testPackedCompat() 342 private void testPackedCompat(boolean[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamBoolTest
|
D | ProtoInputStreamEnumTest.java | 400 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamEnumTest 401 testPackedCompat(new int[]{}); in testPackedCompat() 402 testPackedCompat(new int[]{0, 1}); in testPackedCompat() 412 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamEnumTest
|
D | ProtoInputStreamInt32Test.java | 399 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamInt32Test 400 testPackedCompat(new int[0]); in testPackedCompat() 401 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 407 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamInt32Test
|
D | ProtoInputStreamSFixed32Test.java | 381 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed32Test 382 testPackedCompat(new int[0]); in testPackedCompat() 383 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed32Test
|
D | ProtoInputStreamSInt32Test.java | 381 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSInt32Test 382 testPackedCompat(new int[0]); in testPackedCompat() 383 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSInt32Test
|
D | ProtoInputStreamUInt32Test.java | 398 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamUInt32Test 399 testPackedCompat(new int[0]); in testPackedCompat() 400 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 406 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamUInt32Test
|
D | ProtoInputStreamFixed32Test.java | 381 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamFixed32Test 382 testPackedCompat(new int[0]); in testPackedCompat() 383 testPackedCompat(new int[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamFixed32Test
|
D | ProtoInputStreamInt64Test.java | 479 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamInt64Test 480 testPackedCompat(new long[0]); in testPackedCompat() 481 testPackedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 487 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamInt64Test
|
D | ProtoInputStreamFixed64Test.java | 481 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamFixed64Test 482 testPackedCompat(new long[0]); in testPackedCompat() 483 testPackedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 489 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamFixed64Test
|
D | ProtoInputStreamUInt64Test.java | 475 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamUInt64Test 476 testPackedCompat(new long[0]); in testPackedCompat() 477 testPackedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 483 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamUInt64Test
|
D | ProtoInputStreamSFixed64Test.java | 481 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed64Test 482 testPackedCompat(new long[0]); in testPackedCompat() 483 testPackedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 489 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed64Test
|
D | ProtoInputStreamSInt64Test.java | 456 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSInt64Test 457 testPackedCompat(new long[0]); in testPackedCompat() 458 testPackedCompat(new long[]{0, 1, -1, Integer.MIN_VALUE, Integer.MAX_VALUE}); in testPackedCompat() 464 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSInt64Test
|
D | ProtoInputStreamFloatTest.java | 510 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamFloatTest 511 testPackedCompat(new float[0]); in testPackedCompat() 512 testPackedCompat(new float[]{0, 1, -1234.432f, 42.42f, in testPackedCompat() 521 private void testPackedCompat(float[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamFloatTest
|
D | ProtoInputStreamDoubleTest.java | 557 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamDoubleTest 558 testPackedCompat(new double[0]); in testPackedCompat() 559 testPackedCompat(new double[]{0, 1, -1234.432, 42.42, in testPackedCompat() 568 private void testPackedCompat(double[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamDoubleTest
|