HomeSort by relevance Sort by last modified time
    Searched defs:newTypeName (Results 1 - 13 of 13) sorted by null

  /development/tools/apkcheck/src/com/android/apkcheck/
TypeUtils.java 198 String newTypeName = typeName.substring(0, ellipsisIndex) + "[]";
199 //System.out.println("vararg " + typeName + " --> " + newTypeName);
200 typeName = newTypeName;
  /external/javassist/src/main/javassist/expr/
NewExpr.java 27 String newTypeName;
36 newTypeName = type;
83 return thisClass.getClassPool().get(newTypeName);
90 return newTypeName;
187 CtClass newType = cp.get(newTypeName);
189 jc.recordParams(newTypeName, params,
  /external/proguard/src/proguard/classfile/editor/
ClassReferenceFixer.java 405 String newTypeName = newDescriptor(typeName,
408 if (!typeName.equals(newTypeName))
412 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newTypeName);
431 String newTypeName = newDescriptor(typeName,
434 if (!typeName.equals(newTypeName))
438 new ConstantPoolEditor((ProgramClass)clazz).addUtf8Constant(newTypeName);
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/dom4j/dom4j/1.6.1/
dom4j-1.6.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.10/
proguard-base-4.10.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.11/
proguard-base-4.11.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/4.9/
proguard-base-4.9.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /prebuilts/tools/common/m2/repository/net/sf/proguard/proguard-base/5.2.1/
proguard-base-5.2.1.jar 
  /prebuilts/tools/common/offline-m2/net/sf/proguard/proguard-base/5.1/
proguard-base-5.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 484 milliseconds