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

  /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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/reflect/
InvocationTargetExceptionTest.java 40 public int intMethod() {
MethodTest.java 37 public int intMethod() {
185 mth = TestMethod.class.getMethod("intMethod", new Class[0]);
308 mth = cl.getMethod("intMethod", new Class[0]);
  /external/webkit/Source/WebCore/bindings/scripts/test/CPP/
WebDOMTestObj.h 134 int intMethod();
WebDOMTestObj.cpp 616 int WebDOMTestObj::intMethod()
621 return impl()->intMethod();
  /external/webkit/Source/WebCore/bindings/scripts/test/ObjC/
DOMTestObj.h 125 - (int)intMethod;
DOMTestObj.mm 499 - (int)intMethod
502 return IMPL->intMethod();
  /external/webkit/Source/WebCore/bindings/scripts/test/
TestObj.idl 67 long intMethod();
  /libcore/luni/src/test/java/tests/api/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...]
  /external/webkit/Source/WebCore/bindings/scripts/test/GObject/
WebKitDOMTestObj.cpp 91 glong res = item->intMethod();
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/V8/
V8TestObj.cpp 653 INC_STATS("DOM.TestObj.intMethod");
655 return v8::Integer::New(imp->intMethod());
    [all...]
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestObj.cpp 201 { "intMethod", DontDelete | Function, (intptr_t)static_cast<NativeFunction>(jsTestObjPrototypeFunctionIntMethod), (intptr_t)0 THUNK_GENERATOR(0) },
    [all...]

Completed in 1055 milliseconds