HomeSort by relevance Sort by last modified time
    Searched full:suite (Results 226 - 250 of 5899) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/test/
DummyTest.java 11 * Dummy test suite for verifying the host-driven test framework.
  /external/chromium_org/chrome/test/chromedriver/test/
unittest_util.py 71 def GetTestsFromSuite(suite):
72 """Returns all the tests from a given test suite."""
74 for x in suite:
82 def GetTestNamesFromSuite(suite):
83 """Returns a list of every test name in the given suite."""
84 return map(lambda x: GetTestName(x), GetTestsFromSuite(suite))
94 def FilterTestSuite(suite, gtest_filter):
95 """Returns a new filtered tests suite based on the given gtest filter.
100 return unittest.TestSuite(FilterTests(GetTestsFromSuite(suite), gtest_filter))
  /external/junit/src/junit/runner/
StandardTestSuiteLoader.java 7 * The standard test suite loader. It can only load the same class once.
  /external/libsepol/tests/
libsepol-tests.c 38 suite = CU_add_suite(#name, name##_test_init, name##_test_cleanup); \
39 if (NULL == suite) { \
42 if (name##_add_tests(suite)) { \
56 CU_pSuite suite = NULL; local
  /external/libvpx/libvpx/nestegg/
INSTALL 8 4. Run |make check| to run the test suite.
  /external/v8/test/es5conform/
README 1 This directory contains code for binding the es5conform test suite
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
ConnectivityManagerStressTestRunner.java 49 TestSuite suite = new InstrumentationTestSuite(this); local
50 suite.addTestSuite(WifiApStress.class);
51 suite.addTestSuite(WifiStressTest.class);
52 return suite;
  /ndk/build/gmsl/
README 17 3. To run the GMSL test suite have
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
unit_test_suite.ipp 54 , p_type_name( t == tut_case ? "case" : "suite" )
199 traverse_test_tree( test_suite const& suite, test_tree_visitor& V )
201 if( !suite.p_enabled || !V.test_suite_start( suite ) )
206 BOOST_TEST_FOREACH( test_unit_id, id, suite.m_members )
210 std::vector<test_unit_id> members( suite.m_members );
217 V.test_suite_finish( suite );
218 framework::test_unit_aborted( suite );
223 V.test_suite_finish( suite );
  /external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/dom-perf/
createnodes.js 65 this.suite.benchmarkContent.appendChild(nodes[i]);
71 this.suite.benchmarkContent.appendChild(nodes[i]);
82 var length = this.suite.benchmarkContent.childNodes.length;
90 var child = benchmark.suite.benchmarkContent.childNodes[CreateNodes.nIterations / 2];
95 this.suite.benchmarkContent.innerHTML = allHTML;
128 this.suite.benchmarkContent.appendChild(spans[i]);
135 this.suite.benchmarkContent.appendChild(fragments[i]);
151 this.suite.benchmarkContent.appendChild(fragment);
156 this.suite.benchmarkContent.appendChild(fragment.cloneNode(true));
189 this.suite.benchmarkContent.innerHTML = html
    [all...]
  /external/markdown/
regression-tests.py 215 def suite(): function
216 """ Build a test suite of the above tests and extension doctests. """
217 suite = unittest.TestSuite()
218 suite.addTest(unittest.makeSuite(TestMarkdown))
219 suite.addTest(unittest.makeSuite(TestBlockParser))
220 suite.addTest(unittest.makeSuite(TestBlockParserState))
221 suite.addTest(unittest.makeSuite(TestHtmlStash))
222 suite.addTest(unittest.makeSuite(TestOrderedDict))
228 suite.addTest(DocTestSuite(module))
231 return suite
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqTestSuite.java 24 * Test suite for go negotiation requester.
31 * Return test suite.
P2pClientTestSuite.java 24 * Test suite to join a p2p group.
31 * Return test suite.
  /cts/tools/cts-native-scanner/tests/src/com/android/cts/nativescanner/
UnitTests.java 24 * A test suite for all cts-native-scanner unit tests.
37 public static Test suite() { method in class:UnitTests
  /external/chromium_org/tools/telemetry/telemetry/unittest/
run_tests.py 21 if hasattr(module, 'suite'):
22 new_suite = module.suite()
30 def FilterSuite(suite, predicate):
31 new_suite = suite.__class__()
32 for x in suite:
54 suite = Discover(dir_name, top_level_dir, '*_unittest.py')
79 filtered_suite = FilterSuite(suite, IsTestSelected)
85 """Unit test suite that collects all test cases for telemetry."""
  /external/chromium_org/v8/tools/testrunner/network/
endpoint.py 93 suite = testsuite.TestSuite.LoadTestSuite(
95 if suite:
96 suites.append(suite)
103 suite = suites_dict[t.suite]
104 t.suite = suite
105 suite.tests.append(t)
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
PerCollectionSizeTestSuiteBuilder.java 33 * This builder creates a composite test suite, containing a separate test suite
42 * generated test suite. An instance of G should somehow provide an
60 * Creates a runnable JUnit test suite based on the criteria already given.
90 TestSuite suite = new TestSuite(name); local
109 suite.addTest(oneSizeSuite);
115 return suite;
123 /** Builds a test suite for one particular {@link CollectionSize}. */
  /external/junit/src/org/junit/runner/
RunWith.java 17 * For example, suites in JUnit 4 are built using RunWith, and a custom runner named Suite:
20 * &#064;RunWith(Suite.class)
  /external/smali/smali-integration-tests/src/test/smali/junit-tests/
TestSuite.smali 19 value = Lorg/junit/runners/Suite;
22 .annotation runtime Lorg/junit/runners/Suite$SuiteClasses;
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
TestDefaultLS.java 26 * Test suite that runs all DOM L1 Core tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
TestDefaultLSAltConfig.java 26 * Test suite that runs all DOM L1 Core tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
  /libcore/dom/src/test/java/org/w3c/domts/level1/html/
TestDefaultLS.java 26 * Test suite that runs all DOM L1 HTML tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
TestDefaultLSAltConfig.java 26 * Test suite that runs all DOM L1 HTML tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
TestDefaultLS.java 25 * Test suite that runs all DOM L2 Core tests using the
33 public static TestSuite suite() throws Exception { method in class:TestDefaultLS
TestDefaultLSAltConfig.java 26 * Test suite that runs all DOM L2 Core tests using the
34 public static TestSuite suite() throws Exception { method in class:TestDefaultLSAltConfig

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>