/external/apache-commons-bcel/src/main/java/org/apache/bcel/classfile/ |
D | EnclosingMethod.java | 35 private int classIndex; field in EnclosingMethod 54 classIndex = classIdx; in EnclosingMethod() 70 return classIndex; in getEnclosingClassIndex() 78 classIndex = idx; in setEnclosingClassIndex() 87 (ConstantClass)super.getConstantPool().getConstant(classIndex,Const.CONSTANT_Class); in getEnclosingClass() 103 file.writeShort(classIndex); in dump()
|
/external/proguard/src/proguard/classfile/editor/ |
D | ConstantPoolEditor.java | 344 public int addFieldrefConstant(int classIndex, in addFieldrefConstant() argument 350 return addFieldrefConstant(classIndex, in addFieldrefConstant() 363 public int addFieldrefConstant(int classIndex, in addFieldrefConstant() argument 380 if (fieldrefConstant.u2classIndex == classIndex && in addFieldrefConstant() 388 return addConstant(new FieldrefConstant(classIndex, in addFieldrefConstant() 451 public int addInterfaceMethodrefConstant(int classIndex, in addInterfaceMethodrefConstant() argument 457 return addInterfaceMethodrefConstant(classIndex, in addInterfaceMethodrefConstant() 470 public int addInterfaceMethodrefConstant(int classIndex, in addInterfaceMethodrefConstant() argument 487 if (methodrefConstant.u2classIndex == classIndex && in addInterfaceMethodrefConstant() 495 return addConstant(new InterfaceMethodrefConstant(classIndex, in addInterfaceMethodrefConstant() [all …]
|
/external/proguard/src/proguard/optimize/ |
D | MemberDescriptorSpecializer.java | 108 int classIndex = 0; in visitProgramMethod() local 117 if (programMethod.referencedClasses[classIndex] != referencedClass) in visitProgramMethod() 122 …System.out.println(" "+programMethod.referencedClasses[classIndex].getName()+" -> "+referencedCla… in visitProgramMethod() 125 programMethod.referencedClasses[classIndex] = referencedClass; in visitProgramMethod() 134 classIndex++; in visitProgramMethod()
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/ |
D | ClassDefItem.java | 71 int classIndex = dexFile.readSmallUint(out.getCursor()); in makeAnnotator() local 72 … out.annotate(4, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex)); in makeAnnotator() 101 addClassDataIdentity(classDataOffset, dexFile.getType(classIndex)); in makeAnnotator() 121 public static String asString(@Nonnull DexBackedDexFile dexFile, int classIndex) { in asString() argument 122 int offset = dexFile.getClassDefItemOffset(classIndex); in asString()
|
D | FieldIdItem.java | 57 int classIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator() local 58 … out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex)); in makeAnnotator() 72 int classIndex = dexFile.readUshort(fieldOffset + CLASS_OFFSET); 73 String classType = dexFile.getType(classIndex);
|
D | MethodIdItem.java | 57 int classIndex = dexFile.readUshort(out.getCursor()); in makeAnnotator() local 58 … out.annotate(2, "class_idx = %s", TypeIdItem.getReferenceAnnotation(dexFile, classIndex)); in makeAnnotator() 72 int classIndex = dexFile.readUshort(methodOffset + CLASS_OFFSET); 73 String classType = dexFile.getType(classIndex);
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/ |
D | DexBackedDexFile.java | 192 public int getClassDefItemOffset(int classIndex) { 193 if (classIndex < 0 || classIndex >= classCount) { 194 throw new InvalidItemIndex(classIndex, "Class index out of bounds: %d", classIndex); 196 return classStartOffset + classIndex*ClassDefItem.ITEM_SIZE;
|
/external/proguard/src/proguard/classfile/attribute/preverification/ |
D | VerificationTypeFactory.java | 108 public static ObjectType createObjectType(int classIndex) in createObjectType() argument 110 return new ObjectType(classIndex); in createObjectType()
|
/external/javassist/src/main/javassist/bytecode/ |
D | ConstPool.java | 326 return minfo.classIndex; in getMemberClass() 352 return finfo.classIndex; in getFieldrefClass() 367 return getClassInfo(f.classIndex); in getFieldrefClassName() 427 return minfo.classIndex; in getMethodrefClass() 442 return getClassInfo(minfo.classIndex); in getMethodrefClassName() 504 return minfo.classIndex; in getInterfaceMethodrefClass() 517 return getClassInfo(minfo.classIndex); in getInterfaceMethodrefClassName() 826 if (getClassInfo(minfo.classIndex).equals(classname)) { in isMember() 860 return getClassInfo(minfo.classIndex); in eqMember() 1663 int classIndex; field in MemberrefInfo [all …]
|
D | EnclosingMethodAttribute.java | 81 public int classIndex() { in classIndex() method in EnclosingMethodAttribute 96 return getConstPool().getClassInfo(classIndex()); in className()
|
/external/doclava/src/com/google/doclava/ |
D | TodoFile.java | 75 int classIndex = 0; in writeTodoFile() local 82 String classBase = "classes." + classIndex; in writeTodoFile() 169 classIndex++; in writeTodoFile()
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_tree_expected.txt | 5 Alert: PASS: classIndex = 0 6 Alert: PASS: classIndex threw Error: Invalid property set operation.
|
D | xfa_tree.in | 29 testROProperty(xfa.form, "classIndex", 0);
|
/external/javassist/src/main/javassist/convert/ |
D | TransformNew.java | 102 int classIndex = cp.addClassInfo(trapClass); in computeMethodref() local 107 return cp.addMethodrefInfo(classIndex, in computeMethodref()
|
/external/testng/src/main/java/org/testng/internal/ |
D | ClassHelper.java | 522 int classIndex = file.lastIndexOf(".class"); in fileToClass() local 523 if (-1 == classIndex) { in fileToClass() 524 classIndex = file.lastIndexOf(".java"); in fileToClass() 541 String shortFileName = file.substring(0, classIndex); in fileToClass()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_tree.h | 29 JSE_PROP(classIndex);
|
D | cjx_tree.cpp | 174 void CJX_Tree::classIndex(CFXJSE_Value* pValue, in classIndex() function in CJX_Tree
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | ResourceTypes.java | 828 final short classIndex; field in ResourceTypes.ResXMLTree_attrExt 843 this.classIndex = buf.getShort(offset + 16); in ResXMLTree_attrExt() 859 private short classIndex; field in ResourceTypes.ResXMLTree_attrExt.Writer 901 classIndex = (short) (i + 1); in write() 909 classIndexWriter.write(classIndex); in write()
|
D | ResXMLParser.java | 503 final int idx = dtohs((new ResXMLTree_attrExt(mTree.mBuffer.buf, mCurExt)).classIndex); in indexOfClass()
|
/external/testng/src/main/java/org/testng/reporters/ |
D | EmailableReporter2.java | 265 int classIndex = 0; in writeScenarioSummary() local 268 + ((classIndex % 2) == 0 ? "even" : "odd"); in writeScenarioSummary() 328 classIndex++; in writeScenarioSummary()
|
/external/jdiff/src/jdiff/ |
D | HTMLReportGenerator.java | 483 public void reportChangedClass(String pkgName, ClassDiff[] classDiffs, int classIndex) { in reportChangedClass() argument 484 ClassDiff classDiff = classDiffs[classIndex]; in reportChangedClass() 521 if (classIndex != 0) { in reportChangedClass() 522 prevClassRef = pkgName + "." + classDiffs[classIndex-1].name_ + reportFileExt; in reportChangedClass() 526 if (classIndex < classDiffs.length - 1) { in reportChangedClass() 527 nextClassRef = pkgName + "." + classDiffs[classIndex+1].name_ + reportFileExt; in reportChangedClass()
|
/external/proguard/src/proguard/classfile/util/ |
D | DynamicMemberReferenceInitializer.java | 714 int classIndex = constantSequenceMatcher.matchedConstantIndex(CLASS_INDEX); in initializeStringReference() local 715 clazz.constantPoolEntryAccept(classIndex, this); in initializeStringReference()
|
/external/pdfium/xfa/fxfa/parser/ |
D | attributes.inc | 283 ATTR____(0xdb5b4bceu, "classIndex", ClassIndex, Basic)
|
D | element_attributes.inc | 537 ELEM_ATTR____(Tree, ClassIndex, CJX_Tree::classIndex)
|