Home
last modified time | relevance | path

Searched defs:testPackedCompat (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamBoolTest.java334 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamBoolTest
342 private void testPackedCompat(boolean[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamBoolTest
DProtoInputStreamEnumTest.java400 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamEnumTest
412 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamEnumTest
DProtoInputStreamInt32Test.java399 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamInt32Test
407 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamInt32Test
DProtoInputStreamSFixed32Test.java381 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed32Test
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed32Test
DProtoInputStreamSInt32Test.java381 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSInt32Test
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSInt32Test
DProtoInputStreamUInt32Test.java398 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamUInt32Test
406 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamUInt32Test
DProtoInputStreamFixed32Test.java381 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamFixed32Test
389 private void testPackedCompat(int[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamFixed32Test
DProtoInputStreamInt64Test.java479 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamInt64Test
487 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamInt64Test
DProtoInputStreamFixed64Test.java481 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamFixed64Test
489 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamFixed64Test
DProtoInputStreamUInt64Test.java475 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamUInt64Test
483 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamUInt64Test
DProtoInputStreamSFixed64Test.java481 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed64Test
489 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSFixed64Test
DProtoInputStreamSInt64Test.java456 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamSInt64Test
464 private void testPackedCompat(long[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamSInt64Test
DProtoInputStreamFloatTest.java510 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamFloatTest
521 private void testPackedCompat(float[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamFloatTest
DProtoInputStreamDoubleTest.java557 public void testPackedCompat() throws Exception { in testPackedCompat() method in ProtoInputStreamDoubleTest
568 private void testPackedCompat(double[] val) throws Exception { in testPackedCompat() method in ProtoInputStreamDoubleTest