Home
last modified time | relevance | path

Searched refs:JNI (Results 1 – 25 of 83) sorted by relevance

1234

/external/jsilver/src/org/clearsilver/jni/
DJNI.java33 public final class JNI { class
49 + JNI.class.getName() + ".setLibrarySearchPaths(String...)");
121 JNI.failureCallback = failureCallback; in setFailureCallback()
129 JNI.libraryName = libraryName; in setLibraryName()
136 JNI.librarySearchPaths = paths; in setLibrarySearchPaths()
/external/brotli/java/org/brotli/wrapper/enc/
DBUILD46 ":brotli_jni", # Bazel JNI workaround
62 ":brotli_jni", # Bazel JNI workaround
78 ":brotli_jni", # Bazel JNI workaround
/external/brotli/java/org/brotli/wrapper/dec/
DBUILD45 ":brotli_jni", # Bazel JNI workaround
60 ":brotli_jni", # Bazel JNI workaround
75 ":brotli_jni", # Bazel JNI workaround
/external/libchrome/base/android/jni_generator/
DREADME.md2 JNI (Java Native Interface) is the mechanism that enables Java code to call
21 The presense of any JNI within a class will result in ProGuard obfuscation for
31 * 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 prevent
110 register native-side JNI methods (required only when using crazy linker).
Djni_exception_list.gni10 # Exclude it from JNI registration if VR is not enabled.
/external/brotli/java/org/brotli/wrapper/common/
DBUILD41 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
54 ":brotli_jni_no_dictionary_data", # Bazel JNI workaround
/external/brotli/java/
DBUILD5 # >>> JNI headers
37 # <<< JNI headers
/external/oboe/samples/drumthumper/
DREADME.md11 **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)
/external/libtextclassifier/native/
Djni.lds2 # Export JNI symbols.
/external/icing/icing/
Djni.lds2 # Export JNI symbols.
/external/tensorflow/tensorflow/java/config/
Dversion_script.lds2 # Export JNI symbols.
/external/tensorflow/tensorflow/lite/java/src/main/native/
Dversion_script.lds2 # Export JNI symbols.
/external/tensorflow/tensorflow/tools/android/inference_interface/jni/
Dversion_script.lds2 # Export JNI symbols.
/external/tensorflow/tensorflow/tools/android/test/jni/
Dversion_script.lds2 # Export JNI symbols.
/external/tensorflow/tensorflow/lite/java/
Dtflite_version_script.lds2 # Export JNI and native C symbols.
Dgpu_version_script.lds2 # Export JNI and native C symbols.
/external/tflite-support/tensorflow_lite_support/java/
Ddefault_version_script.lds2 # Export JNI and native C symbols.
/external/tensorflow/tensorflow/lite/delegates/hexagon/
Dversion_script.lds2 # Export JNI symbols.
/external/tensorflow/tensorflow/lite/delegates/nnapi/java/src/main/native/
DBUILD2 # Java Native Interface (JNI) library intended for implementing the
/external/tensorflow/tensorflow/lite/delegates/hexagon/java/src/main/native/
DBUILD2 # Java Native Interface (JNI) library intended for implementing the
/external/pigweed/pw_tokenizer/
DBUILD.gn357 # 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 for
370 # the JNI headers must be available in the system or provided with the
/external/tensorflow/tensorflow/lite/java/src/test/native/
DBUILD2 # Java Native Interface (JNI) library for testing the TensorFlow Lite Java API.
/external/tensorflow/tensorflow/lite/delegates/flex/java/src/main/native/
DBUILD2 # Java Native Interface (JNI) library intended for implementing the
/external/icu/tools/icu4c_srcgen/doc_patches/patches/unicode/
Duloc.h.patch9 + * java.util.Locale#setDefault in java or by reverse JNI.
/external/tensorflow/tensorflow/lite/delegates/gpu/java/src/main/native/
DBUILD2 # Java Native Interface (JNI) library intended for implementing the

1234