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

1 2 34 5 6 7 8 91011>>

  /development/apps/Term/jni/
Android.mk 17 # This makefile supplies the rules for building a library of JNI code for
40 # Also need the JNI headers.
  /development/samples/BrowserPlugin/jni/
jni-bridge.cpp 18 #include <jni.h>
62 * JNI registration.
  /development/samples/SimpleJNI/jni/
Android.mk 17 # This makefile supplies the rules for building a library of JNI code for
40 # Also need the JNI headers.
  /frameworks/base/core/jni/
android_os_SystemClock.cpp 23 #include "jni.h"
83 * JNI registration.
android_security_Md5MessageDigest.cpp 17 #include "jni.h"
94 * JNI registration.
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 20 * The implementation class of JNI wrapper for dictionary.
29 * Constant about the approximate pattern (for JNI native library)
36 * Constant about the approximate pattern (for JNI native library)
43 * Constant about the approximate pattern (for JNI native library)
50 * Constant about the approximate pattern (for JNI native library)
57 * Constant about the approximate pattern (for JNI native library)
65 * Constant about the search operation (for JNI native library)
72 * Constant about the search operation (for JNI native library)
79 * Constant about the search operation (for JNI native library)
87 * Constant about the sort order (for JNI native library
    [all...]
  /dalvik/vm/
IndirectRefTable.h 20 * Maintain a table of indirect references. Used for local/global JNI
26 * Conversions to and from indirect refs are performed on JNI method calls
29 * To be efficient for JNI local variable storage, we need to provide
38 * code, or when we handle the JNI PushLocalFrame function.
53 * that the current segment will pack tightly, which should satisfy JNI
63 * Indirect reference definition. This must be interchangeable with JNI's
91 * For convenience these match up with enum jobjectRefType from jni.h.
115 * most-recently-added entry). For JNI local references, the common
131 * To get the desired behavior for JNI locals, we need to know the bottom
149 * store it internally in a public structure, but the local JNI refs ar
    [all...]
Jni.c 18 * Dalvik implementation of JNI interfaces.
30 All JNI methods must start by changing their thread status to
51 JNI provides explicit control over natively-held references that the GC
58 The references can be created with explicit JNI NewLocalRef / NewGlobalRef
62 Local references are most often created as a side-effect of JNI functions.
83 necessary to allow the GC to move JNI-referenced objects around, then we
94 JNI allows the VM to choose whether it wants to pin the array object or
114 The JNI spec does not define any sort of limit, so the list must be able
134 the JNI local refs in the space normally occupied by local variables.
203 We implement Push/PopLocalFrame with actual stack frames. Before a JNI
    [all...]
  /development/pdk/pndk/
Pndk.mk 43 # (3) A JNI-only version, with source.
49 # (D) Files used in both the JNI-only and full-with-source version
60 # The JNI-only version is provided for partners that want to create shared
111 # Destinations of files used by the full, non-jni-only configurations
144 $(call define-tree-copy-rules,$(jni_src_dir),$(jni_dest_dir),$(listvar), -name jni.h)
146 # Install files common to the full builds but not the JNI build
163 # pndk_jni_with_source just files for building JNI shared libraries with source.
175 pndk_jni_with_src_tarfile := $(pndk_intermediates)/$(name)-jni-src.tar
213 # tar up the sources to make the pndk with JNI support.
  /dalvik/docs/
embedded-vm-control.html 12 <li><a href="#checkjni">Extended JNI Checks</a>
58 <h2><a name="checkjni">Extended JNI Checks</a></h2>
60 <p>JNI, the Java Native Interface, provides a way for code written in the
62 interact with native (C/C++) code. The extended JNI checks will cause
67 enabled with the <code>-Xcheck:jni</code> command-line argument. The
79 is set to <code>false</code>, the <code>-Xcheck:jni</code> flag is
80 not passed in, and JNI checks will be disabled.
82 <p>To enable JNI checking:
85 <p>You can also pass JNI-checking options into the VM through a system
90 <p>For more information about JNI checks, se
    [all...]
  /device/sample/frameworks/PlatformLibrary/
Android.mk 19 # including JNI code with the library and writing client applications against it.
50 # The JNI component
53 # associated JNI code, and a sample client of the library.
  /external/webkit/WebKit/mac/Plugins/
WebJavaPlugIn.h 29 #import <JavaVM/jni.h>
32 The Java plug-in adds the following additional methods to facilitate JNI
71 use of JNI. Instead they should use this method to dispatch calls to the
  /dalvik/libcore/luni-kernel/src/main/native/
java_lang_System.cpp 72 * Sets a field via JNI. Used for the standard streams, which are r/o
88 * JNI registration
  /dalvik/libnativehelper/
Register.c 4 * JNI helper functions.
6 #include "jni.h"
  /development/samples/BrowserPlugin/src/com/android/sampleplugin/
PaintSurface.java 36 //needed for jni calls
85 // called by JNI
  /external/webkit/WebKit/android/jni/
WebCoreResourceLoader.h 31 #include <jni.h>
59 // Native jni functions
  /frameworks/base/core/jni/android/graphics/
Interpolator.cpp 1 #include "jni.h"
79 * JNI registration.
  /frameworks/base/media/libdrm/mobile1/
Android.mk 56 # Build DRM1 Java Native Interface(JNI) library
64 src/jni/drm1_jni.c
  /cts/tests/tests/jni/libjnitest/
Android.mk 16 # This is the shared library included by the JNI test app.
register.c 18 #include <jni.h>
  /dalvik/libcore/archive/src/main/native/
java_util_zip_CRC32.c 46 * JNI registration
sieb.c 19 #include "jni.h"
zip.c 19 #include "jni.h"
  /dalvik/libcore/icu/src/main/native/
ScopedJavaUnicodeString.h 23 // A smart pointer that provides access to an ICU UnicodeString given a JNI
  /dalvik/libcore/luni/src/main/java/java/net/
InterfaceAddress.java 21 * These are passed back from the JNI behind NetworkInterface.getNetworkInterfaces.

Completed in 56 milliseconds

1 2 34 5 6 7 8 91011>>