Home
last modified time | relevance | path

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

123

/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/robolectric/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java23 private final int expectedType; field in ParameterizedRobolectricTestRunnerConfigTest
25 public ParameterizedRobolectricTestRunnerConfigTest(int expectedType) { in ParameterizedRobolectricTestRunnerConfigTest()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DParameterizedRobolectricTestRunnerConfigTest.java23 private final int expectedType; field in ParameterizedRobolectricTestRunnerConfigTest
25 public ParameterizedRobolectricTestRunnerConfigTest(int expectedType) { in ParameterizedRobolectricTestRunnerConfigTest()
/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/kotlinpoet/interop/kotlinx-metadata/src/main/kotlin/com/squareup/kotlinpoet/metadata/
DKotlinPoetMetadata.kt59 val expectedType = T::class in toKotlinClassMetadata() constant
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/
DConstructorResolutionLogic.java69 Type expectedType = constructor.getLastParam().getType(); in isApplicable() local
100 Type expectedType = constructor.getParam(i).getType(); in isApplicable() local
DMethodResolutionLogic.java77 Type expectedType = method.getLastParam().getType(); in isApplicable() local
105 Type expectedType = method.getParam(i).getType(); in isApplicable() local
273 Type expectedType = method.getParamType(i); in isApplicable() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/
DConstructorResolutionLogic.java69 ResolvedType expectedType = constructor.getLastParam().getType(); in isApplicable() local
100 ResolvedType expectedType = constructor.getParam(i).getType(); in isApplicable() local
DMethodResolutionLogic.java72 ResolvedType expectedType = method.getLastParam().getType(); in isApplicable() local
100 ResolvedType expectedType = method.getParam(i).getType(); in isApplicable() local
265 ResolvedType expectedType = method.getParamType(i); in isApplicable() local
/external/dagger2/java/dagger/internal/codegen/base/
DDaggerSuperficialValidation.java480 TypeMirror expectedType = method.getReturnType(); in validateAnnotationValues() local
489 private void validateAnnotationValue(AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
684 private void validateIsTypeOf(Class<?> clazz, TypeMirror expectedType) { in validateIsTypeOf()
690 private void validateIsEquivalentType(DeclaredType type, TypeMirror expectedType) { in validateIsEquivalentType()
/external/guice/core/src/com/google/inject/internal/
DInternalProvisionException.java72 public static InternalProvisionException circularDependenciesDisabled(Class<?> expectedType) { in circularDependenciesDisabled()
78 public static InternalProvisionException cannotProxyClass(Class<?> expectedType) { in cannotProxyClass()
DProviderInternalFactory.java48 Class<?> expectedType = dependency.getKey().getTypeLiteral().getRawType(); in circularGet() local
DConstructionContext.java61 public Object createProxy(InjectorOptions injectorOptions, Class<?> expectedType) in createProxy()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DRegionTest.java397 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
428 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DRegionTest.java400 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local
431 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
/external/gson/gson/src/test/java/com/google/gson/
DFieldAttributesTest.java68 Type expectedType = new TypeToken<List<String>>() {}.getType(); in testDeclaredTypeAndClass() local
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DMethodCallExprContext.java310 ResolvedType expectedType = in resolveMethodTypeParameters() local
343 ResolvedType expectedType = methodUsage.getParamType(i); in resolveMethodTypeParameters() local
353 …private void matchTypeParameters(ResolvedType expectedType, ResolvedType actualType, Map<ResolvedT… in matchTypeParameters()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DMethodCallExprContext.java346 Type expectedType = in resolveMethodTypeParameters() local
379 Type expectedType = methodUsage.getParamType(i); in resolveMethodTypeParameters() local
389 …private void matchTypeParameters(Type expectedType, Type actualType, Map<TypeParameterDeclaration,… in matchTypeParameters()
/external/skia/tests/
DSkDOMTest.cpp17 SkDOM::Type expectedType) { in check_node()
/external/angle/src/tests/preprocessor_tests/
Dchar_test.cpp53 int expectedType = pp::Token::LAST; in TEST_P() local
/external/auto/common/src/main/java/com/google/auto/common/
DSuperficialValidation.java297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/instrumentor/
DHookMethodVisitor.kt211 val expectedType = getWrapperTypeDescriptor(returnTypeDescriptor) in handleMethodInsn() constant
/external/turbine/javatests/com/google/turbine/processing/
DTurbineTypesUnaryTest.java65 String expectedType = null; in unboxedType() local
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliCodeFragmentFactoryTest.java250 private void assertVariableType(PsiElement context, String variableName, String expectedType) { in assertVariableType()

123