/external/autotest/test_suites/ |
control.cr50_stress_experimental | 7 PURPOSE = "Experimental suite to test cr50 stress tests." 11 TEST_CLASS = "suite" 15 This is the cr50_stress_experimental test suite. 17 This suite is meant to be a proving ground for cr50 stress tests before they 18 are promoted to the actual cr50 stress suite.
|
control.gts | 8 CRITERIA = "All tests with SUITE=gts must pass." 12 TEST_CLASS = "suite" 16 This suite wraps the current GTS bundle for autotest. 25 if not hasattr(test, 'suite') or not hasattr(test, 'name'): 27 if not test.suite == NAME:
|
control.stress_experimental | 7 PURPOSE = "Experimental suite to test stress tests." 11 TEST_CLASS = "suite" 15 This is the stress_experimental test suite. 17 This suite is meant to be a proving ground for stress tests before they 18 are promoted to the actual stress suite.
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/ |
class_definition.py | 37 def suite(self): member in class:Class 42 return self.suite.FindChild(snippet_type, **kwargs) 45 return self.suite.FindChildren(snippet_type) 48 self.suite.Cut(child) 51 self.suite.Paste(child)
|
function_definition.py | 37 def suite(self): member in class:Function 42 return self.suite.FindChild(snippet_type, **kwargs) 45 return self.suite.FindChildren(snippet_type) 48 self.suite.Cut(child) 51 self.suite.Paste(child)
|
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/test/ |
MockFtpServerTestSuite.java | 21 * Unit test suite for the StubFtpServer application
41 * @return the test suite as a Test
43 public static Test suite() {
method in class:MockFtpServerTestSuite 48 * Run the test suite
51 junit.textui.TestRunner.run(suite());
method
|
/external/python/cpython2/Lib/distutils/tests/ |
__init__.py | 1 """Test suite for distutils. 3 This test suite consists of a collection of test modules in the 25 suite = unittest.TestSuite() 31 suite.addTest(module.test_suite()) 32 return suite
|
/external/python/cpython3/Lib/distutils/tests/ |
__init__.py | 1 """Test suite for distutils. 3 This test suite consists of a collection of test modules in the 25 suite = unittest.TestSuite() 31 suite.addTest(module.test_suite()) 32 return suite
|
/external/slf4j/slf4j-ext/src/test/java/org/slf4j/profiler/ |
PackageTest.java | 31 public static Test suite() { method in class:PackageTest 32 TestSuite suite = new TestSuite(); local 33 suite.addTestSuite(UtilTest.class); 34 suite.addTestSuite(ProfilerTest.class); 35 return suite;
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
IgnoredMethodsPanel.java | 22 public String getHeader(ISuite suite) { 23 return pluralize(suite.getExcludedMethods().size(), "ignored method"); 27 public String getContent(ISuite suite, XMLStringBuffer main) { 31 for (ITestNGMethod method : suite.getExcludedMethods()) { 50 public String getNavigatorLink(ISuite suite) {
|
ReporterPanel.java | 26 public String getHeader(ISuite suite) { 27 return "Reporter output for " + suite.getName(); 31 public String getContent(ISuite suite, XMLStringBuffer main) { 33 for (ITestResult tr : getModel().getAllTestResults(suite)) { 50 public String getNavigatorLink(ISuite suite) {
|
/external/testng/src/test/java/test/testng249/ |
VerifyTest.java | 20 XmlSuite suite = new XmlSuite(); local 21 suite.setName("Suite"); 23 XmlTest test = new XmlTest(suite); 33 tng.setXmlSuites(Arrays.asList(new XmlSuite[] { suite }));
|
/external/toolchain-utils/crosperf/experiment_files/ |
page_cycler_perf.exp | 18 suite: telemetry_Crosperf 23 suite: telemetry_Crosperf 28 suite: telemetry_Crosperf 33 suite: telemetry_Crosperf 38 suite: telemetry_Crosperf
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
CameraStressTestRunner.java | 32 TestSuite suite = new InstrumentationTestSuite(this); local 33 suite.addTestSuite(CameraStressTest.class); 34 suite.addTestSuite(CameraFunctionalTest.class); 35 suite.addTestSuite(CameraPairwiseTest.class); 36 return suite;
|
/packages/apps/Music/tests/src/com/android/music/ |
MusicPlayerFunctionalTestRunner.java | 43 TestSuite suite = new InstrumentationTestSuite(this); local 44 suite.addTestSuite(TestSongs.class); 45 suite.addTestSuite(TestPlaylist.class); 46 suite.addTestSuite(MusicPlayerStability.class); 47 return suite;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 1 """Test suite for distutils. 3 This test suite consists of a collection of test modules in the 25 suite = unittest.TestSuite() 31 suite.addTest(module.test_suite()) 32 return suite
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
__init__.py | 1 """Test suite for distutils. 3 This test suite consists of a collection of test modules in the 25 suite = unittest.TestSuite() 31 suite.addTest(module.test_suite()) 32 return suite
|
/tools/tradefederation/core/tests/res/config/suite/ |
stub1.xml | 16 <configuration description="Runs a stub tests part of some suite"> 17 <option name="test-suite-tag" value="example-suite" /> 18 <!-- it's possible for one test to be in several suite --> 19 <option name="test-suite-tag" value="example-suite2" />
|
stubAbi.xml | 16 <configuration description="Runs a stub tests part of some suite"> 17 <!-- it's possible for one test to be in several suite --> 18 <option name="test-suite-tag" value="example-suite-abi" /> 19 <test class="com.android.tradefed.testtype.suite.TestSuiteStub" />
|
/external/llvm/utils/lit/tests/ |
discovery.py | 1 # Check the basic discovery process, including a sub-suite. 9 # CHECK-BASIC-ERR: loading suite config '{{.*}}/discovery/lit.cfg' 10 # CHECK-BASIC-ERR-DAG: loading suite config '{{.*}}/discovery/subsuite/lit.cfg' 14 # CHECK-BASIC-OUT: sub-suite - 2 tests 17 # CHECK-BASIC-OUT: top-level-suite - 3 tests 22 # CHECK-BASIC-OUT: sub-suite :: test-one 23 # CHECK-BASIC-OUT: sub-suite :: test-two 24 # CHECK-BASIC-OUT: top-level-suite :: subdir/test-three 25 # CHECK-BASIC-OUT: top-level-suite :: test-one 26 # CHECK-BASIC-OUT: top-level-suite :: test-tw [all...] |
/external/vogar/src/vogar/ |
XmlReportPrinter.java | 76 Map<String, Suite> suites = testsToSuites(results); 80 for (Suite suite : suites.values()) { 81 String fileName = "TEST-" + suite.name + ".xml"; 82 suite.printReport(timestamp, fileName); 88 private Map<String, Suite> testsToSuites(Collection<Outcome> outcomes) { 89 Map<String, Suite> result = new LinkedHashMap<String, Suite>(); 96 Suite suite = result.get(suiteName) local [all...] |
/external/autotest/client/site_tests/cheets_StartAndroid/ |
control.stress.0 | 9 ATTRIBUTES = "suite:bvt-arc, suite:bvt-cq, suite:bvt-inline"
|
/external/autotest/client/site_tests/dummy_Fail/ |
control | 9 ATTRIBUTES = "suite:another_suite, suite:dummy, suite:push_to_prod"
|
/external/autotest/client/site_tests/graphics_GLMark2/ |
control | 8 ATTRIBUTES = "suite:graphics, suite:graphics_per-day, suite:graphics_system"
|
/external/autotest/client/site_tests/graphics_Stress/ |
control.50spirit | 10 #ATTRIBUTES = "suite:graphics, suite:graphics_browser, suite:graphics_per-day"
|