Home
last modified time | relevance | path

Searched refs:nativeMethod (Results 1 – 11 of 11) sorted by relevance

/external/libchrome/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
DSampleForTests.java57 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/
DAClassWithNativeMethodReturningPrimitive.java8 public native int nativeMethod(); in nativeMethod() method in AClassWithNativeMethodReturningPrimitive
DAClassWithNativeMethod.java8 public native String nativeMethod(String stringArg, int intArg); in nativeMethod() method in AClassWithNativeMethod
/external/ow2-asm/asm-test/src/main/resources/jdk3/
DAllStructures.classAllStructures.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/
DSampleBidirectionalNonProxy.java13 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/
DSampleBidirectionalNonProxy.java13 private native int nativeMethod(long nativeTest, int arg1); in nativeMethod() method in SampleBidirectionalNonProxy
/external/ow2-asm/asm-test/src/resources/java/jdk3/
DAllStructures.java97 private native void nativeMethod(); in nativeMethod() method in AllStructures
/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java520 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/
Djdk3.AllStructures.txt190 private native nativeMethod()V
/external/guava/guava-tests/test/com/google/common/reflect/
DInvokableTest.java216 native void nativeMethod(); in nativeMethod() method in InvokableTest.A
/external/guava/android/guava-tests/test/com/google/common/reflect/
DInvokableTest.java216 native void nativeMethod(); in nativeMethod() method in InvokableTest.A