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

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/jni/android/graphics/
PathMeasure.cpp 18 #include "jni.h"
34 we can remove this explicit copy from our JNI code.
  /frameworks/base/core/jni/
android_database_SQLiteDebug.cpp 18 #include <jni.h>
185 * JNI registration.
android_pim_EventRecurrence.cpp 19 #include "jni.h"
149 * JNI registration.
android_text_KeyCharacterMap.cpp 19 #include <nativehelper/jni.h>
135 * JNI registration.
android_util_Log.cpp 26 #include "jni.h"
143 * JNI registration.
android_util_StringBlock.cpp 20 #include "jni.h"
184 * JNI registration.
  /frameworks/base/media/java/android/media/
CamcorderProfile.java 138 // Private constructor called by JNI
166 // Methods implemented by JNI
  /frameworks/base/opengl/tools/glgen/
gen 104 compareGenerated ../../../core/jni generated/C com_google_android_gles_jni_GLImpl.cpp
115 compareGenerated ../../../core/jni generated/C android_opengl_${x}.cpp
  /ndk/samples/hello-neon/jni/
helloneon.c 17 #include <jni.h>
73 /* This is a trivial JNI example where we use a native method
  /packages/apps/IM/src/com/android/im/imps/
WbxmlParser.java 71 // seems to have problem throwing non-system exceptions from JNI
113 // have problem throwing non-system exceptions from JNI code. Use IAE
  /packages/inputmethods/LatinIME/native/jni/
com_android_inputmethod_latin_BinaryDictionary.cpp 26 #include <nativehelper/jni.h>
199 * Returns the JNI version on success, -1 on failure.
  /external/webkit/WebKit/android/jni/
JavaBridge.cpp 52 #include <jni.h>
96 // jni functions
269 // In order to signal the main thread we must go through JNI. This
270 // is the only usage on most threads, so we need to ensure a JNI
443 * JNI registration.
  /frameworks/base/core/java/android/webkit/
WebViewCore.java 281 * Called by JNI. Open a file chooser to upload a file.
428 // JNI methods
    [all...]
  /cts/tests/tests/jni/libjnitest/
android_jni_cts_StaticNonce.c 22 #include <jni.h>
342 { "returnInstance", "()Landroid/jni/cts/StaticNonce;",
366 env, "android/jni/cts/StaticNonce",
  /dalvik/vm/arch/sh/
CallSH4ABI.S 17 * Invoking JNI native method via SH4 ABI.
166 bra one_arg_handled /* jni call */
333 ### invoke the JNI function.
  /external/webkit/WebCore/bridge/jni/jsc/
JavaInstanceJSC.cpp 164 // Try to use the JNI abstraction first, otherwise fall back to
165 // normal JNI. The JNI dispatch abstraction allows the Java plugin
  /build/core/
pathmap.mk 66 # Many modules expect to be able to say "#include <jni.h>",
  /cts/tests/tests/jni/src/android/jni/cts/
StaticNonce.java 17 package android.jni.cts;
  /dalvik/hit/src/com/android/hit/
Heap.java 31 // Root objects such as interned strings, jni locals, etc
  /dalvik/libcore/luni/src/main/native/
java_net_NetworkInterface.cpp 20 #include "jni.h"
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 20 * Provides the Java side of our JNI glue for OpenSSL. Currently only hashing
  /dalvik/
run-core-tests.sh 27 debug_opts=-Xcheck:jni
  /dalvik/vm/
Thread.h 23 #include "jni.h"
55 THREAD_NATIVE = 7, /* off in a JNI native method */
173 /* JNI local reference tracking */
180 /* JNI native monitor reference tracking (initialized on first use) */
UtfString.h 111 * the JNI GetStringUTFRegion call.)
  /dalvik/vm/arch/generic/
Call.c 46 * The second argument to JNI native functions is either the object (the

Completed in 73 milliseconds

1 2 3 4 5 6 7 891011>>