Home
last modified time | relevance | path

Searched refs:testRoundtrip (Results 1 – 5 of 5) sorted by relevance

/external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
DFramedSnappyTestCase.java100 public void testRoundtrip() throws Exception { in testRoundtrip() method in FramedSnappyTestCase
101 testRoundtrip(getFile("test.txt")); in testRoundtrip()
102 testRoundtrip(getFile("bla.tar")); in testRoundtrip()
103 testRoundtrip(getFile("COMPRESS-256.7z")); in testRoundtrip()
136 private void testRoundtrip(File input) throws Exception { in testRoundtrip() method in FramedSnappyTestCase
/external/grpc-grpc-java/protobuf/src/test/java/io/grpc/protobuf/
DProtoUtilsTest.java36 public void testRoundtrip() throws Exception { in testRoundtrip() method in ProtoUtilsTest
/external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
DProtoLiteUtilsTest.java65 public void testRoundtrip() throws Exception { in testRoundtrip() method in ProtoLiteUtilsTest
123 testRoundtrip(); in marshallerShouldNotLimitProtoSize()
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dencode_proto_op_test_base.py179 def testRoundtrip(self, case): member in EncodeProtoOpTestBase
/external/tensorflow/tensorflow/contrib/training/python/training/
Dresample_test.py53 def testRoundtrip(self, rate=0.25, count=5, n=500): member in ResampleTest