Home
last modified time | relevance | path

Searched refs:testPacked (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/
DProtoInputStreamBoolTest.java254 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamBoolTest
255 testPacked(0); in testPacked()
256 testPacked(1); in testPacked()
257 testPacked(5); in testPacked()
263 public void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamBoolTest
DProtoInputStreamEnumTest.java292 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamEnumTest
293 testPacked(0); in testPacked()
294 testPacked(1); in testPacked()
295 testPacked(5); in testPacked()
298 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamEnumTest
DProtoInputStreamFixed32Test.java285 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamFixed32Test
286 testPacked(0); in testPacked()
287 testPacked(1); in testPacked()
288 testPacked(5); in testPacked()
291 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamFixed32Test
DProtoInputStreamSFixed32Test.java285 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamSFixed32Test
286 testPacked(0); in testPacked()
287 testPacked(1); in testPacked()
288 testPacked(5); in testPacked()
291 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamSFixed32Test
DProtoInputStreamUInt32Test.java290 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamUInt32Test
291 testPacked(0); in testPacked()
292 testPacked(1); in testPacked()
293 testPacked(5); in testPacked()
296 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamUInt32Test
DProtoInputStreamSInt32Test.java285 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamSInt32Test
286 testPacked(0); in testPacked()
287 testPacked(1); in testPacked()
288 testPacked(5); in testPacked()
291 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamSInt32Test
DProtoInputStreamInt32Test.java291 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamInt32Test
292 testPacked(0); in testPacked()
293 testPacked(1); in testPacked()
294 testPacked(5); in testPacked()
297 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamInt32Test
DProtoInputStreamSInt64Test.java333 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamSInt64Test
334 testPacked(0); in testPacked()
335 testPacked(1); in testPacked()
336 testPacked(5); in testPacked()
339 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamSInt64Test
DProtoInputStreamInt64Test.java340 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamInt64Test
341 testPacked(0); in testPacked()
342 testPacked(1); in testPacked()
343 testPacked(5); in testPacked()
346 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamInt64Test
DProtoInputStreamFixed64Test.java348 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamFixed64Test
349 testPacked(0); in testPacked()
350 testPacked(1); in testPacked()
351 testPacked(5); in testPacked()
354 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamFixed64Test
DProtoInputStreamSFixed64Test.java348 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamSFixed64Test
349 testPacked(0); in testPacked()
350 testPacked(1); in testPacked()
351 testPacked(5); in testPacked()
354 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamSFixed64Test
DProtoInputStreamUInt64Test.java338 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamUInt64Test
339 testPacked(0); in testPacked()
340 testPacked(1); in testPacked()
341 testPacked(5); in testPacked()
344 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamUInt64Test
DProtoInputStreamFloatTest.java372 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamFloatTest
373 testPacked(0); in testPacked()
374 testPacked(1); in testPacked()
375 testPacked(5); in testPacked()
378 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamFloatTest
DProtoInputStreamDoubleTest.java399 public void testPacked() throws IOException { in testPacked() method in ProtoInputStreamDoubleTest
400 testPacked(0); in testPacked()
401 testPacked(1); in testPacked()
402 testPacked(5); in testPacked()
405 private void testPacked(int chunkSize) throws IOException { in testPacked() method in ProtoInputStreamDoubleTest