Home
last modified time | relevance | path

Searched refs:actualType (Results 1 – 17 of 17) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/util/
DIntrospectionUtil.java199 … public static boolean isTypeCompatible (Class<?> formalType, Class<?> actualType, boolean strict) in isTypeCompatible() argument
202 return actualType==null; in isTypeCompatible()
203 if (actualType==null) in isTypeCompatible()
207 return formalType.equals(actualType); in isTypeCompatible()
209 return formalType.isAssignableFrom(actualType); in isTypeCompatible()
/external/mockito/src/org/mockito/exceptions/
DReporter.java476 public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) { in wrongTypeOfReturnValue() argument
478 actualType + " cannot be returned by " + methodName + "()", in wrongTypeOfReturnValue()
729 …gumentToReturn(InvocationOnMock invocation, String expectedType, Class actualType, int argumentInd… in wrongTypeOfArgumentToReturn() argument
731 …"The argument of type '" + actualType.getSimpleName() + "' cannot be returned because the followin… in wrongTypeOfArgumentToReturn()
/external/vogar/src/vogar/
DOptionParser.java173 Type actualType = parameterizedType.getActualTypeArguments()[0]; in getHandler() local
174 if (!(actualType instanceof Class)) { in getHandler()
177 return getHandler(actualType); in getHandler()
/external/skia/src/views/mac/
DSkOSWindow_Mac.cpp240 EventParamType actualType; in getparam() local
244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data); in getparam()
246 SkASSERT(actualType == type); in getparam()
/external/mockito/src/org/mockito/internal/util/reflection/
DGenericMetadataSupport.java161 Type actualType = getActualTypeArgumentFor(typeParameter); in actualTypeArguments() local
163 actualTypeArguments.put(typeParameter, actualType); in actualTypeArguments()
/external/mesa3d/src/mesa/drivers/x11/
Dfakeglx.c180 Atom actualType; in GetOverlayInfo() local
197 overlayVisualsAtom, &actualType, &actualFormat, in GetOverlayInfo()
201 if (status != Success || actualType != overlayVisualsAtom || in GetOverlayInfo()
/external/vogar/lib/
Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/jetty/lib/
Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/ ...
/external/libxml2/
Dxmlschemas.c25001 xmlSchemaTypePtr actualType; in xmlSchemaValidateElemDecl() local
25011 actualType = WXS_ELEM_TYPEDEF(elemDecl); in xmlSchemaValidateElemDecl()
25020 if (actualType == NULL) { in xmlSchemaValidateElemDecl()
25099 actualType = localType; in xmlSchemaValidateElemDecl()
25112 if (actualType == NULL) { in xmlSchemaValidateElemDecl()
25120 vctxt->inode->typeDef = actualType; in xmlSchemaValidateElemDecl()
/external/dexmaker/lib/
Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd ...
/external/robolectric/lib/test/
Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/ ...