/frameworks/base/tests/ProtoInputStreamTests/src/com/android/test/protoinputstream/ |
D | ProtoInputStreamBoolTest.java | 254 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
|
D | ProtoInputStreamEnumTest.java | 292 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
|
D | ProtoInputStreamFixed32Test.java | 285 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
|
D | ProtoInputStreamSFixed32Test.java | 285 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
|
D | ProtoInputStreamUInt32Test.java | 290 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
|
D | ProtoInputStreamSInt32Test.java | 285 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
|
D | ProtoInputStreamInt32Test.java | 291 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
|
D | ProtoInputStreamSInt64Test.java | 333 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
|
D | ProtoInputStreamInt64Test.java | 340 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
|
D | ProtoInputStreamFixed64Test.java | 348 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
|
D | ProtoInputStreamSFixed64Test.java | 348 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
|
D | ProtoInputStreamUInt64Test.java | 338 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
|
D | ProtoInputStreamFloatTest.java | 372 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
|
D | ProtoInputStreamDoubleTest.java | 399 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
|