Searched refs:refType (Results 1 - 15 of 15) sorted by relevance

/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ClassType/
H A DJDWPClassTypeTestCase.java112 * @param refType - ReferenceTypeID, defining class.
115 protected FieldInfo[] jdwpGetFields(long refType) { argument
119 packet.setNextValueAsReferenceTypeID(refType);
/external/qemu/distrib/sdl-1.2.15/src/joystick/darwin/
H A DSDL_sysjoystick.c237 CFTypeRef refType; local
239 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementCookieKey));
240 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
242 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMinKey));
243 if (refType && CFNumberGetValue (refType, kCFNumberLongType, &number))
245 refType = CFDictionaryGetValue (refElement, CFSTR(kIOHIDElementMaxKey));
246 if (refType && CFNumberGetValue (refType, kCFNumberLongTyp
[all...]
/external/chromium_org/third_party/webrtc/base/
H A Dsysteminfo.cc431 CFTypeID refType = CFGetTypeID(ref); local
432 if (CFNumberGetTypeID() == refType) {
435 } else if (CFDataGetTypeID() == refType) {
450 CFTypeID refType = CFGetTypeID(ref); local
451 if (CFStringGetTypeID() == refType) {
454 } else if (CFDataGetTypeID() == refType) {
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_xmf.c556 EAS_I32 refType; local
592 if ((result = XMF_ReadVLQ(hwInstData, pXMFData->fileHandle, &refType)) != EAS_SUCCESS)
604 if (refType == 2)
614 else if (refType != 1)
616 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Unexpected reference type %d\n", refType); */ }
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DVmMirror.java2245 * @param refType
2249 public final long getClassObjectId(long refType) { argument
2253 command.setNextValueAsReferenceTypeID(refType);
2261 * @param refType
2267 public final ReplyPacket getLineTable(long refType, long methodID) { argument
2271 command.setNextValueAsReferenceTypeID(refType);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp585 if (const ReferenceType *refType = varType->getAs<ReferenceType>()) {
586 varType = refType->getPointeeType();
/external/clang/lib/CodeGen/
H A DCGExpr.cpp2567 if (const ReferenceType *refType = type->getAs<ReferenceType>()) {
2586 type = refType->getPointeeType();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.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 ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c2798 xmlSchemaTypeType refType,
2805 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType);
5386 xmlSchemaTypeType refType,
5404 ret->itemType = refType;
2791 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
5385 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypeType refType, const xmlChar *refName, const xmlChar *refNs) argument
/external/libxml2/
H A Dxmlschemas.c2817 xmlSchemaTypeType refType,
2824 refTypeStr = (const char *) xmlSchemaItemTypeToStr(refType);
5405 xmlSchemaTypeType refType,
5423 ret->itemType = refType;
2810 xmlSchemaPResCompAttrErr(xmlSchemaParserCtxtPtr ctxt, xmlParserErrors error, xmlSchemaBasicItemPtr ownerItem, xmlNodePtr ownerElem, const char *name, const xmlChar *refName, const xmlChar *refURI, xmlSchemaTypeType refType, const char *refTypeStr) argument
5404 xmlSchemaNewQNameRef(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypeType refType, const xmlChar *refName, const xmlChar *refNs) argument
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 8161 milliseconds