Home
last modified time | relevance | path

Searched refs:refType (Results 1 – 9 of 9) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
DJDWPClassTypeTestCase.java115 protected FieldInfo[] jdwpGetFields(long refType) { in jdwpGetFields() argument
119 packet.setNextValueAsReferenceTypeID(refType); in jdwpGetFields()
/external/sonivox/arm-wt-22k/lib_src/
Deas_xmf.c558 EAS_I32 refType; in XMF_ReadNode() local
597 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &refType)) != EAS_SUCCESS) in XMF_ReadNode()
609 if (refType == 2) in XMF_ReadNode()
619 else if (refType != 1) in XMF_ReadNode()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliPositionManagerTest.java150 … @Override public List<ReferenceType> nestedTypes(ReferenceType refType) { return null; } in getVirtualMachineProxy() argument
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DVmMirror.java2338 public final long getClassObjectId(long refType) { in getClassObjectId() argument
2342 command.setNextValueAsReferenceTypeID(refType); in getClassObjectId()
2356 public final ReplyPacket getLineTable(long refType, long methodID) { in getLineTable() argument
2360 command.setNextValueAsReferenceTypeID(refType); in getLineTable()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1025 if (auto refType = variable->getType()->getAs<ReferenceType>()) { in GetAddrOfBlockDecl() local
1026 addr = EmitLoadOfReference(addr, refType); in GetAddrOfBlockDecl()
DCGExpr.cpp3145 if (const ReferenceType *refType = type->getAs<ReferenceType>()) { in EmitLValueForField() local
3162 type = refType->getPointeeType(); in EmitLValueForField()
/external/deqp/external/vulkancts/modules/vulkan/
DvktRenderPassTests.cpp3487 …ences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, size_t count, co… in getImageUsageFromAttachmentReferences() argument
3497 switch (refType) in getImageUsageFromAttachmentReferences()
3520 …ences(vector<VkImageUsageFlags>& attachmentImageUsage, AttachmentRefType refType, const vector<Att… in getImageUsageFromAttachmentReferences() argument
3524 …getImageUsageFromAttachmentReferences(attachmentImageUsage, refType, references.size(), &reference… in getImageUsageFromAttachmentReferences()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp599 if (const ReferenceType *refType = varType->getAs<ReferenceType>()) { in ProcessAutomaticObjDtor() local
600 varType = refType->getPointeeType(); in ProcessAutomaticObjDtor()
/external/libxml2/
Dxmlschemas.c2828 xmlSchemaTypeType refType, in xmlSchemaPResCompAttrErr() argument
2835 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType); in xmlSchemaPResCompAttrErr()
5420 xmlSchemaTypeType refType, in xmlSchemaNewQNameRef() argument
5438 ret->itemType = refType; in xmlSchemaNewQNameRef()