Searched refs:includes (Results 1 – 3 of 3) sorted by relevance
/cts/tests/jdwp/runner/device-side/src/com/android/compatibility/dalvik/ |
D | DalvikTestRunner.java | 82 config.includes.add(include); in createConfig() 89 loadFilters(arg.substring(INCLUDE_FILE.length()), config.includes); in createConfig() 99 config.suite = new FilterableTestSuite(classes, config.includes, config.excludes); in createConfig() 112 collectTests(config.suite, listener, config.includes, config.excludes); in run() 126 Set<String> includes, Set<String> excludes) { in collectTests() argument 132 collectTests((TestSuite) test, listener, includes, excludes); in collectTests() local 133 } else if (shouldCollect(test, includes, excludes)) { in collectTests() 141 private static boolean shouldCollect(Test test, Set<String> includes, Set<String> excludes) { in shouldCollect() argument 161 return includes.isEmpty() in shouldCollect() 162 || includes.contains(methodName) in shouldCollect() [all …]
|
/cts/tools/cts-api-coverage/proto/ |
D | cts_report.proto | 208 // This includes features such as camera, gps and compass.
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 228 Obviously, a C library which includes efficiently coded "strcpy" and
|