Searched refs:JNI (Results 1 – 25 of 83) sorted by relevance
1234
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()
46 ":brotli_jni", # Bazel JNI workaround62 ":brotli_jni", # Bazel JNI workaround78 ":brotli_jni", # Bazel JNI workaround
45 ":brotli_jni", # Bazel JNI workaround60 ":brotli_jni", # Bazel JNI workaround75 ":brotli_jni", # Bazel JNI workaround
2 JNI (Java Native Interface) is the mechanism that enables Java code to call21 The presense of any JNI within a class will result in ProGuard obfuscation for31 * Java->Native calls are explicitly registered with JNI on the native side.33 `dlsym()`, but JNI is hardcoded to use the system's `dlsym()`.65 code (JNI itself is only C).74 All pointers to Java objects must be registered with JNI in order to prevent110 register native-side JNI methods (required only when using crazy linker).
10 # Exclude it from JNI registration if VR is not enabled.
41 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround54 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
5 # >>> JNI headers37 # <<< JNI headers
11 **DrumThumper** is written in a combination of Kotlin for the UI and JNI/C++ for the player compone…45 Contains the implementation of the `native` (JNI) methods defined in the `DrumPlayer` (Kotlin) clas…64 ## Native-interface (JNI)
2 # Export JNI symbols.
2 # Export JNI and native C symbols.
2 # Java Native Interface (JNI) library intended for implementing the
357 # that require JNI may not build correctly.359 # Example JNI include paths for a Linux system:369 # Create a shared library for the tokenizer JNI wrapper. The include paths for370 # the JNI headers must be available in the system or provided with the
2 # Java Native Interface (JNI) library for testing the TensorFlow Lite Java API.
9 + * java.util.Locale#setDefault in java or by reverse JNI.