Home
last modified time | relevance | path

Searched refs:testRoundTrip (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ProfileData/
DSampleProfTest.cpp60 void testRoundTrip(SampleProfileFormat Format) { in testRoundTrip() function
179 testRoundTrip(SampleProfileFormat::SPF_Text); in TEST_F()
183 testRoundTrip(SampleProfileFormat::SPF_Binary); in TEST_F()
187 testRoundTrip(SampleProfileFormat::SPF_Compact_Binary); in TEST_F()
/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp66 void testRoundTrip(SampleProfileFormat Format) { in testRoundTrip() function
166 testRoundTrip(SampleProfileFormat::SPF_Text); in TEST_F()
170 testRoundTrip(SampleProfileFormat::SPF_Binary); in TEST_F()
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/sevenz/
DSevenZOutputFileTest.java235 testRoundTrip(SevenZMethod.COPY); in testCopyRoundtrip()
240 testRoundTrip(SevenZMethod.BZIP2); in testBzip2Roundtrip()
245 testRoundTrip(SevenZMethod.LZMA2); in testLzma2Roundtrip()
250 testRoundTrip(SevenZMethod.DEFLATE); in testDeflateRoundtrip()
466 private void testRoundTrip(final SevenZMethod method) throws Exception { in testRoundTrip() method in SevenZOutputFileTest
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DIoUtilsTest.java33 public void testRoundTrip() throws Exception { in testRoundTrip() method in IoUtilsTest
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/
DHpackRoundTripTest.java52 public void testRoundTrip() throws Exception { in testRoundTrip() method in HpackRoundTripTest
/external/fonttools/Tests/ufoLib/
DglifLib_test.py25 def testRoundTrip(self): member in GlyphSetTests
148 def testRoundTrip(self): member in ReadWriteFuncTest
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java614 boolean testRoundTrip = true; in genTestFile()
617 testRoundTrip = false; in genTestFile()
677 NONE, true, testRoundTrip, first, tl, lt); in genTestFile()
704 titleSetting, false, testRoundTrip, first, tl, lt); in genTestFile()
771 byte titleSetting, boolean addName, boolean testRoundTrip, boolean first, in addSentenceToTable() argument
801 if (testRoundTrip && !NFKDReverse.equals(NFKDSentence)) { in addSentenceToTable()
/external/grpc-grpc-java/protobuf-nano/src/test/java/io/grpc/protobuf/nano/
DNanoUtilsTest.java49 public void testRoundTrip() { in testRoundTrip() method in NanoUtilsTest
/external/guava/android/guava-tests/test/com/google/common/hash/
DHashCodeTest.java221 public void testRoundTrip() { in testRoundTrip() method in HashCodeTest
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java221 public void testRoundTrip() { in testRoundTrip() method in HashCodeTest
/external/protobuf/python/google/protobuf/internal/
Dunknown_fields_test.py423 def testRoundTrip(self): member in UnknownEnumValuesTest
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py2094 def testRoundTrip(self, dtype, shape): member in DLPackTest
2127 def testRoundTrip(self, dtype, shape): member in BufferProtocolTest