/external/proguard/src/proguard/util/ |
D | ClassNameParser.java | 60 public StringMatcher parse(String regularExpression) in parse() argument 66 for (index = 0; index < regularExpression.length(); index++) in parse() 69 if (regularExpression.regionMatches(index, "L///;", 0, 5)) in parse() 76 new OrMatcher(parse(regularExpression.substring(index + 5)), in parse() 85 if (regularExpression.regionMatches(index, "L***;", 0, 5)) in parse() 90 createAnyTypeMatcher(parse(regularExpression.substring(index + 5))); in parse() 95 if (regularExpression.regionMatches(index, "**", 0, 2)) in parse() 104 parse(regularExpression.substring(index + 2))); in parse() 109 else if (regularExpression.charAt(index) == '*') in parse() 118 parse(regularExpression.substring(index + 1))); in parse() [all …]
|
D | ListParser.java | 52 public StringMatcher parse(String regularExpression) in parse() argument 55 return parse(ListUtil.commaSeparatedList(regularExpression)); in parse() 73 String regularExpression = (String)regularExpressions.get(index); in parse() local 75 StringMatcher entryMatcher = parseEntry(regularExpression); in parse() 81 isNegated(regularExpression) ? in parse() 96 private StringMatcher parseEntry(String regularExpression) in parseEntry() argument 99 return isNegated(regularExpression) ? in parseEntry() 100 new NotMatcher(stringParser.parse(regularExpression.substring(1))) : in parseEntry() 101 stringParser.parse(regularExpression); in parseEntry() 108 private boolean isNegated(String regularExpression) in isNegated() argument [all …]
|
D | FileNameParser.java | 40 public StringMatcher parse(String regularExpression) in parse() argument 46 for (index = 0; index < regularExpression.length(); index++) in parse() 49 if (regularExpression.regionMatches(index, "**", 0, 2)) in parse() 58 parse(regularExpression.substring(index + 2))); in parse() 63 else if (regularExpression.charAt(index) == '*') in parse() 72 parse(regularExpression.substring(index + 1))); in parse() 77 else if (regularExpression.charAt(index) == '?') in parse() 86 parse(regularExpression.substring(index + 1))); in parse() 94 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()
|
D | NameParser.java | 39 public StringMatcher parse(String regularExpression) in parse() argument 45 for (index = 0; index < regularExpression.length(); index++) in parse() 48 if (regularExpression.charAt(index) == '*') in parse() 57 parse(regularExpression.substring(index + 1))); in parse() 62 else if (regularExpression.charAt(index) == '?') in parse() 71 parse(regularExpression.substring(index + 1))); in parse() 79 … (StringMatcher)new FixedStringMatcher(regularExpression.substring(0, index), nextMatcher) : in parse()
|
D | StringParser.java | 34 public StringMatcher parse(String regularExpression); in parse() argument
|
/external/proguard/src/proguard/io/ |
D | NameFilter.java | 39 public NameFilter(String regularExpression, in NameFilter() argument 42 this(regularExpression, acceptedDataEntryReader, null); in NameFilter() 50 public NameFilter(String regularExpression, in NameFilter() argument 54 … super(new DataEntryNameFilter(new ListParser(new FileNameParser()).parse(regularExpression)), in NameFilter()
|
/external/proguard/src/proguard/classfile/visitor/ |
D | ClassNameFilter.java | 48 public ClassNameFilter(String regularExpression, in ClassNameFilter() argument 51 this(new ListParser(new ClassNameParser()).parse(regularExpression), in ClassNameFilter() 63 public ClassNameFilter(List regularExpression, in ClassNameFilter() argument 66 this(new ListParser(new ClassNameParser()).parse(regularExpression), in ClassNameFilter()
|
D | MemberNameFilter.java | 47 public MemberNameFilter(String regularExpression, in MemberNameFilter() argument 50 this(new ListParser(new NameParser()).parse(regularExpression), in MemberNameFilter()
|
D | MemberDescriptorFilter.java | 47 public MemberDescriptorFilter(String regularExpression, in MemberDescriptorFilter() argument 50 this(new ClassNameParser().parse(regularExpression), memberVisitor); in MemberDescriptorFilter()
|
/external/proguard/src/proguard/retrace/ |
D | ReTrace.java | 54 private final String regularExpression; field in ReTrace 74 public ReTrace(String regularExpression, in ReTrace() argument 78 this(regularExpression, verbose, mappingFile, null); in ReTrace() 94 public ReTrace(String regularExpression, in ReTrace() argument 99 this.regularExpression = regularExpression; in ReTrace() 116 StringBuffer expressionBuffer = new StringBuffer(regularExpression.length() + 32); in execute() 122 int nextIndex = regularExpression.indexOf('%', index); in execute() 124 nextIndex == regularExpression.length()-1 || in execute() 130 expressionBuffer.append(regularExpression.substring(index, nextIndex)); in execute() 133 char expressionType = regularExpression.charAt(nextIndex + 1); in execute() [all …]
|
/external/proguard/src/proguard/classfile/attribute/annotation/visitor/ |
D | AnnotationTypeFilter.java | 49 public AnnotationTypeFilter(String regularExpression, in AnnotationTypeFilter() argument 52 … this.regularExpressionMatcher = new ListParser(new ClassNameParser()).parse(regularExpression); in AnnotationTypeFilter()
|
/external/proguard/src/proguard/classfile/attribute/visitor/ |
D | AttributeNameFilter.java | 52 public AttributeNameFilter(String regularExpression, in AttributeNameFilter() argument 55 this(new ListParser(new NameParser()).parse(regularExpression), in AttributeNameFilter() 67 public AttributeNameFilter(List regularExpression, in AttributeNameFilter() argument 70 this(new ListParser(new NameParser()).parse(regularExpression), in AttributeNameFilter()
|
/external/proguard/lib/ |
D | retrace.jar | META-INF/
META-INF/MANIFEST.MF
proguard/retrace/
proguard/retrace/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
D | ant.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/jarjar/lib/ |
D | apache-ant-1.9.4.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/guice/extensions/struts2/lib/ |
D | ant-1.6.5.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/robolectric/v1/lib/main/ |
D | android.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/android/
com/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/robolectric/v3/runtime/ |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.3_r2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-5.1.1_r9-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-5.0.0_r2-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |