HomeSort by relevance Sort by last modified time
    Searched defs:JNI (Results 1 - 8 of 8) sorted by null

  /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: "
332 class JNI {
339 LOG(WARNING) << "JNI DefineClass is not supported";
426 // Note: JNI is different from regular Java instanceof in this respect
477 LOG(WARNING) << "JNI WARNING: no printStackTrace()V in "
482 LOG(WARNING) << "JNI WARNING: " << PrettyTypeOf(soa.Self()->GetException())
497 LOG(FATAL) << "JNI FatalError called: " << msg
    [all...]
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 

Completed in 1444 milliseconds