Searched refs:SPECIAL_MEMBER_SEPARATOR (Results 1 - 7 of 7) sorted by relevance

/external/proguard/src/proguard/classfile/
H A DJavaConstants.java70 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field in interface:JavaConstants
H A DClassConstants.java195 public static final char SPECIAL_MEMBER_SEPARATOR = '$'; field in class:ClassConstants
/external/proguard/src/proguard/classfile/editor/
H A DMemberAdder.java292 name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
H A DClassReferenceFixer.java558 name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
/external/proguard/src/proguard/optimize/evaluation/
H A DSimpleEnumDescriptorSimplifier.java170 String newName = name + ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
229 newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
/external/proguard/src/proguard/optimize/
H A DMethodDescriptorShrinker.java96 newName += ClassConstants.SPECIAL_MEMBER_SEPARATOR + Long.toHexString(Math.abs((descriptor).hashCode()));
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/ proguard/DuplicateClassPrinter.class DuplicateClassPrinter.java package proguard ...

Completed in 128 milliseconds