Searched refs:mExcludedGlobs (Results 1 – 1 of 1) sorted by relevance
103 private final String[] mExcludedGlobs; field in AsmAnalyzer127 mExcludedGlobs = excludedGlobs != null ? excludedGlobs : new String[0]; in AsmAnalyzer()146 Pattern[] excludePatterns = Arrays.stream(mExcludedGlobs).parallel() in analyze()