/external/smali/dexlib/src/main/java/org/jf/dexlib/ |
D | FieldIdItem.java | 38 private TypeIdItem fieldType; field in FieldIdItem 56 …private FieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fiel… in FieldIdItem() argument 60 assert fieldType.dexFile == dexFile; in FieldIdItem() 64 this.fieldType = fieldType; in FieldIdItem() 78 …c static FieldIdItem internFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, in internFieldIdItem() argument 80 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName); in internFieldIdItem() 94 …c static FieldIdItem lookupFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, in lookupFieldIdItem() argument 96 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName); in lookupFieldIdItem() 103 fieldType = dexFile.TypeIdsSection.getItemByIndex(in.readShort()); in readItem() 116 out.annotate(2, "field_type: " + fieldType.getTypeDescriptor()); in writeItem() [all …]
|
/external/javassist/src/main/javassist/expr/ |
D | FieldAccess.java | 160 CtClass fieldType in replace() local 166 retType = fieldType; in replace() 170 params[0] = fieldType; in replace() 190 jc.recordType(fieldType); in replace() 225 CtClass fieldType; field in FieldAccess.ProceedForRead 230 fieldType = type; in ProceedForRead() 251 if (fieldType instanceof CtPrimitiveType) in doit() 252 stack += ((CtPrimitiveType)fieldType).getDataSize(); in doit() 259 gen.setType(fieldType); in doit() 265 c.setType(fieldType); in setReturnType() [all …]
|
/external/javassist/src/main/javassist/compiler/ |
D | AccessorMaker.java | 163 String fieldType = finfo.getDescriptor(); in getFieldGetter() local 166 accDesc = "()" + fieldType; in getFieldGetter() 168 accDesc = "(" + Descriptor.of(clazz) + ")" + fieldType; in getFieldGetter() 175 code.addGetstatic(Bytecode.THIS, fieldName, fieldType); in getFieldGetter() 179 code.addGetfield(Bytecode.THIS, fieldName, fieldType); in getFieldGetter() 183 code.addReturn(Descriptor.toCtClass(fieldType, pool)); in getFieldGetter() 214 String fieldType = finfo.getDescriptor(); in getFieldSetter() local 217 accDesc = "(" + fieldType + ")V"; in getFieldSetter() 219 accDesc = "(" + Descriptor.of(clazz) + fieldType + ")V"; in getFieldSetter() 227 reg = code.addLoad(0, Descriptor.toCtClass(fieldType, pool)); in getFieldSetter() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
D | NetObject.java | 94 Class<?> fieldType = f.getType(); in equals() local 104 if (fieldType.isPrimitive()) { in equals() 105 String fname = fieldType.toString(); in equals() 184 Class<?> fieldType = f.getType(); in match() local 194 if (fieldType.isPrimitive()) { in match() 195 String fname = fieldType.toString(); in match() 291 Class<?> fieldType = f.getType(); in debugDump() local 304 if (fieldType.isPrimitive()) { in debugDump() 305 String fname = fieldType.toString(); in debugDump() 329 } else if (GenericObject.class.isAssignableFrom(fieldType)) { in debugDump() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | SIPObject.java | 100 Class fieldType = f.getType(); in equals() local 110 if (fieldType.isPrimitive()) { in equals() 111 String fname = fieldType.toString(); in equals() 191 Class fieldType = f.getType(); in match() local 200 if (fieldType.isPrimitive()) { in match() 201 String fname = fieldType.toString(); in match() 302 Class fieldType = f.getType(); in debugDump() local 315 if (fieldType.isPrimitive()) { in debugDump() 316 String fname = fieldType.toString(); in debugDump() 340 } else if (GenericObject.class.isAssignableFrom(fieldType)) { in debugDump() [all …]
|
/external/nist-sip/java/gov/nist/javax/sip/message/ |
D | MessageObject.java | 71 Class<?> fieldType = f.getType(); in debugDump() local 84 if (fieldType.isPrimitive()) { in debugDump() 85 String fname = fieldType.toString(); in debugDump() 111 fieldType)) { in debugDump() 121 fieldType)) { in debugDump() 136 sprint(fieldType.getName() + ":"); in debugDump()
|
/external/webkit/Source/WebCore/bridge/jni/v8/ |
D | JavaFieldJobjectV8.cpp | 37 …jclass fieldType = static_cast<jclass>(callJNIMethod<jobject>(aField, "getType", "()Ljava/lang/Cla… in JavaFieldJobject() local 38 if (fieldType) in JavaFieldJobject() 39 …fieldTypeName = static_cast<jstring>(callJNIMethod<jobject>(fieldType, "getName", "()Ljava/lang/St… in JavaFieldJobject() 44 env->DeleteLocalRef(fieldType); in JavaFieldJobject()
|
/external/opencv/otherlibs/highgui/ |
D | grfmt_tiff.cpp | 295 TiffFieldType fieldType, in ReadTable() argument 303 if( fieldType != TIFF_TYPE_SHORT && in ReadTable() 304 fieldType != TIFF_TYPE_LONG && in ReadTable() 305 fieldType != TIFF_TYPE_BYTE ) in ReadTable() 322 if( fieldType == TIFF_TYPE_LONG ) in ReadTable() 331 else if( fieldType == TIFF_TYPE_SHORT ) in ReadTable() 348 assert( (offset & ~tiffMask[fieldType]) == 0 ); in ReadTable() 392 TiffFieldType fieldType = (TiffFieldType)GetWordEx(); in ReadHeader() local 399 if( fieldType == TIFF_TYPE_SHORT ) in ReadHeader() 401 else if( fieldType == TIFF_TYPE_BYTE ) in ReadHeader() [all …]
|
D | grfmt_tiff.h | 160 void WriteTag( TiffTag tag, TiffFieldType fieldType,
|
/external/nist-sip/java/gov/nist/core/ |
D | GenericObject.java | 238 Class<?> fieldType = f.getType(); in merge() local 239 String fname = fieldType.toString(); in merge() 242 if (fieldType.isPrimitive()) { in merge() 425 Class<?> fieldType = f.getType(); in equals() local 435 if (fieldType.isPrimitive()) { in equals() 436 String fname = fieldType.toString(); in equals() 510 Class<?> fieldType = f.getType(); in match() local 520 if (fieldType.isPrimitive()) { in match() 521 String fname = fieldType.toString(); in match() 605 Class<?> fieldType = f.getType(); in debugDump() local [all …]
|
/external/javassist/src/main/javassist/ |
D | CtNewMethod.java | 225 String fieldType = finfo.getDescriptor(); in getter() local 226 String desc = "()" + fieldType; in getter() 236 code.addGetfield(Bytecode.THIS, fieldName, fieldType); in getter() 239 code.addGetstatic(Bytecode.THIS, fieldName, fieldType); in getter() 266 String fieldType = finfo.getDescriptor(); in setter() local 267 String desc = "(" + fieldType + ")V"; in setter() 278 code.addPutfield(Bytecode.THIS, fieldName, fieldType); in setter() 282 code.addPutstatic(Bytecode.THIS, fieldName, fieldType); in setter()
|
/external/proguard/src/proguard/obfuscate/ |
D | MappingKeeper.java | 101 String fieldType, in processFieldMapping() argument 109 String descriptor = ClassUtil.internalType(fieldType); in processFieldMapping() 125 ": field '" + fieldType + " " + fieldName + in processFieldMapping()
|
D | MultiMappingProcessor.java | 63 String fieldType, in processFieldMapping() argument 70 fieldType, in processFieldMapping()
|
D | MappingProcessor.java | 55 String fieldType, in processFieldMapping() argument
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
D | OutputGLSL.cpp | 110 const TType* fieldType = (*structure)[i].type; in writeVariableType() local 111 ASSERT(fieldType != NULL); in writeVariableType() 112 out << getTypeName(*fieldType) << " " << fieldType->getFieldName(); in writeVariableType() 113 if (fieldType->isArray()) in writeVariableType() 114 out << arrayBrackets(*fieldType); in writeVariableType() 167 const TType* fieldType = (*structure)[i].type; in writeConstantUnion() local 168 ASSERT(fieldType != NULL); in writeConstantUnion() 169 pConstUnion = writeConstantUnion(*fieldType, pConstUnion); in writeConstantUnion()
|
D | VariableInfo.cpp | 124 const TType* fieldType = (*structure)[i].type; in getUserDefinedVariableInfo() local 125 getVariableInfo(*fieldType, in getUserDefinedVariableInfo() 126 lname + fieldType->getFieldName(), in getUserDefinedVariableInfo()
|
/external/webkit/Source/WebCore/bridge/jni/jsc/ |
D | JavaFieldJSC.cpp | 47 …jclass fieldType = static_cast<jclass>(callJNIMethod<jobject>(aField, "getType", "()Ljava/lang/Cla… in JavaField() local 48 if (fieldType) in JavaField() 49 …fieldTypeName = static_cast<jstring>(callJNIMethod<jobject>(fieldType, "getName", "()Ljava/lang/St… in JavaField() 55 env->DeleteLocalRef(fieldType); in JavaField()
|
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/ |
D | OdexedFieldInstructionMapper.java | 216 static Opcode getAndCheckDeodexedOpcodeForOdexedOpcode(String fieldType, Opcode odexedOpcode) { in getAndCheckDeodexedOpcodeForOdexedOpcode() argument 219 int typeIndex = getTypeIndex(fieldType.charAt(0)); in getAndCheckDeodexedOpcodeForOdexedOpcode() 225 … throw new ValidationException(String.format("Incorrect field type \"%s\" for %s", fieldType, in getAndCheckDeodexedOpcodeForOdexedOpcode()
|
D | MethodAnalyzer.java | 2584 RegisterType fieldType = RegisterType.getRegisterTypeForTypeIdItem(field.getFieldType()); in verify32BitPrimitiveIget() local 2586 if (!checkArrayFieldAssignment(fieldType.category, instructionCategory)) { in verify32BitPrimitiveIget() 2600 RegisterType fieldType = RegisterType.getRegisterTypeForTypeIdItem(field.getFieldType()); in analyzeIgetWideObject() local 2601 setDestinationRegisterTypeAndPropagateChanges(analyzedInstruction, fieldType); in analyzeIgetWideObject() 2621 RegisterType fieldType = RegisterType.getRegisterTypeForTypeIdItem(field.getFieldType()); in verifyIgetWide() local 2623 if (!WideLowCategories.contains(fieldType.category)) { in verifyIgetWide() 2647 RegisterType fieldType = RegisterType.getRegisterTypeForTypeIdItem(field.getFieldType()); in verifyIgetObject() local 2649 if (fieldType.category != RegisterType.Category.Reference) { in verifyIgetObject() 2692 RegisterType fieldType = RegisterType.getRegisterTypeForTypeIdItem(field.getFieldType()); in verify32BitPrimitiveIput() local 2694 if (!checkArrayFieldAssignment(fieldType.category, instructionCategory)) { in verify32BitPrimitiveIput() [all …]
|
D | ClassPath.java | 962 String fieldType = fieldInfo[1]; in loadFields() local 964 fieldTypes[i] = getFieldType(fieldType); in loadFields() 965 fields[i] = new FieldDef(classInfo.classType, fieldName, fieldType); in loadFields() 1065 char fieldType = lastSuperField.type.charAt(0); in loadFields() local 1066 if (fieldType == 'J' || fieldType == 'D') { in loadFields() 1101 private byte getFieldType(String fieldType) { in getFieldType() argument 1102 switch (fieldType.charAt(0)) { in getFieldType()
|
D | DeodexUtil.java | 211 String fieldType = field.type; in parseAndResolveField() local 218 TypeIdItem fieldTypeItem = TypeIdItem.lookupTypeIdItem(dexFile, fieldType); in parseAndResolveField()
|
/external/emma/core/java12/com/vladium/jcd/lib/ |
D | Types.java | 639 fieldType (); in parameterDescriptor() 655 fieldType (); in returnDescriptor() 663 fieldType (); in componentType() 687 void fieldType () throws IOException in fieldType() method in Types.methodDescriptorCompiler
|
/external/clang/lib/CodeGen/ |
D | CGRecordLayoutBuilder.cpp | 541 llvm::Type *fieldType = LayoutUnionField(*field, layout); in LayoutUnion() local 543 if (!fieldType) in LayoutUnion() 554 Types.getTargetData().getABITypeAlignment(fieldType)); in LayoutUnion() 556 Types.getTargetData().getTypeAllocSize(fieldType)); in LayoutUnion() 562 unionType = fieldType; in LayoutUnion() 879 llvm::Type *fieldType) { in AppendField() argument 881 CharUnits::fromQuantity(Types.getTargetData().getTypeAllocSize(fieldType)); in AppendField() 883 FieldTypes.push_back(fieldType); in AppendField()
|
/external/openssl/crypto/ec/ |
D | ec_asn1.c | 153 ASN1_OBJECT *fieldType; member 229 } ASN1_ADB_END(X9_62_FIELDID, 0, fieldType, 0, &fieldID_def_tt, NULL); 232 ASN1_SIMPLE(X9_62_FIELDID, fieldType, ASN1_OBJECT), 307 if (field->fieldType != NULL) in ec_asn1_group2fieldid() 308 ASN1_OBJECT_free(field->fieldType); in ec_asn1_group2fieldid() 314 if ((field->fieldType = OBJ_nid2obj(nid)) == NULL) in ec_asn1_group2fieldid() 755 if (!params->fieldID || !params->fieldID->fieldType || in ec_asn1_parameters2group() 784 tmp = OBJ_obj2nid(params->fieldID->fieldType); in ec_asn1_parameters2group()
|
/external/webkit/Source/WebCore/bridge/qt/ |
D | qt_class.cpp | 143 if (f->fieldType() == QtField::MetaProperty) in fieldNamed() 146 if (f->fieldType() == QtField::DynamicProperty) { in fieldNamed()
|