Searched defs:nativeMethod (Results 1 – 10 of 10) sorted by relevance
8 public native int nativeMethod(); in nativeMethod() method in AClassWithNativeMethodReturningPrimitive
8 public native String nativeMethod(String stringArg, int intArg); in nativeMethod() method in AClassWithNativeMethod
97 private native void nativeMethod(); in nativeMethod() method in AllStructures
13 private native int nativeMethod(long nativeTest, int arg1); in nativeMethod() method in SampleBidirectionalNonProxy
AllStructures.java package jdk3 abstract jdk3.AllStructures extends java.lang.Object implements java.lang ...
181 private native int nativeMethod(long nativeCPPClass); in nativeMethod() method in SampleForTests
520 Method nativeMethod = instance.getClass().getMethod(nativeMethodName); in testDeclareNativeMethod() local545 Method nativeMethod = generatedClass.getMethod(abstractMethodName); in testDeclareAbstractClassWithAbstractMethod() local
216 native void nativeMethod(); in nativeMethod() method in InvokableTest.A