Home
last modified time | relevance | path

Searched refs:FixedStringMatcher (Results 1 – 7 of 7) sorted by relevance

/external/proguard/src/proguard/util/
DFixedStringMatcher.java29 public class FixedStringMatcher implements StringMatcher class
35 public FixedStringMatcher(String fixedString) in FixedStringMatcher() method in FixedStringMatcher
41 public FixedStringMatcher(String fixedString, StringMatcher nextMatcher) in FixedStringMatcher() method in FixedStringMatcher
DNameParser.java79 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()
DFileNameParser.java94 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()
DClassNameParser.java154 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()
/external/proguard/src/proguard/optimize/peephole/
DClassMerger.java337 new OrMatcher(new FixedStringMatcher(ClassConstants.ATTR_BootstrapMethods), in visitProgramClass0()
338 new OrMatcher(new FixedStringMatcher(ClassConstants.ATTR_SourceFile), in visitProgramClass0()
339 new OrMatcher(new FixedStringMatcher(ClassConstants.ATTR_InnerClasses), in visitProgramClass0()
340 new FixedStringMatcher(ClassConstants.ATTR_EnclosingMethod))))), in visitProgramClass0()
618 … new MemberNameFilter(new NotMatcher(new FixedStringMatcher(ClassConstants.METHOD_NAME_CLINIT)), in overridesAnyMethods()
619 … new MemberNameFilter(new NotMatcher(new FixedStringMatcher(ClassConstants.METHOD_NAME_INIT)), in overridesAnyMethods()
641 … new MemberNameFilter(new NotMatcher(new FixedStringMatcher(ClassConstants.METHOD_NAME_INIT)), in shadowsAnyMethods()
651 … new MemberNameFilter(new NotMatcher(new FixedStringMatcher(ClassConstants.METHOD_NAME_CLINIT)), in shadowsAnyMethods()
/external/proguard/src/proguard/gui/
DOptimizationsDialog.java193 new FixedStringMatcher(""); in setFilter()
/external/proguard/lib/
Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader ...