Searched defs:fieldType (Results 1 - 25 of 27) sorted by relevance

12

/external/webkit/Source/WebCore/bridge/jni/v8/
H A DJavaFieldJobjectV8.cpp37 jclass fieldType = static_cast<jclass>(callJNIMethod<jobject>(aField, "getType", "()Ljava/lang/Class;")); local
38 if (fieldType)
39 fieldTypeName = static_cast<jstring>(callJNIMethod<jobject>(fieldType, "getName", "()Ljava/lang/String;"));
44 env->DeleteLocalRef(fieldType);
/external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
H A DOdexedFieldInstructionMapper.java216 static Opcode getAndCheckDeodexedOpcodeForOdexedOpcode(String fieldType, Opcode odexedOpcode) { argument
219 int typeIndex = getTypeIndex(fieldType.charAt(0));
225 throw new ValidationException(String.format("Incorrect field type \"%s\" for %s", fieldType,
H A DClassPath.java962 String fieldType = fieldInfo[1];
964 fieldTypes[i] = getFieldType(fieldType);
965 fields[i] = new FieldDef(classInfo.classType, fieldName, fieldType);
1065 char fieldType = lastSuperField.type.charAt(0);
1066 if (fieldType == 'J' || fieldType == 'D') {
1101 private byte getFieldType(String fieldType) { argument
1102 switch (fieldType.charAt(0)) {
/external/proguard/src/proguard/obfuscate/
H A DMappingKeeper.java101 String fieldType,
109 String descriptor = ClassUtil.internalType(fieldType);
125 ": field '" + fieldType + " " + fieldName +
100 processFieldMapping(String className, String fieldType, String fieldName, String newFieldName) argument
H A DMappingProcessor.java50 * @param fieldType the original external field type.
55 String fieldType,
54 processFieldMapping(String className, String fieldType, String fieldName, String newFieldName) argument
H A DMultiMappingProcessor.java63 String fieldType,
70 fieldType,
62 processFieldMapping(String className, String fieldType, String fieldName, String newFieldName) argument
/external/javassist/src/main/javassist/expr/
H A DFieldAccess.java160 CtClass fieldType
166 retType = fieldType;
170 params[0] = fieldType;
190 jc.recordType(fieldType);
225 CtClass fieldType; field in class:FieldAccess.ProceedForRead
230 fieldType = type;
251 if (fieldType instanceof CtPrimitiveType)
252 stack += ((CtPrimitiveType)fieldType).getDataSize();
259 gen.setType(fieldType);
265 c.setType(fieldType);
273 CtClass fieldType; field in class:FieldAccess.ProceedForWrite
[all...]
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DFieldIdItem.java38 private TypeIdItem fieldType; field in class:FieldIdItem
53 * @param fieldType the type of the field
56 private FieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fieldName) { argument
60 assert fieldType.dexFile == dexFile;
64 this.fieldType = fieldType;
73 * @param fieldType the type of the field
78 public static FieldIdItem internFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, argument
80 FieldIdItem fieldIdItem = new FieldIdItem(dexFile, classType, fieldType, fieldName);
89 * @param fieldType th
94 lookupFieldIdItem(DexFile dexFile, TypeIdItem classType, TypeIdItem fieldType, StringIdItem fieldName) argument
[all...]
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DVariableInfo.cpp124 const TType* fieldType = (*structure)[i].type; local
125 getVariableInfo(*fieldType,
126 lname + fieldType->getFieldName(),
H A DOutputGLSL.cpp110 const TType* fieldType = (*structure)[i].type; local
111 ASSERT(fieldType != NULL);
112 out << getTypeName(*fieldType) << " " << fieldType->getFieldName();
113 if (fieldType->isArray())
114 out << arrayBrackets(*fieldType);
167 const TType* fieldType = (*structure)[i].type; local
168 ASSERT(fieldType != NULL);
169 pConstUnion = writeConstantUnion(*fieldType, pConstUnion);
H A DOutputHLSL.cpp807 const TType *fieldType = (*fields)[i].type; local
810 out << "." + fieldType->getFieldName() + " == ";
812 out << "." + fieldType->getFieldName();
2094 const TType *fieldType = (*structure)[i].type;
2096 constUnion = writeConstantUnion(*fieldType, constUnion);
/external/webkit/Source/WebCore/bridge/jni/jsc/
H A DJavaFieldJSC.cpp47 jclass fieldType = static_cast<jclass>(callJNIMethod<jobject>(aField, "getType", "()Ljava/lang/Class;")); local
48 if (fieldType)
49 fieldTypeName = static_cast<jstring>(callJNIMethod<jobject>(fieldType, "getName", "()Ljava/lang/String;"));
55 env->DeleteLocalRef(fieldType);
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
H A DBinaryOutputCapsule.java392 protected void writeAlias(String name, byte fieldType) throws IOException { argument
394 generateAlias(name, fieldType);
/external/proguard/src/proguard/retrace/
H A DReTrace.java572 public void processFieldMapping(String className, String fieldType, String fieldName, String newFieldName) argument
591 fieldSet.add(new FieldInfo(fieldType,
/external/webkit/Source/WebCore/bridge/qt/
H A Dqt_runtime.h66 QtFieldType fieldType() const {return m_type;} function in class:JSC::Bindings::QtField
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java639 fieldType ();
655 fieldType ();
663 fieldType ();
687 void fieldType () throws IOException method in class:Types.methodDescriptorCompiler
/external/opencv/otherlibs/highgui/
H A Dgrfmt_tiff.cpp295 TiffFieldType fieldType,
303 if( fieldType != TIFF_TYPE_SHORT &&
304 fieldType != TIFF_TYPE_LONG &&
305 fieldType != TIFF_TYPE_BYTE )
322 if( fieldType == TIFF_TYPE_LONG )
331 else if( fieldType == TIFF_TYPE_SHORT )
340 else // fieldType == TIFF_TYPE_BYTE
348 assert( (offset & ~tiffMask[fieldType]) == 0 );
392 TiffFieldType fieldType = (TiffFieldType)GetWordEx(); local
399 if( fieldType
294 ReadTable( int offset, int count, TiffFieldType fieldType, int*& array, int& arraysize ) argument
671 WriteTag( TiffTag tag, TiffFieldType fieldType, int count, int value ) argument
[all...]
/external/openssl/crypto/ec/
H A Dec_asn1.c153 ASN1_OBJECT *fieldType; member in struct:x9_62_fieldid_st
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)
308 ASN1_OBJECT_free(field->fieldType);
314 if ((field->fieldType = OBJ_nid2obj(nid)) == NULL)
755 if (!params->fieldID || !params->fieldID->fieldType ||
784 tmp = OBJ_obj2nid(params->fieldID->fieldType);
/external/clang/lib/CodeGen/
H A DCGRecordLayoutBuilder.cpp543 llvm::Type *fieldType = LayoutUnionField(*field, layout); local
545 if (!fieldType)
556 Types.getTargetData().getABITypeAlignment(fieldType));
558 Types.getTargetData().getTypeAllocSize(fieldType));
564 unionType = fieldType;
885 llvm::Type *fieldType) {
887 CharUnits::fromQuantity(Types.getTargetData().getTypeAllocSize(fieldType));
889 FieldTypes.push_back(fieldType);
884 AppendField(CharUnits fieldOffset, llvm::Type *fieldType) argument
H A DCGDebugInfo.cpp807 llvm::DIType fieldType local
811 elements.push_back(fieldType);
846 llvm::DIType fieldType local
851 elements.push_back(fieldType);
2571 llvm::DIType fieldType; local
2577 fieldType = EmitTypeForVarWithBlocksAttr(variable, &xoffset);
2578 fieldType = DBuilder.createPointerType(fieldType, ptrInfo.first);
2579 fieldType = DBuilder.createMemberType(tunit, name, tunit, line,
2581 offsetInBits, 0, fieldType);
[all...]
H A DCGExpr.cpp2184 QualType fieldType = local
2186 return LValue::MakeBitfield(base.getAddress(), Info, fieldType,
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 2143 milliseconds

12