Searched defs:replaceAttributes (Results 1 - 3 of 3) sorted by relevance

/external/proguard/src/proguard/classfile/editor/
H A DAttributesEditor.java39 private final boolean replaceAttributes; field in class:AttributesEditor
47 boolean replaceAttributes)
49 this(targetClass, null, null, replaceAttributes);
59 boolean replaceAttributes)
61 this(targetClass, targetMember, null, replaceAttributes);
72 boolean replaceAttributes)
77 this.replaceAttributes = replaceAttributes;
111 if (!replaceAttributes ||
128 if (!replaceAttributes ||
46 AttributesEditor(ProgramClass targetClass, boolean replaceAttributes) argument
57 AttributesEditor(ProgramClass targetClass, ProgramMember targetMember, boolean replaceAttributes) argument
69 AttributesEditor(ProgramClass targetClass, ProgramMember targetMember, CodeAttribute targetAttribute, boolean replaceAttributes) argument
[all...]
H A DAttributeAdder.java53 private final boolean replaceAttributes; field in class:AttributeAdder
64 boolean replaceAttributes)
66 this(targetClass, null, null, replaceAttributes);
76 boolean replaceAttributes)
78 this(targetClass, targetMember, null, replaceAttributes);
89 boolean replaceAttributes)
94 this.replaceAttributes = replaceAttributes;
100 replaceAttributes);
304 replaceAttributes));
63 AttributeAdder(ProgramClass targetClass, boolean replaceAttributes) argument
74 AttributeAdder(ProgramClass targetClass, ProgramMember targetMember, boolean replaceAttributes) argument
86 AttributeAdder(ProgramClass targetClass, ProgramMember targetMember, CodeAttribute targetCodeAttribute, boolean replaceAttributes) argument
[all...]
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/FileWordReader.class FileWordReader.java package proguard ...

Completed in 102 milliseconds