OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jni
(Results
26 - 50
of
534
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/samples/hello-jni/jni/
Android.mk
19
LOCAL_MODULE := hello-
jni
20
LOCAL_SRC_FILES := hello-
jni
.c
/cts/tests/tests/jni/libjnitest/
helper.h
20
#include <
jni
.h>
26
/** A
JNI
test function */
36
* Standard function delcaration for a test of the
JNI
function with
57
* @param env the
JNI
environment to pass to tests
android_jni_cts_JniCTest.c
21
#include <
jni
.h>
46
env, "android/
jni
/cts/JniCTest",
android_jni_cts_JniCppTest.cpp
21
#include <
jni
.h>
46
env, "android/
jni
/cts/JniCppTest",
/dalvik/libcore/dalvik/src/main/native/
org_apache_harmony_dalvik_NativeTestTarget.c
22
* For benchmarks, a do-nothing
JNI
method with no arguments.
33
* For benchmarks, a do-nothing
JNI
method with six arguments.
45
* For benchmarks, a do-nothing
JNI
method with six arguments.
54
*
JNI
registration
/frameworks/base/opengl/tests/testPauseResume/
Android.mk
2
# OpenGL ES
JNI
sample
/cts/tests/tests/jni/
AndroidManifest.xml
18
package="com.android.cts.
jni
">
26
android:targetPackage="com.android.cts.
jni
"
27
android:label="CTS tests of calling native code via
JNI
"/>
/development/pdk/pndk/samples/samplejni/
README
0
JNI
Example
3
This sample shows how to build a native code library, package it into an APK, and call it using
JNI
.
43
Once the application is installed, you can run it by tapping on the "
JNI
Example" icon.
/ndk/
README.TXT
6
as
JNI
shared libraries.
22
We recommend developers to make themselves familiar with
JNI
concepts. Also
23
note that the NDK is *not* a good way to write non-
JNI
native code for the
/frameworks/base/core/jni/
android_debug_JNITest.cpp
20
#include "
jni
.h"
42
LOGI("
JNI
test: in part1, intArg=%d, doubleArg=%.3f\n", intArg, doubleArg);
49
LOGE("
JNI
test: unable to find part2\n");
82
LOGI("
JNI
test: in part3\n");
94
*
JNI
registration.
android_nio_utils.h
26
* position. The returned pointer is only valid for the current
JNI
stack-frame.
29
* same
JNI
stack-frame.
31
* @param env The current
JNI
env
46
*
JNI
stack-frame as getPointer
48
* @param env The current
JNI
env
/dalvik/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
NativeTestTarget.java
34
*
JNI
.
40
*
JNI
.
47
* using
JNI
. These have more complex args to show the cost of
65
* (as opposed to being hooked up using
JNI
).
/dalvik/vm/arch/x86/
Hints386ABI.c
31
* (jniArgInfo) to support
JNI
calls. The high order 4 bits of this word
33
* allow accelerated
JNI
bridge transfers.
44
* Note that the
JNI
requirements are very close to the 386 runtime model. In
51
* 386 ABI
JNI
hint format
/frameworks/base/core/jni/android/graphics/
LayerRasterizer.cpp
2
#include <
jni
.h>
/frameworks/base/native/graphics/jni/
Android.mk
28
frameworks/base/core/
jni
/android/graphics \
/frameworks/base/services/jni/
onload.cpp
2
#include "
jni
.h"
/ndk/docs/
HOWTO.TXT
25
How to store your native sources in a location other than $PROJECT/
jni
:
28
First, you can simply tell your $PROJECT/
jni
/Android.mk to include
45
How to store your Application.mk in a location other than $PROJECT/
jni
:
48
Starting with NDK r4, you can simply place the file under $PROJECT/
jni
/
67
$PROJECT/
jni
/Application.mk
84
$PROJECT/
jni
/foo/
89
$PROJECT/
jni
/bar/
94
path to the 'foo' module in
jni
/bar/Android.mk to build it properly.
114
LOCAL_C_INCLUDES := $(NDK_APP_PROJECT_PATH)/
jni
/foo
/packages/inputmethods/PinyinIME/
Android.mk
26
include $(MY_PATH)/
jni
/Android.mk
/dalvik/libcore/icu/src/main/native/
NativeCollation.cpp
23
* @param env
JNI
environment
37
* @param env
JNI
environment
52
* @param env
JNI
environment
89
* @param env
JNI
environment
117
* @param env
JNI
environment
149
* @param env
JNI
environment
167
* @param env
JNI
environment
185
* @param env
JNI
environment
202
* @param env
JNI
environment
216
* @param env
JNI
environmen
[
all
...]
/cts/tests/tests/jni/src/android/jni/cts/
JniCTest.java
17
package android.
jni
.cts;
22
* Basic tests of calling the C functions that make up the
JNI
. This
JniCppTest.java
17
package android.
jni
.cts;
22
* Basic tests of calling the C++ functions that make up the
JNI
. This
/dalvik/libcore/archive/src/main/native/
java_util_zip_Adler32.c
18
#include "
jni
.h"
48
*
JNI
registration
/dalvik/vm/
Init.h
24
* Standard VM initialization, usually invoked through
JNI
.
45
* This defaults to fprintf(), but will use the
JNI
fprintf callback if
JniInternal.h
17
*
JNI
innards, common to the regular and "checked" interfaces.
22
#include "
jni
.h"
46
/* if nonzero, we are in a "critical"
JNI
call */
99
* Pop the
JNI
local stack when we return from a native method. "saveArea"
124
*
JNI
call bridges. Not called directly.
146
* Configure "method" to use the
JNI
bridge to call "func".
178
* "responsible" for calling into
JNI
.
205
* Dump the contents of the
JNI
reference tables to the log file.
/dalvik/vm/native/
README.txt
4
structures, so they can't be written with
JNI
and shouldn't really be in
21
JNI
performance be deemed insufficient. The Bridge version is used as
Completed in 46 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>