HomeSort by relevance Sort by last modified time
    Searched refs:actualType (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/mockito/src/main/java/org/mockito/internal/exceptions/
Reporter.java 475 public static MockitoException wrongTypeOfReturnValue(String expectedType, String actualType, String methodName) {
477 actualType + " cannot be returned by " + methodName + "()",
490 public static MockitoException wrongTypeReturnedByDefaultAnswer(Object mock, String expectedType, String actualType, String methodName) {
493 actualType + " cannot be returned by " + methodName + "()",
    [all...]
  /external/vogar/src/vogar/
OptionParser.java 173 Type actualType = parameterizedType.getActualTypeArguments()[0];
174 if (!(actualType instanceof Class)) {
177 return getHandler(actualType);
  /art/runtime/native/
java_lang_System.cc 44 std::string actualType(mirror::Object::PrettyTypeOf(array));
47 "%s of type %s is not an array", identifier, actualType.c_str());
  /external/skia/tests/
GeometryTest.cpp 211 SkCubicType actualType = SkClassifyCubic(bezierPoints.data());
212 REPORTER_ASSERT(reporter, actualType == expectedType);
  /external/mockito/src/main/java/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 208 Type actualType = getActualTypeArgumentFor(typeParameter);
210 actualTypeArguments.put(typeParameter, actualType);
211 // logger.log("For '" + rawType().getCanonicalName() + "' returning explicit TypeVariable : { '" + typeParameter + "(" + System.identityHashCode(typeParameter) + ")" + "' : '" + actualType +"' }");
  /external/webrtc/webrtc/modules/audio_device/linux/
audio_device_alsa_linux.cc     [all...]
  /prebuilts/tools/common/fest/
fest-reflect-1.2.jar 
  /external/r8/src/main/java/com/android/tools/r8/ir/desugar/
LambdaMainMethodSourceCode.java 274 DexType erasedType, DexType enforcedType, DexType actualType) {
275 // `actualType` must be adjusted to `enforcedType` first.
276 register = adjustType(register, actualType, enforcedType);
  /hardware/interfaces/audio/effect/2.0/vts/functional/
VtsHalAudioEffectV2_0TargetTest.cpp 258 Uuid actualType;
263 actualType = desc.type;
268 EXPECT_EQ(getEffectType(), actualType);
  /tools/loganalysis/src/com/android/loganalysis/util/config/
OptionSetter.java 93 Type actualType = parameterizedType.getActualTypeArguments()[0];
94 if (!(actualType instanceof Class)) {
98 return getHandler(actualType);
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/config/
OptionSetter.java 137 Type actualType = parameterizedType.getActualTypeArguments()[0];
138 if (!(actualType instanceof Class)) {
142 return getHandler(actualType);
    [all...]
  /external/robolectric/v3/
robolectric-processor-3.1-SNAPSHOT.jar 
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 163 Atom actualType;
180 overlayVisualsAtom, &actualType, &actualFormat,
184 if (status != Success || actualType != overlayVisualsAtom ||
    [all...]
  /art/test/959-invoke-polymorphic-accessors/src/
Main.java 445 static boolean resultFor(PrimitiveType actualType, PrimitiveType expectedType,
448 return (actualType != expectedType) || (actualAccessor != expectedAccessor);
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/invoke/
MethodHandleAccessorsTest.java 433 static boolean resultFor(PrimitiveType actualType, PrimitiveType expectedType,
436 return (actualType != expectedType) || (actualAccessor != expectedAccessor);
    [all...]
  /prebuilts/tools/common/m2/repository/javax/enterprise/cdi-api/1.0/
cdi-api-1.0.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/devtools/tools/lib/
ecj-4.6.1.jar 
ecj-4.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.6.1/
ecj-4.6.1.jar 
  /prebuilts/tools/common/offline-m2/org/eclipse/jdt/core/compiler/ecj/4.5.1/
ecj-4.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4.2/
ecj-4.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.4/
ecj-4.4.jar 
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 

Completed in 1005 milliseconds

1 2 3 4