/external/javassist/src/main/javassist/bytecode/annotation/ |
D | EnumMemberValue.java | 32 int typeIndex, valueIndex; field in EnumMemberValue 45 this.typeIndex = type; in EnumMemberValue() 55 typeIndex = valueIndex = 0; in EnumMemberValue() 82 return Descriptor.toClassName(cp.getUtf8Info(typeIndex)); in getType() 91 typeIndex = cp.addUtf8Info(Descriptor.of(typename)); in setType() 116 writer.enumConstValue(cp.getUtf8Info(typeIndex), getValue()); in write()
|
D | Annotation.java | 54 int typeIndex; field in Annotation 72 typeIndex = type; in Annotation() 238 return Descriptor.toClassName(pool.getUtf8Info(typeIndex)); in getTypeName() 306 String typeName = pool.getUtf8Info(typeIndex); in write()
|
D | AnnotationsWriter.java | 133 public void annotation(int typeIndex, int numMemberValuePairs) in annotation() argument 136 write16bit(typeIndex); in annotation()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | DebugInfoItem.java | 115 int typeIndex, boolean registerIsSigned) { in readItem() 119 if (typeIndex != -1) { in readItem() 120 … referencedItemsList.add(dexFile.TypeIdsSection.getItemByIndex(typeIndex)); in readItem() 126 … int nameIndex, int typeIndex, int signatureIndex, in readItem() 131 if (typeIndex != -1) { in readItem() 132 … referencedItemsList.add(dexFile.TypeIdsSection.getItemByIndex(typeIndex)); in readItem() 191 int typeIndex, boolean registerIsSigned) { in placeItem() 204 if (typeIndex != -1) { in placeItem() 215 int typeIndex, int signatureIndex, in placeItem() 229 if (typeIndex != -1) { in placeItem() [all …]
|
D | TypeListItem.java | 96 int typeIndex = in.readShort(); in readItem() local 97 typeList[i] = dexFile.TypeIdsSection.getItemByIndex(typeIndex); in readItem() 119 int typeIndex = typeIdItem.getIndex(); in writeItem() local 120 if (typeIndex > 0xffff) { in writeItem() 124 out.writeShort(typeIndex); in writeItem()
|
D | FieldIdItem.java | 127 int typeIndex = fieldType.getIndex(); in writeItem() local 128 if (typeIndex > 0xffff) { in writeItem() 132 out.writeShort(typeIndex); in writeItem()
|
/external/proguard/src/proguard/preverify/ |
D | CodePreverifier.java | 256 int typeIndex = 0; in correspondingVerificationTypes() local 264 typeIndex++; in correspondingVerificationTypes() 271 typeCount = typeIndex; in correspondingVerificationTypes() 284 typeIndex = 0; in correspondingVerificationTypes() 288 for (int index = 0; typeIndex < typeCount; index++) in correspondingVerificationTypes() 319 types[typeIndex++] = type; in correspondingVerificationTypes() 358 int typeIndex = typeCount; in correspondingVerificationTypes() local 367 types[--typeIndex] = in correspondingVerificationTypes()
|
/external/proguard/src/proguard/optimize/ |
D | DuplicateInitializerFixer.java | 98 for (int typeIndex = 0; typeIndex < TYPES.length; typeIndex++) in visitProgramMethod() 102 TYPES[typeIndex] + in visitProgramMethod()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | OdexedFieldInstructionMapper.java | 321 int typeIndex = getTypeIndex(fieldType.charAt(0)); in getAndCheckDeodexedOpcodeForOdexedOpcode() local 326 correctOdexedOpcode = jumboOpcodeMap[opcodeType][opcodeSubType-1][0][typeIndex]; in getAndCheckDeodexedOpcodeForOdexedOpcode() 327 deodexedOpcode = jumboOpcodeMap[opcodeType][opcodeSubType-1][1][typeIndex]; in getAndCheckDeodexedOpcodeForOdexedOpcode() 329 correctOdexedOpcode = opcodeMap[opcodeType][opcodeSubType][0][typeIndex]; in getAndCheckDeodexedOpcodeForOdexedOpcode() 330 deodexedOpcode = opcodeMap[opcodeType][opcodeSubType][1][typeIndex]; in getAndCheckDeodexedOpcodeForOdexedOpcode()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/ |
D | DebugInstructionIterator.java | 83 int typeIndex = in.readUnsignedLeb128() - 1; in IterateInstructions() local 85 registerNum, nameIndex, typeIndex, isSignedRegister); in IterateInstructions() 97 int typeIndex = in.readUnsignedLeb128() - 1; in IterateInstructions() local 100 … in.getCursor() - startDebugOffset, registerNum, nameIndex, typeIndex, signatureIndex, in IterateInstructions() 285 … ProcessStartLocal(int startDebugOffset, int length, int registerNum, int nameIndex, int typeIndex, in ProcessStartLocal() argument 290 … int typeIndex,int signatureIndex, boolean registerIsSigned) { in ProcessStartLocalExtended() argument
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
D | DebugInfoDecoder.java | 160 public int typeIndex; field in DebugInfoDecoder.LocalEntry 166 int typeIndex, int signatureIndex) { in LocalEntry() argument 171 this.typeIndex = typeIndex; in LocalEntry() 178 nameIndex, typeIndex, signatureIndex); in toString() 327 prevle.nameIndex, prevle.typeIndex, 0); in decode0() 352 prevle.nameIndex, prevle.typeIndex, in decode0()
|
/external/skia/legacy/src/animator/ |
D | SkBuildCondensedInfo.cpp | 131 int typeIndex = 0; in BuildCondensedInfo() local 132 for (; typeIndex < kNumberOfTypes; typeIndex++) { in BuildCondensedInfo() 134 maker, (SkDisplayTypes) typeIndex, NULL); in BuildCondensedInfo() 138 SkASSERT(typeIndex < kNumberOfTypes); in BuildCondensedInfo() 139 AddInfo((SkDisplayTypes) typeIndex, info, oldRefCounts[index]); in BuildCondensedInfo()
|
/external/skia/src/animator/ |
D | SkBuildCondensedInfo.cpp | 131 int typeIndex = 0; in BuildCondensedInfo() local 132 for (; typeIndex < kNumberOfTypes; typeIndex++) { in BuildCondensedInfo() 134 maker, (SkDisplayTypes) typeIndex, NULL); in BuildCondensedInfo() 138 SkASSERT(typeIndex < kNumberOfTypes); in BuildCondensedInfo() 139 AddInfo((SkDisplayTypes) typeIndex, info, oldRefCounts[index]); in BuildCondensedInfo()
|
/external/icu4c/common/ |
D | messagepattern.cpp | 592 int32_t typeIndex=index=skipWhiteSpace(index+1); in parseArg() local 596 int32_t length=index-typeIndex; in parseArg() 616 if(isChoice(typeIndex)) { in parseArg() 618 } else if(isPlural(typeIndex)) { in parseArg() 620 } else if(isSelect(typeIndex)) { in parseArg() 624 if(isSelect(typeIndex) && isOrdinal(typeIndex+6)) { in parseArg() 631 addPart(UMSGPAT_PART_TYPE_ARG_TYPE, typeIndex, length, 0, errorCode); in parseArg()
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/ |
D | Structure.java | 101 int typeIndex = inputStream.readShort(); in Structure() local 103 fields[i] = new Field(names[nameIndex], types[typeIndex], blenderContext); in Structure()
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
D | BasicBlock.java | 56 int typeIndex; field in BasicBlock.Catch 59 typeIndex = i; in Catch() 88 .append(th.typeIndex).append("), ");
|
D | MapMaker.java | 205 recordStackMap(tb, handler.typeIndex); in traceException()
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/ |
D | VertexDataManager.h | 164 unsigned int typeIndex(GLenum type) const;
|
D | VertexDataManager.cpp | 495 unsigned int VertexDataManager::typeIndex(GLenum type) const in typeIndex() function in gl::VertexDataManager 767 return mAttributeTypes[typeIndex(attribute.mType)][attribute.mNormalized][attribute.mSize - 1]; in formatConverter()
|
/external/javassist/src/main/javassist/util/proxy/ |
D | FactoryHelper.java | 64 public static final int typeIndex(Class type) { in typeIndex() method in FactoryHelper
|
D | ProxyFactory.java | 1269 int index = FactoryHelper.typeIndex(type); in makeWrapper() 1306 int index = FactoryHelper.typeIndex(type); in addUnwrapper()
|
/external/clang/lib/CodeGen/ |
D | CGException.cpp | 1203 llvm::CallInst *typeIndex = in emitCatchDispatchBlock() local 1205 typeIndex->setDoesNotThrow(); in emitCatchDispatchBlock() 1208 CGF.Builder.CreateICmpEQ(selector, typeIndex, "matches"); in emitCatchDispatchBlock()
|
/external/webkit/Source/ThirdParty/ANGLE/ |
D | ChangeLog | 574 (gl::VertexDataManager::typeIndex):
|