Home
last modified time | relevance | path

Searched refs:exclude (Results 1 – 7 of 7) sorted by relevance

/test/vts-testcase/kernel/ltp/
DTEST_MAPPING8 "exclude-filter": "controllers.memcg_regression_32bit"
11 "exclude-filter": "cve.cve-2011-0999_32bit"
14 "exclude-filter": "cve.cve-2015-7550_32bit"
17 "exclude-filter": "cve.cve-2016-7117_32bit"
20 "exclude-filter": "cve.cve-2017-2671_32bit"
23 "exclude-filter": "dio.dio15_32bit"
26 "exclude-filter": "dio.dio16_32bit"
29 "exclude-filter": "dio.dio17_32bit"
32 "exclude-filter": "dio.dio19_32bit"
35 "exclude-filter": "dio.dio20_32bit"
[all …]
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/util/
DRetryFilterHelperTest.java56 Set<String> exclude = new HashSet<>(); in testClearOptions() local
57 exclude.add(TEST_STRING); in testClearOptions()
58 RetryFilterHelper helper = new RetryFilterHelper(null, 0, TEST_STRING, include, exclude, in testClearOptions()
/test/app_compat/csuite/tools/csuite_test/
Dgo.mod15 exclude github.com/golang/protobuf v1.5.0
20 exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DSubPlan.java143 for (String exclude : sortedExcludes) { in serialize()
145 serializer.attribute(NS, EXCLUDE_ATTR, exclude); in serialize()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DSubPlanHelper.java298 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan() argument
299 String test = exclude.getTest(); in addExcludeToSubPlan()
300 String str = exclude.toString(); in addExcludeToSubPlan()
/test/app_compat/csuite/
Dpylintrc407 exclude-protected=_asdict,
/test/dittosuite/
DDoxyfile1044 # excluded from the INPUT source files. This way you can easily exclude a
1060 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
1064 # exclude all test directories for example use the pattern */test/*