HomeSort by relevance Sort by last modified time
    Searched defs:replaceAttributes (Results 1 - 4 of 4) sorted by null

  /external/proguard/src/proguard/classfile/editor/
AttributesEditor.java 39 private final boolean replaceAttributes;
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;
90 if (!replaceAttributes ||
107 if (!replaceAttributes ||
    [all...]
AttributeAdder.java 49 private final boolean replaceAttributes;
60 boolean replaceAttributes)
62 this(targetClass, null, null, replaceAttributes);
72 boolean replaceAttributes)
74 this(targetClass, targetMember, null, replaceAttributes);
85 boolean replaceAttributes)
90 this.replaceAttributes = replaceAttributes;
96 replaceAttributes);
284 replaceAttributes));
    [all...]
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 53 milliseconds