OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:thisclassname
(Results
1 - 9
of
9
) sorted by null
/external/proguard/src/proguard/classfile/
LibraryClass.java
36
public String
thisClassName
;
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");
142
throw new UnsupportedOperationException("Library class ["+
thisClassName
+"] doesn't store constant pool");
147
throw new UnsupportedOperationException("Library class ["+
thisClassName
+"] doesn't store constant pool")
[
all
...]
/external/javassist/src/main/javassist/bytecode/
ClassFile.java
43
String
thisclassname
; // not JVM-internal name
field in class:ClassFile
135
thisclassname
= classname;
139
getSourcefileName(
thisclassname
)));
187
ConstPool cp = new ConstPool(
thisclassname
);
327
return
thisclassname
;
335
renameClass(
thisclassname
, name);
404
if (oldname.equals(
thisclassname
))
405
thisclassname
= newname;
442
.toJvmName(
thisclassname
));
444
thisclassname
= Descriptor.toJavaName(jvmNewThisName)
[
all
...]
CodeIterator.java
271
String
thisClassName
= codeAttr.getDeclaringClass();
286
if (cname.equals(
thisClassName
) == (skipThis > 0))
[
all
...]
/external/proguard/src/proguard/obfuscate/
ClassRenamer.java
61
libraryClass.
thisClassName
= ClassObfuscator.newClassName(libraryClass);
/external/javassist/src/main/javassist/util/proxy/
ProxyFactory.java
[
all
...]
/frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java
136
String
thisClassName
= TestSuiteBuilder.class.getName();
142
if (
thisClassName
.equals(element.getClassName())
/dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java
516
String
thisClassName
= thisClass.getClassType().getClassName();
518
filePath.startsWith(
thisClassName
) &&
519
(filePath.length() == (
thisClassName
.length() + 6)))) {
520
throw new ParseException("class name (" +
thisClassName
+
/external/proguard/src/proguard/classfile/io/
LibraryClassReader.java
134
libraryClass.
thisClassName
= getClassName(u2thisClass);
/external/robolectric/lib/main/
javassist-3.14.0-GA.jar
Completed in 759 milliseconds