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/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/
DXmlGenerator.java189 private void writeTestCases(PrintWriter writer, Collection<TestCase> cases, in writeTestCases() argument
191 Collection<TestCase> sorted = sortCollection(cases); in writeTestCases()
/cts/hostsidetests/sustainedperf/dhrystone/
DRationale106 have been changed in very few places only. In these cases, only the
114 of the executed statements should not be changed, there are still cases
/cts/tools/dasm/src/java_cup/
Dparser.cup44 in a few cases as variables declared in the action code section.