Home
last modified time | relevance | path

Searched refs:thisClassName (Results 1 – 4 of 4) sorted by relevance

/external/proguard/src/proguard/classfile/
DLibraryClass.java36 public String thisClassName; field in LibraryClass
90 return thisClassName; in getName()
111 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getTag()
116 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getString()
121 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getStringString()
126 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getClassName()
131 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getName()
136 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getType()
142 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefClassName()
147 …throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant … in getRefName()
[all …]
/external/slf4j/slf4j-api/src/main/java/org/slf4j/helpers/
DUtil.java58 String thisClassName = Util.class.getName(); in getCallingClass() local
63 if (thisClassName.equals(trace[i].getName())) in getCallingClass()
/external/proguard/src/proguard/obfuscate/
DClassRenamer.java61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass); in visitLibraryClass()
/external/proguard/src/proguard/classfile/io/
DLibraryClassReader.java134 libraryClass.thisClassName = getClassName(u2thisClass); in visitLibraryClass()