/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/ |
D | SampleForTests.java | 57 nativeMethod(mNativeCPPObject); in doStuff() 181 private native int nativeMethod(long nativeCPPClass); in nativeMethod() method in SampleForTests
|
/external/robolectric/sandbox/src/test/java/org/robolectric/testing/ |
D | AClassWithNativeMethodReturningPrimitive.java | 8 public native int nativeMethod(); in nativeMethod() method in AClassWithNativeMethodReturningPrimitive
|
D | AClassWithNativeMethod.java | 8 public native String nativeMethod(String stringArg, int intArg); in nativeMethod() method in AClassWithNativeMethod
|
/external/ow2-asm/asm-test/src/main/resources/jdk3/ |
D | AllStructures.class | AllStructures.java
package jdk3
abstract jdk3.AllStructures extends java.lang.Object implements java.lang ... |
/external/cronet/tot/third_party/jni_zero/test/java/src/org/jni_zero/ |
D | SampleBidirectionalNonProxy.java | 13 private native int nativeMethod(long nativeTest, int arg1); in nativeMethod() method in SampleBidirectionalNonProxy
|
/external/cronet/stable/third_party/jni_zero/test/java/src/org/jni_zero/ |
D | SampleBidirectionalNonProxy.java | 13 private native int nativeMethod(long nativeTest, int arg1); in nativeMethod() method in SampleBidirectionalNonProxy
|
/external/ow2-asm/asm-test/src/resources/java/jdk3/ |
D | AllStructures.java | 97 private native void nativeMethod(); in nativeMethod() method in AllStructures
|
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/ |
D | DexMakerTest.java | 520 Method nativeMethod = instance.getClass().getMethod(nativeMethodName); in testDeclareNativeMethod() local 522 assertTrue((nativeMethod.getModifiers() & NATIVE) != 0); in testDeclareNativeMethod() 523 assertTrue((nativeMethod.getModifiers() & PUBLIC) != 0); in testDeclareNativeMethod() 524 assertEquals(void.class, nativeMethod.getReturnType()); in testDeclareNativeMethod() 525 assertEquals(nativeMethodName, nativeMethod.getName()); in testDeclareNativeMethod() 526 assertEquals(nativeMethod.getParameterTypes().length, 0); in testDeclareNativeMethod() 545 Method nativeMethod = generatedClass.getMethod(abstractMethodName); in testDeclareAbstractClassWithAbstractMethod() local 547 assertTrue((nativeMethod.getModifiers() & ABSTRACT) != 0); in testDeclareAbstractClassWithAbstractMethod() 548 assertTrue((nativeMethod.getModifiers() & PUBLIC) != 0); in testDeclareAbstractClassWithAbstractMethod() 549 assertEquals(void.class, nativeMethod.getReturnType()); in testDeclareAbstractClassWithAbstractMethod() [all …]
|
/external/ow2-asm/asm-util/src/test/resources/ |
D | jdk3.AllStructures.txt | 190 private native nativeMethod()V
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 216 native void nativeMethod(); in nativeMethod() method in InvokableTest.A
|
/external/guava/android/guava-tests/test/com/google/common/reflect/ |
D | InvokableTest.java | 216 native void nativeMethod(); in nativeMethod() method in InvokableTest.A
|