Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 21 of 21) sorted by relevance

/external/hamcrest/library/src/org/hamcrest/
DTypeSafeMatcher.java13 private Class expectedType; field in TypeSafeMatcher
43 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
/external/junit/src/org/junit/internal/matchers/
DTypeSafeMatcher.java15 private Class<?> expectedType; field in TypeSafeMatcher
45 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java393 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
423 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DRegionTest.java397 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
427 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/guice/core/src/com/google/inject/internal/
DProviderInternalFactory.java49 Class<?> expectedType = dependency.getKey().getTypeLiteral().getRawType(); in circularGet() local
DConstructionContext.java63 Class<?> expectedType) throws ErrorsException { in createProxy()
DConstructorInjector.java62 Class<?> expectedType, in construct()
DErrors.java449 public Errors cannotSatisfyCircularDependency(Class<?> expectedType) { in cannotSatisfyCircularDependency()
455 public Errors circularProxiesDisabled(Class<?> expectedType) { in circularProxiesDisabled()
/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1000 ParameterizedType expectedType = Types.newParameterizedType(Iterable.class, in testGetSupertype_withTypeVariable() local
1007 ParameterizedType expectedType = Types.newParameterizedType(Iterable.class, in testGetSupertype_withoutTypeVariable() local
1017 ParameterizedType expectedType = Types.newParameterizedType(Iterable.class, in testGetSupertype_chained() local
1069 ParameterizedType expectedType = Types.newParameterizedType(Map.class, in testGetSupertype_fullyGenericType() local
1077 Type expectedType = new TypeToken<Map<String, List<Object>>>() {}.getType(); in testGetSupertype_fullySpecializedType() local
1085 Type expectedType = new TypeToken<Map<String, List<V>>>() {}.getType(); in testGetSupertype_partiallySpecializedType() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliCodeFragmentFactoryTest.java250 private void assertVariableType(PsiElement context, String variableName, String expectedType) { in assertVariableType()
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DSimpleVerifier.java165 Type expectedType = ((BasicValue) expected).getType(); in isSubTypeOf() local
/external/icu/icu4c/source/test/intltest/
Dregiontst.cpp397 URegionType expectedType; in TestGetInstanceString() member
452 URegionType expectedType; in TestGetInstanceInt() member
Ddcfmtest.cpp315 const UnicodeString &expectedType, in execParseTest()
/external/mockito/src/org/mockito/exceptions/
DReporter.java476 public void wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) { in wrongTypeOfReturnValue()
729 …public void wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class ac… in wrongTypeOfArgumentToReturn()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DICUResourceBundle.java482 int expectedType = arraySink != null ? ARRAY : TABLE; in getAllContainerItemsWithFallback() local
505 int expectedType = arraySink != null ? ARRAY : TABLE; in getAllContainerItemsWithFallback() local
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DICUResourceBundle.java486 int expectedType = arraySink != null ? ARRAY : TABLE; in getAllContainerItemsWithFallback() local
509 int expectedType = arraySink != null ? ARRAY : TABLE; in getAllContainerItemsWithFallback() local
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java611 String expectedType) in isPoppingExpectedType()
/external/dexmaker/src/main/java/com/google/dexmaker/
DCode.java260 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce()
/external/icu/icu4c/source/common/
Duresbund.cpp1902 UResType expectedType = arraySink != NULL ? URES_ARRAY : URES_TABLE; in getAllContainerItemsWithFallback() local
1975 UResType expectedType = arraySink != NULL ? URES_ARRAY : URES_TABLE; in getAllContainerItemsWithFallback() local
/external/clang/lib/CodeGen/
DCGDecl.cpp362 llvm::Type *expectedType = addr->getType(); in EmitStaticVarDecl() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp628 Texture::Type expectedType = Texture::TYPE_LAST; in bindTexture() local