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

  /external/proguard/src/proguard/obfuscate/
SourceFileRenamer.java 42 private final String newSourceFileAttribute;
47 * @param newSourceFileAttribute the new string to be put in the source file
50 public SourceFileRenamer(String newSourceFileAttribute)
52 this.newSourceFileAttribute = newSourceFileAttribute;
74 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newSourceFileAttribute);
82 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newSourceFileAttribute);
  /external/proguard/src/proguard/
Configuration.java 252 public String newSourceFileAttribute;
  /external/proguard/src/proguard/classfile/editor/
AttributeAdder.java 118 SourceFileAttribute newSourceFileAttribute =
123 attributesEditor.addAttribute(newSourceFileAttribute);
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.10/
proguard-gradle-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.9/
proguard-gradle-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-gradle/4.11/
proguard-gradle-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /external/proguard/lib/
proguard.jar 
  /prebuilts/tools/common/proguard/proguard4.7/lib/
proguard.jar 

Completed in 115 milliseconds