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/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java283 List<ICaseResult> cases = module.getResults(); in testRetry() local
284 assertEquals("Expected 1 test case", 1, cases.size()); in testRetry()
285 ICaseResult case1 = cases.get(0); in testRetry()
/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.