Home
last modified time | relevance | path

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

/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()
DJniCs.java36 JNI.loadLibrary(); in JNI.loadLibrary()
DJniHdf.java40 JNI.loadLibrary(); in JNI.loadLibrary()
/external/bouncycastle/patches/
DREADME24 - OpenSSLDigest uses NativeCrypto JNI API
/external/opencv/
DREADME.rdoc53 … that we don't have to pass huge amounts of data (images) back and forth through the JNI interface.
/external/llvm/docs/HistoricalNotes/
D2000-11-18-EarlyDesignIdeasResp.txt81 C functions directly from Java without using the nasty/slow/gross JNI
/external/valgrind/main/
DFAQ.txt142 even those that use JNI and are partially implemented in other languages
/external/qemu/
DCHANGES.TXT244 support for recording native (JNI) calls when profiling.
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-141984 Move the notion of field type to the JNI runtime since that's the only
5597 JNI bindings should be available to non-Mac platforms that have JNI
5599 Change JNI so that it is not wrapped in the PLATFORM(MAC) ifdef, enabling
5600 other platforms who have JNI to use it.
5610 Changed code to utilize new #if HAVE(JNI)
5612 Added new #define for JNI, ie HAVE_JNI
18093 using the soft linking header, instead of calling the JNI call. This allows processes
21550 Use the new dispatching API to invoke JNI, rather than calling JNI
21597 Pass URL of plugin view when call into JNI.
22198 Implemented new JNI abstraction. We no longer invoke Java methods
[all …]
/external/webkit/Source/WebCore/
DChangeLog29316 It factors out a JavaInstance interface which does not use JNI
29318 that don't use JNI directly. The existing jobject-backed
31169 JavaClass should be an interface and free of JNI types
31174 It factors out a JavaClass interface which does not use JNI types.
31176 don't use JNI directly. The existing jobject-backed
32664 - Factors out a JavaField interface which does not use JNI types.
32666 don't use JNI directly. The existing jobject-backed
32670 exposes JNI types in its interface.
33770 - Factors out a JavaMethod interface which does not use JNI types.
33772 don't use JNI directly. The existing jobject-backed
[all …]
DChangeLog-2008-08-1040958 If defined as "1", add WebCore.JNI.exp to WEBCORE_EXPORT_DEPENDENCIES.
40959 * WebCore.JNI.exp: Added.
40960 * WebCore.base.exp: Moved exported JNI methods to WebCore.JNI.exp.
43612 Templatize the JNI call code to reduce the amount of code that has
43861 Move JNI specific code from runtime_root over to jni_jsobject, where it is used.
79731 loaded, and the JNI spec states that a single process is not allowed to
DChangeLog-2010-05-2454153 Adds V8-specific JNI bridge classes
54173 Adds V8-specific JNI utility functions.
DChangeLog-2005-08-2338163 Implemented new JNI abstraction. We no longer invoke Java methods
38164 directly with JNI, rather we call into the plugin. This allows the
DChangeLog-2010-12-0615961 - The definition of EXPORT is required only for the JNI entry point in
73696 Update JNI bridge for V8 after renaming of JavaString::utf8().
105693 * WebCore.JNI.exp: Removed.
DChangeLog-2010-01-293086 Some methods in JSC JNI bridge need more error checking of results from JNI.
DChangeLog-2011-02-1639549 Fix V8 JNI binding.
DChangeLog-2009-06-1691807 names of JNI functions, and I will check if these are safe to change
/external/webkit/Source/WebKit/mac/
DChangeLog-2006-02-0912159 Implemented new JNI abstraction. We no longer invoke Java methods
12160 directly with JNI, rather we call into the plugin. This allows the
12283 JNI needs both the jmethodID and return type. Changed API to