HomeSort by relevance Sort by last modified time
    Searched refs:addTest (Results 251 - 275 of 344) sorted by null

<<11121314

  /external/icu4c/test/cintltst/
cbiditst.c 121 addTest(root, testCharFromDirProp, "complex/bidi/TestCharFromDirProp");
122 addTest(root, testBidi, "complex/bidi/TestBidi");
123 addTest(root, testInverse, "complex/bidi/TestInverse");
124 addTest(root, testReorder,"complex/bidi/TestReorder");
125 addTest(root, testFailureRecovery,"complex/bidi/TestFailureRecovery");
126 addTest(root, testMultipleParagraphs,"complex/bidi/TestMultipleParagraphs");
127 addTest(root, testReorderingMode, "complex/bidi/TestReorderingMode");
128 addTest(root, testReorderRunsOnly, "complex/bidi/TestReorderRunsOnly");
129 addTest(root, testStreaming, "complex/bidi/TestStreaming");
130 addTest(root, testClassOverride, "complex/bidi/TestClassOverride")
    [all...]
tracetst.c 43 addTest(root, &TestTraceAPI, "tsutil/TraceTest/TestTraceAPI" );
utexttst.c 31 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI");
bocu1tst.c 1031 addTest(root, TestBOCU1RefDiff, "tsconv/bocu1tst/TestBOCU1RefDiff");
1032 addTest(root, TestBOCU1, "tsconv/bocu1tst/TestBOCU1");
currtest.c 263 #define TESTCASE(x) addTest(root, &x, "tsformat/currtest/" #x)
encoll.c 256 addTest(root, &TestPrimary, "tscoll/encoll/TestPrimary");
257 addTest(root, &TestSecondary, "tscoll/encoll/TestSecondary");
258 addTest(root, &TestTertiary, "tscoll/encoll/TestTertiary");
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 240 suite.addTest(InstallerTest(test, config, variable_expander))
  /external/chromium_org/third_party/icu/source/test/cintltst/
cbiditst.c 111 addTest(root, testCharFromDirProp, "complex/bidi/TestCharFromDirProp");
112 addTest(root, testBidi, "complex/bidi/TestBidi");
113 addTest(root, testInverse, "complex/bidi/TestInverse");
114 addTest(root, testReorder,"complex/bidi/TestReorder");
115 addTest(root, testFailureRecovery,"complex/bidi/TestFailureRecovery");
116 addTest(root, testMultipleParagraphs,"complex/bidi/TestMultipleParagraphs");
117 addTest(root, testReorderingMode, "complex/bidi/TestReorderingMode");
118 addTest(root, testReorderRunsOnly, "complex/bidi/TestReorderRunsOnly");
119 addTest(root, testStreaming, "complex/bidi/TestStreaming");
120 addTest(root, testClassOverride, "complex/bidi/TestClassOverride")
    [all...]
currtest.c 232 #define TESTCASE(x) addTest(root, &x, "tsformat/currtest/" #x)
tracetst.c 43 addTest(root, &TestTraceAPI, "tsutil/TraceTest/TestTraceAPI" );
utexttst.c 31 addTest(root, &TestAPI , "tsutil/UTextTest/TestAPI");
bocu1tst.c 1030 addTest(root, TestBOCU1RefDiff, "tsconv/bocu1tst/TestBOCU1RefDiff");
1031 addTest(root, TestBOCU1, "tsconv/bocu1tst/TestBOCU1");
encoll.c 256 addTest(root, &TestPrimary, "tscoll/encoll/TestPrimary");
257 addTest(root, &TestSecondary, "tscoll/encoll/TestSecondary");
258 addTest(root, &TestTertiary, "tscoll/encoll/TestTertiary");
  /external/chromium_org/third_party/protobuf/python/
setup.py 114 suite.addTest(loader.loadTestsFromModule(test))
  /external/chromium_org/tools/grit/grit/
test_suite_all.py 145 self.addTest(unittest.makeSuite(test_class))
  /external/guava/guava-tests/test/com/google/common/collect/
ImmutableClassToInstanceMapTest.java 45 suite.addTest(MapTestSuiteBuilder
  /external/junit/src/org/junit/internal/runners/
JUnit38ClassRunner.java 164 filtered.addTest(test);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 210 suite.addTest(unittest.makeSuite(DBEnvClosedEarlyCrash))
test_sequence.py 131 suite.addTest(unittest.makeSuite(DBSequenceTest))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_early_close.py 210 suite.addTest(unittest.makeSuite(DBEnvClosedEarlyCrash))
test_sequence.py 131 suite.addTest(unittest.makeSuite(DBSequenceTest))
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 346 suite.addTest(test);
506 newSuite.addTest(test);
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPackageDef.java 355 void addTest(TestIdentifier testDef, int timeout) {
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 63 suite.addTest(subSuite);
  /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...]

Completed in 1454 milliseconds

<<11121314