/development/ide/xcode/ports/ |
SkOSWindow_Mac.cpp | 106 EventParamType actualType; 110 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data); 112 SkASSERT(actualType == type);
|
/external/chromium_org/third_party/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 240 EventParamType actualType; 244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data); 246 SkASSERT(actualType == type);
|
/external/skia/src/views/mac/ |
SkOSWindow_Mac.cpp | 240 EventParamType actualType; 244 status = GetEventParameter(inEvent, name, type, &actualType, size, &actualSize, data); 246 SkASSERT(actualType == type);
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
json_schema.js | 492 var actualType = JSONSchemaValidator.getType(instance); 493 if (schema.type == actualType || 494 (schema.type == "number" && actualType == "integer")) { 496 } else if (schema.type == "integer" && actualType == "number") { 500 this.addError(path, "invalidType", [schema.type, actualType]);
|
/external/mockito/src/org/mockito/internal/util/reflection/ |
GenericMetadataSupport.java | 161 Type actualType = getActualTypeArgumentFor(typeParameter);
163 actualTypeArguments.put(typeParameter, actualType);
164 // logger.log("For '" + rawType().getCanonicalName() + "' returning explicit TypeVariable : { '" + typeParameter + "(" + System.identityHashCode(typeParameter) + ")" + "' : '" + actualType +"' }");
|
/external/mockito/src/org/mockito/exceptions/ |
Reporter.java | 476 public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) { 478 actualType + " cannot be returned by " + methodName + "()", [all...] |
/art/runtime/native/ |
java_lang_System.cc | 174 std::string actualType(PrettyTypeOf(array)); 178 "%s of type %s is not an array", identifier, actualType.c_str());
|
/external/clang/include/clang/Basic/ |
IdentifierTable.h | 106 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef 107 return ((const actualtype*) this)->second; 119 typedef std::pair<IdentifierInfo, const char*> actualtype; typedef 120 const char* p = ((const actualtype*) this)->second - 2;
|
/external/clang/test/Index/ |
recursive-cxx-member-calls.cpp | 69 typedef std::pair < IdentifierInfo, const char *>actualtype; typedef 70 return ((const actualtype *) this)->second; 73 typedef std::pair < IdentifierInfo, const char *>actualtype; typedef 74 const char *p = ((const actualtype *) this)->second - 2; [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/ |
fakeglx.c | 180 Atom actualType; 197 overlayVisualsAtom, &actualType, &actualFormat, 201 if (status != Success || actualType != overlayVisualsAtom || [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
fakeglx.c | 180 Atom actualType; 197 overlayVisualsAtom, &actualType, &actualFormat, 201 if (status != Success || actualType != overlayVisualsAtom || [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |