OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nativeMethodWithAnnotation
(Results
1 - 2
of
2
) sorted by null
/art/test/656-annotation-lookup-generic-jni/src-ex/
Test.java
21
// Test.
nativeMethodWithAnnotation
.
26
public static native void
nativeMethodWithAnnotation
();
/art/test/656-annotation-lookup-generic-jni/src-art/
Main.java
47
// Invoke Test.
nativeMethodWithAnnotation
().
48
Method
nativeMethodWithAnnotation
= testClass.getMethod("
nativeMethodWithAnnotation
");
49
// Invoking the native method Test.
nativeMethodWithAnnotation
used
52
nativeMethodWithAnnotation
.invoke(null);
62
// Test.
nativeMethodWithAnnotation
.
Completed in 144 milliseconds