Searched refs:testRoundTrip (Results 1 – 5 of 5) sorted by relevance
/external/llvm/unittests/ProfileData/ |
D | SampleProfTest.cpp | 50 void testRoundTrip(SampleProfileFormat Format) { in testRoundTrip() function 95 testRoundTrip(SampleProfileFormat::SPF_Text); in TEST_F() 99 testRoundTrip(SampleProfileFormat::SPF_Binary); in TEST_F()
|
/external/okhttp/okhttp-hpacktests/src/test/java/com/squareup/okhttp/internal/spdy/ |
D | HpackRoundTripTest.java | 52 public void testRoundTrip() throws Exception { in testRoundTrip() method in HpackRoundTripTest
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 616 boolean testRoundTrip = true; in genTestFile() 619 testRoundTrip = false; in genTestFile() 679 NONE, true, testRoundTrip, first, tl, lt); in genTestFile() 706 titleSetting, false, testRoundTrip, first, tl, lt); in genTestFile() 773 byte titleSetting, boolean addName, boolean testRoundTrip, boolean first, in addSentenceToTable() argument 803 if (testRoundTrip && !NFKDReverse.equals(NFKDSentence)) { in addSentenceToTable()
|
/external/protobuf/python/google/protobuf/internal/ |
D | unknown_fields_test.py | 224 def testRoundTrip(self): member in UnknownFieldsTest
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | HashCodeTest.java | 211 public void testRoundTrip() { in testRoundTrip() method in HashCodeTest
|