Searched refs:includeFilter (Results 1 – 6 of 6) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | ResolvePartialDownload.java | 81 String includeFilter = args.remove(INCLUDE_FILTERS); in execute() local 83 if (includeFilter != null) { in execute() 84 includeFilterList = Arrays.asList(includeFilter); in execute()
|
D | TestMappingSuiteRunner.java | 595 Set<String> includeFilter = getIncludeFilter(); in checkTestMappingOptions() local 596 if (mTestGroup == null && includeFilter.isEmpty()) { in checkTestMappingOptions() 623 if (mTestGroup != null && !includeFilter.isEmpty()) { in checkTestMappingOptions() 629 if (!includeFilter.isEmpty() && !mTestMappingPaths.isEmpty()) { in checkTestMappingOptions()
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ITestSuiteTest.java | 1075 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_matchInclude() local 1076 includeFilter.put("component", "foo"); in testMetadataFilter_matchInclude() 1079 mTestSuite.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_matchInclude() 1090 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_noMatchInclude_mismatchValue() local 1091 includeFilter.put("component", "bar"); in testMetadataFilter_noMatchInclude_mismatchValue() 1094 mTestSuite.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_noMatchInclude_mismatchValue() 1105 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_noMatchInclude_mismatchKey() local 1106 includeFilter.put("group", "bar"); in testMetadataFilter_noMatchInclude_mismatchKey() 1109 mTestSuite.filterByConfigMetadata(config, includeFilter, METADATA_EXCLUDES)); in testMetadataFilter_noMatchInclude_mismatchKey() 1169 MultiMap<String, String> includeFilter = new MultiMap<>(); in testMetadataFilter_matchInclude_multipleMetadataField() local [all …]
|
D | SuiteModuleLoaderTest.java | 279 Map<String, LinkedHashSet<SuiteTestFilter>> includeFilter = new LinkedHashMap<>(); in testInjectConfigOptions_moduleArgs() local 283 includeFilter.put("armeabi-v7a module1[test]", mapFilters); in testInjectConfigOptions_moduleArgs() 286 includeFilter, in testInjectConfigOptions_moduleArgs()
|
/tools/tradefederation/core/test_observatory/com/android/tradefed/observatory/ |
D | TestDiscoveryExecutor.java | 353 for (String includeFilter : includeFilters) { in extractTestModulesFromIncludeFilters() 354 String testModuleName = SuiteTestFilter.createFrom(includeFilter).getBaseName(); in extractTestModulesFromIncludeFilters() 360 includeFilter)); in extractTestModulesFromIncludeFilters()
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | GTestBase.java | 509 for (String includeFilter : mRetryIncludeFilters) { in getGTestFilters() 510 mIncludeFilters.remove(includeFilter); in getGTestFilters()
|