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 38 #include "jni.h"
82 // Section 12.3.2 of the JNI spec describes JNI class descriptors. They're
99 LOG(WARNING) << "Call to JNI FindClass with dots in name: "
332 LOG(ERROR) << "Bad JNI version passed to "
391 VLOG(jni) << "[" << *self << " waiting for \"" << path_ << "\" " << "JNI_OnLoad...]";
396 VLOG(jni) << "[Earlier JNI_OnLoad for \"" << path_ << "\" "
506 // See section 11.3 "Linking Native Methods" of the JNI spec.
532 VLOG(jni) << "[Found native code for " << PrettyMethod(m)
578 class JNI {
    [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 133 milliseconds