HomeSort by relevance Sort by last modified time
    Searched refs:testRoundtrip (Results 1 - 5 of 5) sorted by null

  /external/apache-commons-compress/src/test/java/org/apache/commons/compress/compressors/
FramedSnappyTestCase.java 100 public void testRoundtrip() throws Exception {
101 testRoundtrip(getFile("test.txt"));
102 testRoundtrip(getFile("bla.tar"));
103 testRoundtrip(getFile("COMPRESS-256.7z"));
136 private void testRoundtrip(File input) throws Exception {
  /external/grpc-grpc-java/protobuf/src/test/java/io/grpc/protobuf/
ProtoUtilsTest.java 36 public void testRoundtrip() throws Exception {
  /external/grpc-grpc-java/protobuf-lite/src/test/java/io/grpc/protobuf/lite/
ProtoLiteUtilsTest.java 65 public void testRoundtrip() throws Exception {
123 testRoundtrip();
  /external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
encode_proto_op_test_base.py 179 def testRoundtrip(self, case):
  /external/tensorflow/tensorflow/contrib/training/python/training/
resample_test.py 53 def testRoundtrip(self, rate=0.25, count=5, n=500):

Completed in 208 milliseconds