HomeSort by relevance Sort by last modified time
    Searched full:jni (Results 351 - 375 of 534) sorted by null

<<11121314151617181920>>

  /frameworks/base/media/libstagefright/
TimedEventQueue.cpp 36 #include <jni.h>
  /dalvik/docs/
porting-guide.html 38 <h2>JNI Call Bridge</h2>
42 non-portable component of the runtime is the JNI call bridge. Simply put,
72 all of the basic JNI types). The code may use the method signature
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/platform/
OSNetworkSystem.java 393 * <code>packet</code> to eliminate the JNI field access calls.
438 * addition to <code>packet</code> to eliminate the JNI field access calls.
545 * to reduce the field calls within JNI.
  /dalvik/libcore/openssl/src/main/native/
BNInterface.c 21 #include <jni.h>
200 else return -1; // Error outside BN. mc FIXME: what to do in this case? Does JNI throw exception itself?
326 else return -1; // Error outside BN. mc FIXME: what to do in this case? Does JNI throw exception itself?
  /external/jhead/
main.c 35 #include <nativehelper/jni.h>
349 // patterns for JNI.
755 * Returns the JNI version on success, -1 on failure.
  /frameworks/base/core/jni/
android_bluetooth_ScoSocket.cpp 22 #include "jni.h"
71 * The JNI API is entirely async.
113 jobject object; // JNI global ref to the Java object
android_media_AudioTrack.cpp 18 #define LOG_TAG "AudioTrack-JNI"
25 #include "jni.h"
308 // save the JNI resources so we can free them later
415 // delete the JNI data
740 LOGE("AudioSystem::getOutputSamplingRate() for stream type %d failed in AudioTrack JNI",
    [all...]
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 24 #include <jni/drm1_jni.h>
66 * The pointer of JNI interface.
123 * @param d - the pointer of the JNI interface
  /dalvik/vm/mterp/out/
InterpC-x86.c     [all...]
  /dalvik/vm/alloc/
Heap.c 481 * progress. If a non-VM thread tries to attach itself through JNI,
486 * In rare circumstances (JNI AttachCurrentThread) we can be called
974 //TODO: take care of JNI weak global references
    [all...]
  /development/simulator/app/
MainFrame.cpp 341 pCheckJni = new wxCheckBox(base, IDC_CHECK_JNI, wxT("Check &JNI"));
366 SetCheckFromPref(pCheckJni, "check-jni", false);
844 case IDC_CHECK_JNI: pref = "check-jni"; break;
    [all...]
Preferences.cpp 142 { "pref", "check-jni", "true" },
  /frameworks/base/core/java/android/webkit/
BrowserFrame.java 571 * Called by JNI. Given a URI, find the associated file and return its size
587 * Called by JNI. Given a URI, a buffer, and an offset into the buffer,
778 // Called by JNI when an apple-touch-icon attribute was found.
    [all...]
  /cts/tools/vm-tests/etc/
starttests 76 debug_opts="-Xcheck:jni -Xrunjdwp:transport=dt_socket,address=8000,server=y,suspend=n"
  /dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
DalvikExecTest.java 59 // cmdLine.add("-Xcheck:jni");
  /dalvik/libcore/dalvik/src/main/java/dalvik/system/
VMDebug.java 345 * Dumps the contents of the VM reference tables (e.g. JNI locals and
  /dalvik/libcore/icu/src/main/java/com/ibm/icu4jni/charset/
CharsetDecoderICU.java 10 * A JNI interface for ICU converters.
  /dalvik/libcore/luni/src/main/java/java/io/
File.java 22 // We've also changed the JNI interface to better match what the Java actually wants.
23 // (The JNI implementation is also much simpler.)
115 * This is suitable for direct use by our JNI, and includes a trailing NUL.
202 // Cache the UTF-8 bytes we need for the JNI.
    [all...]
ObjectStreamField.java 21 // Harmony uses ObjectAccessors to access fields through JNI. Android has not
  /dalvik/libcore/luni-kernel/src/main/native/
java_lang_ProcessManager.cpp 29 #include "jni.h"
  /dalvik/libcore/sql/src/main/native/
sqlite_jni.h 2 #include <jni.h>
  /dalvik/libcore/x-net/src/main/native/
org_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp 27 #include <jni.h>
40 * Structure to hold JNI state for openssl callback
382 * Module scope variables initialized during JNI registration.
427 * @param env the JNI environment
540 * NULL, a caller of this function should simply return and allow JNI
543 * @param env non-null; the JNI environment
922 * one. Is being called by sslRead() and sslWrite() as well as by JNI glue
    [all...]
  /dalvik/vm/hprof/
HprofHeap.c 155 * ID: JNI global ref ID
  /dalvik/vm/native/
dalvik_system_Zygote.c 266 * If set, make sure "check JNI" is eabled. This is a little weird,
  /external/clearsilver/
aclocal.m4 835 dnl for compiling programs using the JNI interface.
    [all...]

Completed in 715 milliseconds

<<11121314151617181920>>