Searched refs:JNI (Results 1 – 19 of 19) sorted by relevance
33 public final class JNI { class49 + JNI.class.getName() + ".setLibrarySearchPaths(String...)");121 JNI.failureCallback = failureCallback; in setFailureCallback()129 JNI.libraryName = libraryName; in setLibraryName()136 JNI.librarySearchPaths = paths; in setLibrarySearchPaths()
36 JNI.loadLibrary(); in JNI.loadLibrary()
40 JNI.loadLibrary(); in JNI.loadLibrary()
28 # format of generating JNI bindings.59 'message': 'Generating JNI bindings from <(RULE_INPUT_PATH)',
52 'message': 'Generating JNI bindings from <(input_jar_file)/<(input_java_class)',
1427 # Determines whether we should optimize JNI generation at the cost of1479 # the class names, so the JNI generator needs to know this.
7 # Needed for InvalidationController JNI methods.
2 well as the JNI glue C++ code that lets the Java implementation reuse the C++
23 - OpenSSLDigest uses NativeCrypto JNI API
51 # For JNI generated header.
5 to how the real JNI service would operate. The primary objective of this
6 "+media/base", # For Android JNI registration.
100 # For generated JNI includes.
67 // implements the initial set of content JNI functions including
76 # JNI-friendly) tests.
53 … that we don't have to pass huge amounts of data (images) back and forth through the JNI interface.
81 C functions directly from Java without using the nasty/slow/gross JNI
111 To build the swig-generated JNI wrapper code at least JDK-1.5 (or equivalent)
244 support for recording native (JNI) calls when profiling.