HomeSort by relevance Sort by last modified time
    Searched defs:expectedType (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/fetch/
ImageResourceClient.h 36 static ResourceClientType expectedType() { return ImageType; }
37 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
StyleSheetResourceClient.h 39 static ResourceClientType expectedType() { return StyleSheetType; }
40 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
DocumentResource.h 62 static ResourceClientType expectedType() { return DocumentType; }
63 virtual ResourceClientType resourceClientType() const OVERRIDE { return expectedType(); }
ResourceClient.h 49 static ResourceClientType expectedType() { return BaseResourceType; }
50 virtual ResourceClientType resourceClientType() const { return expectedType(); }
ScriptResource.h 39 static ResourceClientType expectedType() { return ScriptType; }
40 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
RawResource.h 75 static ResourceClientType expectedType() { return RawResourceType; }
76 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
FontResource.h 103 static ResourceClientType expectedType() { return FontType; }
104 virtual ResourceClientType resourceClientType() const OVERRIDE FINAL { return expectedType(); }
  /external/hamcrest/library/src/org/hamcrest/
TypeSafeMatcher.java 13 private Class expectedType;
22 expectedType = findExpectedType(getClass());
43 protected TypeSafeMatcher(Class<T> expectedType) {
44 this.expectedType = expectedType;
55 && expectedType.isInstance(item)
  /external/junit/src/org/junit/internal/matchers/
TypeSafeMatcher.java 15 private Class<?> expectedType;
24 expectedType = findExpectedType(getClass());
45 protected TypeSafeMatcher(Class<T> expectedType) {
46 this.expectedType = expectedType;
57 && expectedType.isInstance(item)
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
char_test.cpp 52 int expectedType = pp::Token::LAST;
63 expectedType = pp::Token::IDENTIFIER;
68 expectedType = pp::Token::CONST_INT;
73 expectedType = str[0];
90 EXPECT_EQ(expectedType, token.type);
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SimpleVerifier.java 165 Type expectedType = ((BasicValue) expected).getType();
167 switch (expectedType.getSort()) {
172 return type == expectedType;
180 return isAssignableFrom(expectedType, type);
  /external/chromium_org/third_party/icu/source/test/intltest/
regiontst.cpp 399 URegionType expectedType;
444 if ( type != data.expectedType) {
445 dataerrln("Unexpected region type for Region::getInstance(\"%s\"); Expected: %d Got: %d",data.inputID,data.expectedType,type);
454 URegionType expectedType;
488 if ( data.expectedType != type) {
489 dataerrln("Unexpected region type for Region.getInstance(%d)); Expected: %d Got: %d",data.inputID,data.expectedType,type);
  /external/icu/icu4c/source/test/intltest/
regiontst.cpp 399 URegionType expectedType;
444 if ( type != data.expectedType) {
445 dataerrln("Unexpected region type for Region::getInstance(\"%s\"); Expected: %d Got: %d",data.inputID,data.expectedType,type);
454 URegionType expectedType;
488 if ( data.expectedType != type) {
489 dataerrln("Unexpected region type for Region.getInstance(%d)); Expected: %d Got: %d",data.inputID,data.expectedType,type);
  /cts/tests/signature-tests/src/android/signature/cts/tests/
JDiffClassDescriptionTest.java 41 private FailureType expectedType;
44 public ExpectFailure(FailureType expectedType) {
45 this.expectedType = expectedType;
50 if (type == expectedType) {
  /external/deqp/framework/opengl/simplereference/
sglrReferenceContext.cpp 628 Texture::Type expectedType = Texture::TYPE_LAST;
631 case GL_TEXTURE_1D: expectedType = Texture::TYPE_1D; break;
632 case GL_TEXTURE_2D: expectedType = Texture::TYPE_2D; break;
633 case GL_TEXTURE_CUBE_MAP: expectedType = Texture::TYPE_CUBE_MAP; break;
634 case GL_TEXTURE_2D_ARRAY: expectedType = Texture::TYPE_2D_ARRAY; break;
635 case GL_TEXTURE_3D: expectedType = Texture::TYPE_3D; break;
636 case GL_TEXTURE_CUBE_MAP_ARRAY: expectedType = Texture::TYPE_CUBE_MAP_ARRAY; break;
640 RC_IF_ERROR(texObj->getType() != expectedType, GL_INVALID_OPERATION, RC_RET_VOID);
    [all...]
  /external/clang/lib/CodeGen/
CGDecl.cpp 319 llvm::Type *expectedType = addr->getType();
344 llvm::ConstantExpr::getPointerBitCastOrAddrSpaceCast(var, expectedType);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/dexmaker/lib/
mockito-core-1.9.1-SNAPSHOT.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/testlibs/
httpclient-4.1.1.jar 
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 1391 milliseconds

1 2