Searched refs:exclude (Results 1 – 7 of 7) sorted by relevance
8 "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 …]
56 Set<String> exclude = new HashSet<>(); in testClearOptions() local57 exclude.add(TEST_STRING); in testClearOptions()58 RetryFilterHelper helper = new RetryFilterHelper(null, 0, TEST_STRING, include, exclude, in testClearOptions()
15 exclude github.com/golang/protobuf v1.5.020 exclude golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
143 for (String exclude : sortedExcludes) { in serialize()145 serializer.attribute(NS, EXCLUDE_ATTR, exclude); in serialize()
298 static void addExcludeToSubPlan(ISubPlan subPlan, TestFilter exclude) { in addExcludeToSubPlan() argument299 String test = exclude.getTest(); in addExcludeToSubPlan()300 String str = exclude.toString(); in addExcludeToSubPlan()
407 exclude-protected=_asdict,
1044 # excluded from the INPUT source files. This way you can easily exclude a1060 # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude1064 # exclude all test directories for example use the pattern */test/*