HomeSort by relevance Sort by last modified time
    Searched refs:JNI (Results 1 - 25 of 30) sorted by null

1 2

  /external/jsilver/src/org/clearsilver/jni/
JNI.java 17 package org.clearsilver.jni;
23 * Loads the ClearSilver JNI library.
25 * <p>By default, it attempts to load the library 'clearsilver-jni' from the
33 public final class JNI {
49 + JNI.class.getName() + ".setLibrarySearchPaths(String...)");
68 private static String libraryName = "clearsilver-jni";
77 * Attempts to load the ClearSilver JNI library.
113 * Sets a callback for what should happen if the JNI library cannot
121 JNI.failureCallback = failureCallback;
126 * Set name of JNI library to load. Default is 'clearsilver-jni'
    [all...]
JniCs.java 17 package org.clearsilver.jni;
27 * JNI implementation of the CS interface.
36 JNI.loadLibrary();
JniHdf.java 17 package org.clearsilver.jni;
40 JNI.loadLibrary();
  /art/runtime/
jni_internal.cc 62 // Consider turning this on when there is errors which could be related to JNI array copies such as
66 // Section 12.3.2 of the JNI spec describes JNI class descriptors. They're
83 LOG(WARNING) << "Call to JNI FindClass with dots in name: "
327 class JNI {
334 LOG(WARNING) << "JNI DefineClass is not supported";
421 // Note: JNI is different from regular Java instanceof in this respect
472 LOG(WARNING) << "JNI WARNING: no printStackTrace()V in "
477 LOG(WARNING) << "JNI WARNING: " << PrettyTypeOf(soa.Self()->GetException())
492 LOG(FATAL) << "JNI FatalError called: " << msg
    [all...]
  /build/core/
install_jni_libs_internal.mk 1 # Install jni libraries for one arch.
4 # my_embed_jni: indicate if we want to embed the jni libs in the apk.
12 # my_embedded_prebuilt_jni_libs, prebuilt jni libs embedded in prebuilt apk.
41 # Set the abi directory used by the local JNI shared libraries.
54 # The jni libaries will be installed to the system.img.
56 # Make sure the JNI libraries get installed
58 # Do not use order-only dependency, because we want to rebuild the image if an jni is updated.
80 # Files like @lib/<abi>/libfoo.so (path inside the apk) are JNI libs embedded prebuilt apk;
85 # prebuilt JNI exsiting as separate source files.
  /cts/tests/tests/jni/libjnitest/
Android.mk 16 # This is the shared library included by the JNI test app.
  /cts/tests/tests/opengl/libopengltest/
Android.mk 16 # This is the shared library included by the JNI test app.
  /cts/tests/tests/renderscript/libcoremathtestcpp/
Android.mk 16 # This is the shared library included by the JNI test app.
  /external/skia/platform_tools/android/examples/hello_skia_app/jni/
Android.mk 20 # Sets up the JNI module that our app calls into to draw things with skia.
  /frameworks/base/media/mca/filterfw/jni/
Android.mk 39 # Also need the JNI headers.
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
Android.mk 16 # This is the shared library included by the JNI test app.
  /frameworks/rs/java/tests/RsBLAS_Benchmark/libsgemm/
Android.mk 16 # This is the shared library included by the JNI test app.
  /build/core/clang/
TARGET_x86.mk 25 # that could be called from JNI, so that movaps instruction
  /cts/tests/tests/rscpp/librscpptest/
Android.mk 16 # This is the shared library included by the JNI test app.
  /system/bt/doc/
directory_layout.md 15 * btif - *Bluetooth Interface* - JNI interface to Android.
  /external/conscrypt/
Android.mk 121 # Platform conscrypt crypto JNI library
172 # Unbundled Conscrypt crypto JNI library
195 # Static unbundled Conscrypt crypto JNI library
319 # Conscrypt JNI library for host OpenJDK
  /frameworks/opt/net/wifi/service/
Android.mk 51 $(LOCAL_PATH)/jni \
79 # Make the JNI part
107 jni/com_android_server_wifi_WifiNative.cpp \
108 jni/jni_helper.cpp
112 jni/com_android_server_wifi_nan_WifiNanNative.cpp
  /ndk/tests/device/hard-float/jni/
Android.mk 45 # 3. All JNI functions should have JNICALL which is defined to __NDK_FPABI__ in jni.h.
  /libcore/
NativeCode.mk 162 # Test JNI library.
  /external/opencv3/modules/java/generator/
gen_java.py 181 # c_type : { java/jni correspondence }
401 env->ThrowNew(je, "Unknown exception in JNI code {core::minMaxLoc()}");
486 env->ThrowNew(je, "Unknown exception in JNI code {core::getTextSize()}");
    [all...]
  /art/test/
Android.run-test.mk 187 $(foreach jni, $(8), \
193 test-art-$(target)-run-test-$(run-type)-$(prebuild)-$(compiler)-$(relocate)-$(trace)-$(gc)-$(jni)-$(image)-$(pictest)-$(debuggable)-$(test)$(address_size) \
458 # also uses Generic JNI instead of the JNI compiler.
601 $(foreach jni, $(JNI_TYPES), \
602 $(eval ART_RUN_TEST_$(call name-to-var,$(target))_$(call name-to-var,$(jni))_RULES :=)))
662 # {6: trace or ntrace}-{7: gcstress gcverify cms}-{8: forcecopy checkjni jni}-
    [all...]
  /frameworks/opt/setupwizard/tools/docs/
jsilver.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/libjpeg-turbo/
CMakeLists.txt 178 find_package(JNI)
246 set(TURBOJPEG_SOURCES ${TURBOJPEG_SOURCES} turbojpeg-jni.c)
    [all...]

Completed in 974 milliseconds

1 2