HomeSort by relevance Sort by last modified time
    Searched refs:thisClassName (Results 1 - 8 of 8) 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");
466 throw new UnsupportedOperationException("Library class ["+thisClassName+"] doesn't store attributes");
  /external/proguard/src/proguard/obfuscate/
ClassRenamer.java 61 libraryClass.thisClassName = ClassObfuscator.newClassName(libraryClass);
  /dalvik/dx/src/com/android/dx/cf/direct/
DirectClassFile.java 503 String thisClassName = thisClass.getClassType().getClassName();
505 filePath.startsWith(thisClassName) &&
506 (filePath.length() == (thisClassName.length() + 6)))) {
507 throw new ParseException("class name (" + thisClassName +
  /frameworks/base/test-runner/src/android/test/suitebuilder/
TestSuiteBuilder.java 139 String thisClassName = TestSuiteBuilder.class.getName();
145 if (thisClassName.equals(element.getClassName())
  /external/webkit/JavaScriptCore/API/
JSCallbackObjectFunctions.h 102 UString thisClassName = classRef()->className();
103 if (!thisClassName.isEmpty())
104 return thisClassName;
  /external/proguard/src/proguard/classfile/io/
LibraryClassReader.java 134 libraryClass.thisClassName = getClassName(u2thisClass);
  /external/proguard/lib/
proguard.jar 
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 239 milliseconds