Home
last modified time | relevance | path

Searched refs:cases (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/permission/
DREADME15 In the permissions test cases, we just test the negative cases. These tests are to test the behavio…
/cts/tools/utils/
DDescriptionGenerator.java425 void appendTestCases(Node elem, Collection<TestMethod> cases) { in appendTestCases() argument
426 if (cases.isEmpty()) { in appendTestCases()
430 for (TestMethod caze : cases) { in appendTestCases()
522 TestClass(String name, Collection<TestMethod> cases) { in TestClass() argument
524 mCases = cases; in TestClass()
547 ArrayList<TestMethod> cases = new ArrayList<TestMethod>(); in getTestMethods() local
582 cases.add(new TestMethod( in getTestMethods()
588 return cases; in getTestMethods()
/cts/suite/cts/utils/
Dget_csv_report.py58 cases = {}
61 cases.update(parseSuite(child, parentName + child.getAttribute("name")))
87 cases[caseName] = testCase
88 return cases
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/
DXmlPlanGenerator.java138 private void writeTestCases(PrintWriter writer, ArrayList<TestCase> cases, String name) { in writeTestCases() argument
139 for (TestCase testCase : cases) { in writeTestCases()
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java186 private void writeTestCases(PrintWriter writer, Collection<TestCase> cases, in writeTestCases() argument
188 Collection<TestCase> sorted = sortCollection(cases); in writeTestCases()
/cts/tools/dasm/src/java_cup/
Dparser.cup44 in a few cases as variables declared in the action code section.