/external/junit/src/main/java/org/junit/internal/matchers/ |
D | TypeSafeMatcher.java | 18 private Class<?> expectedType; field in TypeSafeMatcher 48 protected TypeSafeMatcher(Class<T> expectedType) { in TypeSafeMatcher()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/ |
D | ParameterizedRobolectricTestRunnerConfigTest.java | 23 private final int expectedType; field in ParameterizedRobolectricTestRunnerConfigTest 25 public ParameterizedRobolectricTestRunnerConfigTest(int expectedType) { in ParameterizedRobolectricTestRunnerConfigTest()
|
/external/robolectric/robolectric/src/test/java/org/robolectric/ |
D | ParameterizedRobolectricTestRunnerConfigTest.java | 23 private final int expectedType; field in ParameterizedRobolectricTestRunnerConfigTest 25 public ParameterizedRobolectricTestRunnerConfigTest(int expectedType) { in ParameterizedRobolectricTestRunnerConfigTest()
|
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/ |
D | TypeSafeDiagnosingMatcher.java | 19 private final Class<?> expectedType; field in TypeSafeDiagnosingMatcher 32 protected TypeSafeDiagnosingMatcher(Class<?> expectedType) { in TypeSafeDiagnosingMatcher()
|
D | TypeSafeMatcher.java | 16 final private Class<?> expectedType; field in TypeSafeMatcher 30 protected TypeSafeMatcher(Class<?> expectedType) { in TypeSafeMatcher()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/src/java-symbol-solver-core/com/github/javaparser/symbolsolver/resolution/ |
D | ConstructorResolutionLogic.java | 69 Type expectedType = constructor.getLastParam().getType(); in isApplicable() local 100 Type expectedType = constructor.getParam(i).getType(); in isApplicable() local
|
D | MethodResolutionLogic.java | 77 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/ |
D | ConstructorResolutionLogic.java | 69 ResolvedType expectedType = constructor.getLastParam().getType(); in isApplicable() local 100 ResolvedType expectedType = constructor.getParam(i).getType(); in isApplicable() local
|
D | MethodResolutionLogic.java | 72 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/guice/core/src/com/google/inject/internal/ |
D | InternalProvisionException.java | 72 public static InternalProvisionException circularDependenciesDisabled(Class<?> expectedType) { in circularDependenciesDisabled() 78 public static InternalProvisionException cannotProxyClass(Class<?> expectedType) { in cannotProxyClass()
|
D | ProviderInternalFactory.java | 48 Class<?> expectedType = dependency.getKey().getTypeLiteral().getRawType(); in circularGet() local
|
D | ConstructionContext.java | 61 public Object createProxy(InjectorOptions injectorOptions, Class<?> expectedType) in createProxy()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | RegionTest.java | 400 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local 431 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | RegionTest.java | 397 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceString() local 428 Region.RegionType expectedType = Region.RegionType.valueOf(data[2]); in TestGetInstanceInt() local
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/ |
D | MethodCallExprContext.java | 310 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/ |
D | MethodCallExprContext.java | 346 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/ |
D | SkDOMTest.cpp | 17 SkDOM::Type expectedType) { in check_node()
|
/external/jazzer-api/agent/src/main/java/com/code_intelligence/jazzer/instrumentor/ |
D | HookMethodVisitor.kt | 229 val expectedType = getWrapperTypeDescriptor(returnTypeDescriptor) in handleMethodInsn() constant
|
/external/angle/src/tests/preprocessor_tests/ |
D | char_test.cpp | 53 int expectedType = pp::Token::LAST; in TEST_P() local
|
/external/auto/common/src/main/java/com/google/auto/common/ |
D | SuperficialValidation.java | 297 AnnotationValue annotationValue, TypeMirror expectedType) { in validateAnnotationValue()
|
/external/turbine/javatests/com/google/turbine/processing/ |
D | TurbineTypesUnaryTest.java | 65 String expectedType = null; in unboxedType() local
|
/external/smali/smalidea/src/test/java/org/jf/smalidea/ |
D | SmaliCodeFragmentFactoryTest.java | 250 private void assertVariableType(PsiElement context, String variableName, String expectedType) { in assertVariableType()
|
/external/mockito/src/main/java/org/mockito/internal/exceptions/ |
D | Reporter.java | 495 …public static MockitoException wrongTypeOfReturnValue(String expectedType, String actualType, Stri… in wrongTypeOfReturnValue() 510 …tic MockitoException wrongTypeReturnedByDefaultAnswer(Object mock, String expectedType, String act… in wrongTypeReturnedByDefaultAnswer() 773 …Exception wrongTypeOfArgumentToReturn(InvocationOnMock invocation, String expectedType, Class<?> a… in wrongTypeOfArgumentToReturn()
|
/external/icu/icu4c/source/test/intltest/ |
D | regiontst.cpp | 400 URegionType expectedType; in TestGetInstanceString() member 455 URegionType expectedType; in TestGetInstanceInt() member
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | TypeTokenTest.java | 1077 ParameterizedType expectedType = in testGetSupertype_withTypeVariable() local 1095 ParameterizedType expectedType = in testGetSupertype_withoutTypeVariable() local 1108 ParameterizedType expectedType = in testGetSupertype_chained() local 1166 ParameterizedType expectedType = in testGetSupertype_fullyGenericType() local 1175 Type expectedType = new TypeToken<Map<String, List<Object>>>() {}.getType(); in testGetSupertype_fullySpecializedType() local 1184 Type expectedType = new TypeToken<Map<String, List<V>>>() {}.getType(); in testGetSupertype_partiallySpecializedType() local
|