HomeSort by relevance Sort by last modified time
    Searched refs:addTest (Results 151 - 175 of 189) sorted by null

1 2 3 4 5 67 8

  /external/icu4c/test/iotest/
iotest.cpp 694 addTest(root, &DataDrivenPrintf, "datadriv/DataDrivenPrintf");
695 addTest(root, &DataDrivenPrintfPrecision, "datadriv/DataDrivenPrintfPrecision");
696 addTest(root, &DataDrivenScanf, "datadriv/DataDrivenScanf");
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapsTest.java     [all...]
TreeBasedTableTest.java 52 suite.addTest(MapTestSuiteBuilder
IteratorsTest.java 71 suite.addTest(testsForRemoveAllAndRetainAll());
    [all...]
  /external/icu4c/test/cintltst/
udatpg_test.c 36 #define TESTCASE(x) addTest(root, &x, "tsformat/udatpg_test/" #x)
trietest.c 885 addTest(root, &TrieTest, "tsutil/trietest/TrieTest");
886 addTest(root, &DummyTrieTest, "tsutil/trietest/DummyTrieTest");
reapits.c 166 addTest(root, &TestRegexCAPI, "regex/TestRegexCAPI");
167 addTest(root, &TestBug4315, "regex/TestBug4315");
168 addTest(root, &TestUTextAPI, "regex/TestUTextAPI");
169 addTest(root, &TestRefreshInput, "regex/TestRefreshInput");
170 addTest(root, &TestBug8421, "regex/TestBug8421");
    [all...]
spooftest.c 73 addTest(root, &TestUSpoofCAPI, "uspoof/TestUSpoofCAPI");
usettest.c 15 #define TEST(x) addTest(root, &x, "uset/" # x)
utransts.c 21 #define TEST(x) addTest(root, &x, "utrans/" # x)
nccbtst.c 91 addTest(root, &TestSkipCallBack, "tsconv/nccbtst/TestSkipCallBack");
92 addTest(root, &TestStopCallBack, "tsconv/nccbtst/TestStopCallBack");
93 addTest(root, &TestSubCallBack, "tsconv/nccbtst/TestSubCallBack");
97 addTest(root, &TestSubWithValueCallBack, "tsconv/nccbtst/TestSubWithValueCallBack");
101 addTest(root, &TestLegalAndOtherCallBack, "tsconv/nccbtst/TestLegalAndOtherCallBack");
102 addTest(root, &TestSingleByteCallBack, "tsconv/nccbtst/TestSingleByteCallBack");
105 addTest(root, &TestCallBackFailure, "tsconv/nccbtst/TestCallBackFailure");
    [all...]
ncnvfbts.c 108 addTest(root, &TestConverterFallBack, "tsconv/ncnvfbts/TestConverterFallBack");
cdattst.c 44 #define TESTCASE(x) addTest(root, &x, "tsformat/cdattst/" #x)
    [all...]
cldrtest.c     [all...]
cnumtst.c 55 #define TESTCASE(x) addTest(root, &x, "tsformat/cnumtst/" #x)
    [all...]
  /libcore/luni/src/test/java/libcore/xml/
XsltXPathConformanceTestSuite.java 174 result.addTest(suite.create(base, testCaseElement));