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/ |
D | JDWPClassTypeTestCase.java | 115 protected FieldInfo[] jdwpGetFields(long refType) { in jdwpGetFields() argument 119 packet.setNextValueAsReferenceTypeID(refType); in jdwpGetFields()
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_xmf.c | 558 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/ |
D | SmaliPositionManagerTest.java | 150 … @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/ |
D | VmMirror.java | 2338 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/ |
D | CGBlocks.cpp | 1025 if (auto refType = variable->getType()->getAs<ReferenceType>()) { in GetAddrOfBlockDecl() local 1026 addr = EmitLoadOfReference(addr, refType); in GetAddrOfBlockDecl()
|
D | CGExpr.cpp | 3145 if (const ReferenceType *refType = type->getAs<ReferenceType>()) { in EmitLValueForField() local 3162 type = refType->getPointeeType(); in EmitLValueForField()
|
/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktRenderPassTests.cpp | 3487 …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/ |
D | ExprEngine.cpp | 599 if (const ReferenceType *refType = varType->getAs<ReferenceType>()) { in ProcessAutomaticObjDtor() local 600 varType = refType->getPointeeType(); in ProcessAutomaticObjDtor()
|
/external/libxml2/ |
D | xmlschemas.c | 2828 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()
|