Searched refs:thisClassName (Results 1 - 5 of 5) sorted by relevance

/external/proguard/src/proguard/classfile/
H A DLibraryClass.java36 public String thisClassName; field in class:LibraryClass
90 return thisClassName;
111 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
116 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
121 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
126 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
131 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
136 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store constant pool");
466 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store attributes");
/external/proguard/src/proguard/obfuscate/
H A DClassRenamer.java61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass);
/external/proguard/src/proguard/classfile/io/
H A DLibraryClassReader.java134 libraryClass.thisClassName = getClassName(u2thisClass);
/external/webkit/JavaScriptCore/API/
H A DJSCallbackObjectFunctions.h102 UString thisClassName = classRef()->className(); local
103 if (!thisClassName.isEmpty())
104 return thisClassName;
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 358 milliseconds