HomeSort by relevance Sort by last modified time
    Searched refs:TestSuite (Results 476 - 500 of 817) sorted by null

<<11121314151617181920>>

  /external/protobuf/python/
setup.py 96 suite = unittest.TestSuite()
  /external/v8/test/benchmarks/
testcfg.py 33 from testrunner.local import testsuite
37 class BenchmarksVariantGenerator(testsuite.VariantGenerator):
48 return testsuite.FAST_VARIANT_FLAGS[variant]
51 class BenchmarksTestSuite(testsuite.TestSuite):
  /external/v8/test/message/
testcfg.py 32 from testrunner.local import testsuite
42 class MessageTestSuite(testsuite.TestSuite):
  /external/v8/test/mjsunit/
testcfg.py 31 from testrunner.local import testsuite
41 class MjsunitTestSuite(testsuite.TestSuite):
  /external/v8/test/mozilla/
testcfg.py 33 from testrunner.local import testsuite
59 class MozillaTestSuite(testsuite.TestSuite):
  /external/v8/test/preparser/
testcfg.py 32 from testrunner.local import testsuite
41 class PreparserTestSuite(testsuite.TestSuite):
130 return testsuite.StandardVariantGenerator
  /external/v8/tools/testrunner/network/
endpoint.py 37 from ..local import testsuite
93 suite = testsuite.TestSuite.LoadTestSuite(
  /frameworks/base/test-runner/src/android/test/
InstrumentationTestRunner.java 51 import junit.framework.TestSuite;
366 TestSuite testSuite = getTestSuite();
367 if (testSuite != null) {
368 testSuiteBuilder.addTestSuite(testSuite);
585 public TestSuite getTestSuite() {
592 public TestSuite getAllTests() {
    [all...]
  /libcore/jsr166-tests/src/test/java/jsr166/
AtomicMarkableReferenceTest.java 14 import junit.framework.TestSuite;
24 // return new TestSuite(AtomicMarkableReferenceTest.class);
AtomicReferenceFieldUpdaterTest.java 14 import junit.framework.TestSuite;
31 // return new TestSuite(AtomicReferenceFieldUpdaterTest.class);
AtomicReferenceTest.java 14 import junit.framework.TestSuite;
24 // return new TestSuite(AtomicReferenceTest.class);
AtomicStampedReferenceTest.java 14 import junit.framework.TestSuite;
24 // return new TestSuite(AtomicStampedReferenceTest.class);
CountDownLatchTest.java 16 import junit.framework.TestSuite;
26 // return new TestSuite(CountDownLatchTest.class);
DoubleAccumulatorTest.java 15 import junit.framework.TestSuite;
25 // return new TestSuite(DoubleAccumulatorTest.class);
DoubleAdderTest.java 15 import junit.framework.TestSuite;
25 // return new TestSuite(DoubleAdderTest.class);
EntryTest.java 13 import junit.framework.TestSuite;
23 // return new TestSuite(EntryTest.class);
ExchangerTest.java 18 import junit.framework.TestSuite;
29 // return new TestSuite(ExchangerTest.class);
LongAccumulatorTest.java 15 import junit.framework.TestSuite;
25 // return new TestSuite(LongAccumulatorTest.class);
LongAdderTest.java 15 import junit.framework.TestSuite;
25 // return new TestSuite(LongAdderTest.class);
  /libcore/luni/src/test/java/tests/java/sql/
DeleteFunctionalityTest.java 33 import junit.framework.TestSuite;
  /prebuilts/gdb/darwin-x86/lib/python2.7/sqlite3/test/
hooks.py 200 return unittest.TestSuite((collation_suite, progress_suite))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_robotparser.py 31 tests = unittest.TestSuite()
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/test/
test_result.py 509 suite = unittest.TestSuite([Foo('test_foo')])
523 suite = unittest.TestSuite([Foo('test_foo')])
542 suite = unittest.TestSuite([Foo('test_foo')])
561 suite = unittest.TestSuite([Foo('test_foo')])
  /prebuilts/gdb/linux-x86/lib/python2.7/sqlite3/test/
hooks.py 200 return unittest.TestSuite((collation_suite, progress_suite))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_robotparser.py 31 tests = unittest.TestSuite()

Completed in 198 milliseconds

<<11121314151617181920>>