Home
last modified time | relevance | path

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

/external/junit/src/main/java/org/junit/internal/matchers/
DTypeSafeMatcher.java18 private Class<?> expectedType; field in TypeSafeMatcher
48 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
DTypeSafeDiagnosingMatcher.java19 private final Class<?> expectedType; field in TypeSafeDiagnosingMatcher
32 protected TypeSafeDiagnosingMatcher(Class<?> expectedType) { in TypeSafeDiagnosingMatcher()
DTypeSafeMatcher.java16 final private Class<?> expectedType; field in TypeSafeMatcher
30 protected TypeSafeMatcher(Class<?> expectedType) { in TypeSafeMatcher()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DRegionTest.java395 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
426 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java394 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
425 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/skia/tests/
DSkDOMTest.cpp17 SkDOM::Type expectedType) { in check_node()
DGeometryTest.cpp210 const std::array<SkPoint, 4>& bezierPoints, SkCubicType expectedType) { in check_cubic_type()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliCodeFragmentFactoryTest.java250 private void assertVariableType(PsiElement context, String variableName, String expectedType) { in assertVariableType()
/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/icu/icu4c/source/test/intltest/
Dregiontst.cpp399 URegionType expectedType; in TestGetInstanceString() member
454 URegionType expectedType; in TestGetInstanceInt() member
Ddcfmtest.cpp317 const UnicodeString &expectedType, in execParseTest()
/external/mockito/src/main/java/org/mockito/internal/exceptions/
DReporter.java475 …public static MockitoException wrongTypeOfReturnValue(String expectedType, String actualType, Stri… in wrongTypeOfReturnValue()
490 …tic MockitoException wrongTypeReturnedByDefaultAnswer(Object mock, String expectedType, String act… in wrongTypeReturnedByDefaultAnswer()
754 …Exception wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class<?> a… in wrongTypeOfArgumentToReturn()
/external/libmojo/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DMessageHeader.java171 public boolean validateHeader(int expectedType, int expectedFlags) { in validateHeader()
/external/r8/src/main/java/com/android/tools/r8/ir/desugar/
DLambdaMainMethodSourceCode.java293 DexType erasedType, DexType enforcedType, DexType expectedType) { in prepareParameterValue()
/external/proguard/src/proguard/optimize/evaluation/
DSimpleEnumUseChecker.java611 String expectedType) in isPoppingExpectedType()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DCode.java262 private <T> Local<T> coerce(Local<?> local, TypeId<T> expectedType) { in coerce()
/external/r8/src/main/java/com/android/tools/r8/ir/conversion/
DJarSourceCode.java1527 Type expectedType; in updateState() local
2355 Type expectedType; in build() local
/external/clang/lib/CodeGen/
DCGDecl.cpp371 llvm::Type *expectedType = addr->getType(); in EmitStaticVarDecl() local
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp628 Texture::Type expectedType = Texture::TYPE_LAST; in bindTexture() local