Home
last modified time | relevance | path

Searched refs:testSuite (Results 1 – 10 of 10) sorted by relevance

/cts/tools/cts-native-scanner/src/com/android/cts/nativescanner/
DCtsNativeScanner.java40 String testSuite = null; in main() local
43 testSuite = getArg(args, ++i, "Missing value for test suite"); in main()
50 if (testSuite == null) { in main()
56 TestScanner scanner = new TestScanner(reader, testSuite); in main()
DTestScanner.java45 TestScanner(BufferedReader reader, String testSuite) { in TestScanner() argument
46 mTestSuite = testSuite; in TestScanner()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestSuite.java110 TestSuite testSuite = mChildSuiteMap.get(suiteName); in getTestSuite() local
111 if (testSuite == null) { in getTestSuite()
112 testSuite = new TestSuite(suiteName); in getTestSuite()
113 mChildSuiteMap.put(suiteName, testSuite); in getTestSuite()
115 return testSuite; in getTestSuite()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
DSensorCtsTestActivity.java143 TestSuite testSuite; in runnerForClass() local
147 testSuite = (TestSuite) test; in runnerForClass()
153 testSuite = new TestSuite(testClass); in runnerForClass()
156 new SensorCtsTestSuite(getApplicationContext(), testSuite); in runnerForClass()
DSensorCtsTestSuite.java36 public SensorCtsTestSuite(Context context, TestSuite testSuite) { in SensorCtsTestSuite() argument
38 mWrappedTestSuite = testSuite; in SensorCtsTestSuite()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
DGnssCtsTestSuite.java36 public GnssCtsTestSuite(Context context, TestSuite testSuite) { in GnssCtsTestSuite() argument
38 mWrappedTestSuite = testSuite; in GnssCtsTestSuite()
DGnssCtsTestActivity.java138 TestSuite testSuite; in runnerForClass() local
142 testSuite = (TestSuite) test; in runnerForClass()
148 testSuite = new TestSuite(testClass); in runnerForClass()
151 new GnssCtsTestSuite(getApplicationContext(), testSuite); in runnerForClass()
/cts/tools/utils/
DDescriptionGenerator.java369 void appendSuiteToElement(Node elem, TestClass testSuite) { in appendSuiteToElement() argument
370 String suiteName = testSuite.mName; in appendSuiteToElement()
383 appendTestCases(child, testSuite.mCases); in appendSuiteToElement()
385 testSuite.mName = suiteName.substring(dotIndex + 1, suiteName.length()); in appendSuiteToElement()
386 appendSuiteToElement(child, testSuite); in appendSuiteToElement()
393 appendSuiteToElementImpl(elem, testSuite); in appendSuiteToElement()
487 void appendSuiteToElementImpl(Node elem, TestClass testSuite) { in appendSuiteToElementImpl() argument
489 String suiteName = testSuite.mName; in appendSuiteToElementImpl()
505 appendTestCases(leafSuiteElem, testSuite.mCases); in appendSuiteToElementImpl()
/cts/tests/camera/src/android/hardware/cts/
DCamera_SizeTest.java114 private static void addTestToSuite(TestSuite testSuite, String testName) { in addTestToSuite() argument
117 testSuite.addTest(test); in addTestToSuite()
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...