Searched refs:matchedPatternPaths (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 116 Path path, Path testMappingsDir, Set<String> matchedPatternPaths) { in getTestCollection() argument 164 if (!isMatchedFilePatterns(relativePath, matchedPatternPaths, filePatterns)) { in getTestCollection() 201 filePath, testMappingsDir, matchedPatternPaths); in getTestCollection() 243 String testMappingDir, Set<String> matchedPatternPaths, Set<String> filePatterns) { in isMatchedFilePatterns() argument 245 for (String matchedPatternPath : matchedPatternPaths) { in isMatchedFilePatterns() 488 Set<String> matchedPatternPaths) { in getTests() argument 521 matchedPatternPaths), in getTests()
|
/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 1106 Set<String> matchedPatternPaths = in testparseTestMappingWithFilePatterns() local 1121 matchedPatternPaths), in testparseTestMappingWithFilePatterns() 1134 matchedPatternPaths.clear(); in testparseTestMappingWithFilePatterns() 1135 matchedPatternPaths.add(rootDirName + File.separator + "a/TEST_MAPPING"); in testparseTestMappingWithFilePatterns() 1141 matchedPatternPaths), in testparseTestMappingWithFilePatterns() 1150 matchedPatternPaths.clear(); in testparseTestMappingWithFilePatterns() 1151 matchedPatternPaths.add(rootDirName + File.separator + "a/b/c.jar"); in testparseTestMappingWithFilePatterns() 1157 matchedPatternPaths), in testparseTestMappingWithFilePatterns() 1172 matchedPatternPaths), in testparseTestMappingWithFilePatterns()
|