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

1 2 3

  /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 61 static ResourceClientType expectedType() { return DocumentType; }
62 virtual ResourceClientType resourceClientType() const OVERRIDE { return expectedType(); }
ResourceClient.h 48 static ResourceClientType expectedType() { return BaseResourceType; }
49 virtual ResourceClientType resourceClientType() const { return expectedType(); }
FontResource.h 92 static ResourceClientType expectedType() { return FontType; }
93 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(); }
  /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);
  /frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/matcher/
BoundedMatcher.java 33 private final Class<?> expectedType;
36 public BoundedMatcher(Class<? extends S> expectedType) {
37 this.expectedType = checkNotNull(expectedType);
41 public BoundedMatcher(Class<?> expectedType, Class<?> interfaceType1,
43 this.expectedType = checkNotNull(expectedType);
67 if (expectedType.isInstance(item)) {
  /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/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...]
  /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/
RawContactDeltaListTests.java 198 final String expectedType = getStringForType(expected.getType());
200 assertEquals("Unexpected type", expectedType, foundType);
  /external/clang/lib/CodeGen/
CGDecl.cpp 319 llvm::Type *expectedType = addr->getType();
344 llvm::ConstantExpr::getPointerBitCastOrAddrSpaceCast(var, expectedType);
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.1/
hamcrest-library-1.1.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /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 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
sisu-guice-3.1.3-no_aop.jar 

Completed in 1036 milliseconds

1 2 3