HomeSort by relevance Sort by last modified time
    Searched refs:intMethod (Results 1 - 8 of 8) sorted by null

  /external/mockito/src/test/java/org/mockito/internal/stubbing/defaultanswers/
HasPrimitiveMethods.java 13 int intMethod();
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 81 public int intMethod() {
82 logWriter.println("--> calling intMethod()");
120 int i = intMethod();
121 logWriter.println("--> intMethod() is invoked, return value:" + i);
  /frameworks/base/core/tests/coretests/src/android/os/
IAidlTest.aidl 23 int intMethod(int a);
AidlTest.java 94 public int intMethod(int a) {
209 int result = mRemote.intMethod(42);
  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/
KeyTest.java 201 ExecutableElement intMethod =
209 TypeMirror intType = intMethod.getReturnType();
215 Key intKey = keyFactory.forProvidesMethod((ExecutableType) intMethod.asType(), intMethod);
  /external/guice/core/test/com/google/inject/spi/
ProviderMethodsTest.java 450 ProvidesMethodBinding<Integer> intMethod =
452 assertEquals(m2, intMethod.getEnclosingInstance());
454 intMethod.getMethod());
456 intMethod.getDependencies());
457 assertEquals(Key.get(Integer.class), intMethod.getKey());
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 42 public int intMethod() {
MethodTest.java 46 public int intMethod() {
273 mth = TestMethod.class.getMethod("intMethod", new Class[0]);
597 mth = cl.getMethod("intMethod", new Class[0]);
    [all...]

Completed in 1000 milliseconds