Home
last modified time | relevance | path

Searched defs:expectedType (Results 1 – 25 of 57) 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-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/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.java80 ResolvedType expectedType = method.getLastParam().getType(); in isApplicable() local
108 ResolvedType expectedType = method.getParam(i).getType(); in isApplicable() local
285 ResolvedType expectedType = method.getParamType(i); in isApplicable() 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/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/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/archive-patcher/tools/src/main/java/com/google/archivepatcher/tools/
DAbstractTool.java34 protected String popOrDie(Iterator<String> iterator, String expectedType) { in popOrDie()
/external/skqp/tests/
DSkDOMTest.cpp17 SkDOM::Type expectedType) { in check_node()
/external/skia/tests/
DSkDOMTest.cpp17 SkDOM::Type expectedType) { in check_node()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DMethodCallExprContext.java304 ResolvedType expectedType = in resolveMethodTypeParameters() local
337 ResolvedType expectedType = methodUsage.getParamType(i); in resolveMethodTypeParameters() local
347 …private void matchTypeParameters(ResolvedType expectedType, ResolvedType actualType, Map<ResolvedT… in matchTypeParameters()
/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/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.java495 …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/javaparser/javaparser-testing/src/test/java/com/github/javaparser/utils/
DTestUtils.java52 public static void assertInstanceOf(Class<?> expectedType, Object instance) { in assertInstanceOf()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DResName.java156 public void mustBe(String expectedType) { in mustBe()
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DMessageHeader.java171 public boolean validateHeader(int expectedType, int expectedFlags) { in validateHeader()
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/
DHelpers.java90 TypeMirror expectedType = annotation.asType(); in getAnnotationMirror() local
/external/dagger2/lib/
Dauto-common-1.0-20151022.071545-39.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

123