Searched refs:actualType (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/extensions/renderer/resources/
H A Djson_schema.js493 var actualType = JSONSchemaValidator.getType(instance);
494 if (schema.type == actualType ||
495 (schema.type == "number" && actualType == "integer")) {
497 } else if (schema.type == "integer" && actualType == "number") {
501 this.addError(path, "invalidType", [schema.type, actualType]);
/external/mockito/src/org/mockito/exceptions/
H A DReporter.java476 public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) { argument
478 actualType + " cannot be returned by " + methodName + "()",
729 public void wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class actualType, int argumentIndex) { argument
731 "The argument of type '" + actualType.getSimpleName() + "' cannot be returned because the following ",
/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java161 Type actualType = getActualTypeArgumentFor(typeParameter);
163 actualTypeArguments.put(typeParameter, actualType);
164 // logger.log("For '" + rawType().getCanonicalName() + "' returning explicit TypeVariable : { '" + typeParameter + "(" + System.identityHashCode(typeParameter) + ")" + "' : '" + actualType +"' }");
/external/chromium_org/third_party/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp240 EventParamType actualType; local
244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data);
246 SkASSERT(actualType == type);
/external/skia/src/views/mac/
H A DSkOSWindow_Mac.cpp240 EventParamType actualType; local
244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data);
246 SkASSERT(actualType == type);
/external/chromium_org/third_party/WebKit/Source/platform/
H A DTraceEvent.h851 #define INTERNAL_DECLARE_SET_TRACE_VALUE(actualType, argExpression, unionMember, valueTypeId) \
852 static inline void setTraceValue(actualType arg, unsigned char* type, unsigned long long* value) { \
859 #define INTERNAL_DECLARE_SET_TRACE_VALUE_INT(actualType, valueTypeId) \
860 static inline void setTraceValue(actualType arg, \
/external/chromium_org/third_party/webrtc/modules/audio_device/linux/
H A Daudio_device_alsa_linux.cc1836 char *actualType = LATE(snd_device_name_get_hint)(*list, "IOID"); local
1837 if (actualType)
1839 bool wrongType = (strcmp(actualType, type) != 0);
1840 free(actualType);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dfakeglx.c180 Atom actualType; local
197 overlayVisualsAtom, &actualType, &actualFormat,
201 if (status != Success || actualType != overlayVisualsAtom ||
/external/mesa3d/src/mesa/drivers/x11/
H A Dfakeglx.c180 Atom actualType; local
197 overlayVisualsAtom, &actualType, &actualFormat,
201 if (status != Success || actualType != overlayVisualsAtom ||
/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 ...
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 ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c24970 xmlSchemaTypePtr actualType; local
24980 actualType = WXS_ELEM_TYPEDEF(elemDecl);
24989 if (actualType == NULL) {
25068 actualType = localType;
25081 if (actualType == NULL) {
25089 vctxt->inode->typeDef = actualType;
/external/libxml2/
H A Dxmlschemas.c24999 xmlSchemaTypePtr actualType; local
25009 actualType = WXS_ELEM_TYPEDEF(elemDecl);
25018 if (actualType == NULL) {
25097 actualType = localType;
25110 if (actualType == NULL) {
25118 vctxt->inode->typeDef = actualType;
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...

Completed in 916 milliseconds