/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamBoolTest.java | 334 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamBoolTest 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 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 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 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 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 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 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 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 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 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 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 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 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 568 private void testPackedCompat(double[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamDoubleTest
|