Home
last modified time | relevance | path

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

/external/llvm/unittests/ProfileData/
DSampleProfTest.cpp50 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/
DHpackRoundTripTest.java52 public void testRoundTrip() throws Exception { in testRoundTrip() method in HpackRoundTripTest
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/
DDemo.java616 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/
Dunknown_fields_test.py224 def testRoundTrip(self): member in UnknownFieldsTest
/external/guava/guava-tests/test/com/google/common/hash/
DHashCodeTest.java211 public void testRoundTrip() { in testRoundTrip() method in HashCodeTest