Searched refs:JNI (Results 1 – 18 of 18) sorted by relevance
/external/jsilver/src/org/clearsilver/jni/ |
D | JNI.java | 33 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()
|
D | JniCs.java | 36 JNI.loadLibrary(); in JNI.loadLibrary()
|
D | JniHdf.java | 40 JNI.loadLibrary(); in JNI.loadLibrary()
|
/external/bouncycastle/patches/ |
D | README | 24 - OpenSSLDigest uses NativeCrypto JNI API
|
/external/opencv/ |
D | README.rdoc | 53 … that we don't have to pass huge amounts of data (images) back and forth through the JNI interface.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2000-11-18-EarlyDesignIdeasResp.txt | 81 C functions directly from Java without using the nasty/slow/gross JNI
|
/external/valgrind/main/ |
D | FAQ.txt | 142 even those that use JNI and are partially implemented in other languages
|
/external/qemu/ |
D | CHANGES.TXT | 244 support for recording native (JNI) calls when profiling.
|
/external/webkit/Source/JavaScriptCore/ |
D | ChangeLog-2007-10-14 | 1984 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/ |
D | ChangeLog | 29316 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 …]
|
D | ChangeLog-2008-08-10 | 40958 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
|
D | ChangeLog-2010-05-24 | 54153 Adds V8-specific JNI bridge classes 54173 Adds V8-specific JNI utility functions.
|
D | ChangeLog-2005-08-23 | 38163 Implemented new JNI abstraction. We no longer invoke Java methods 38164 directly with JNI, rather we call into the plugin. This allows the
|
D | ChangeLog-2010-12-06 | 15961 - 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.
|
D | ChangeLog-2010-01-29 | 3086 Some methods in JSC JNI bridge need more error checking of results from JNI.
|
D | ChangeLog-2011-02-16 | 39549 Fix V8 JNI binding.
|
D | ChangeLog-2009-06-16 | 91807 names of JNI functions, and I will check if these are safe to change
|
/external/webkit/Source/WebKit/mac/ |
D | ChangeLog-2006-02-09 | 12159 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
|