Searched refs:mIncludeGlobs (Results 1 – 1 of 1) sorted by relevance
101 private final String[] mIncludeGlobs; field in AsmAnalyzer126 mIncludeGlobs = includeGlobs != null ? includeGlobs : new String[0]; in AsmAnalyzer()143 Pattern[] includePatterns = Arrays.stream(mIncludeGlobs).parallel() in analyze()