OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jni
(Results
101 - 125
of
534
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/dalvik/libcore/luni/src/main/native/
java_lang_Character.cpp
60
*
JNI
registration
java_lang_Double.c
64
*
JNI
registration
java_lang_Float.c
72
*
JNI
registration
/dalvik/libcore/
run-core-tests
35
-Xcheck:
jni
\
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
package.html
18
JNI
files. The signatures of all the Java SSL methods are compliant with the Java 5.0
/development/apps/Term/
Android.mk
18
# bundles the shared library and calls it using
JNI
.
/development/samples/SimpleJNI/
AndroidManifest.xml
21
<application android:label="Simple
JNI
">
/external/webkit/JavaScriptCore/JavaScriptCore.vcproj/WTF/
WTFCommon.vsprops
10
AdditionalIncludeDirectories=""$(WebKitOutputDir)\obj\JavaScriptCore\$(ConfigurationName)\DerivedSources\";../../;"../../os-win32/";../../pcre/;../../parser/;../../wtf/;../../wtf/unicode/;"$(WebKitOutputDir)\include\private";"$(WebKitLibrariesDir)\include";../../../icu/include;../../bindings;../../bindings/c;../../bindings/
jni
;"$(WebKitOutputDir)\include\JavaScriptCore";"$(WebKitLibrariesDir)\include\pthreads""
/external/webkit/WebKit/android/JavaVM/
jni.h
29
#include "nativehelper/
jni
.h"
/frameworks/base/core/java/android/debug/
JNITest.java
20
* Simple
JNI
verification test.
/frameworks/base/core/jni/android/graphics/
PorterDuff.cpp
23
#include "
jni
.h"
Rasterizer.cpp
23
#include "
jni
.h"
/frameworks/base/core/jni/
android_os_UEventObserver.cpp
21
#include "
jni
.h"
android_util_Binder.h
20
#include "
jni
.h"
com_android_internal_graphics_NativeUtils.cpp
19
#include "
jni
.h"
sqlite3_exception.h
21
#include <
jni
.h>
AndroidRuntime.cpp
35
#include "
jni
.h"
94
*
JNI
-based registration functions. Note these are properly contained in
206
*
JNI
registration.
259
* Register native methods using
JNI
.
351
*
JNI
FindClass uses class names with slashes, but ClassLoader.loadClass
370
* This is a little awkward because the
JNI
FindClass call uses the
372
* Because this native method is part of a "boot" class,
JNI
doesn't
380
*
JNI
lacks a "find class in a specific class loader" operation, so we
599
/* enable verbose; standard options are {
jni
, gc, class } */
600
//options[curOpt++].optionString = "-verbose:
jni
";
[
all
...]
/frameworks/base/services/jni/
com_android_server_VibratorService.cpp
19
#include "
jni
.h"
/ndk/docs/
APPLICATION-MK.TXT
23
An Application.mk file is usually placed under $PROJECT/
jni
/Application.mk,
41
stripped versions of the generated
JNI
shared libraries to a
44
Note that it is optional for $PROJECT/
jni
/Application.mk, but
126
under $(APP_PROJECT_PATH)/
jni
, i.e. for the file:
128
$(APP_PROJECT_PATH)/
jni
/Android.mk
OVERVIEW.TXT
21
implemented in native code through the
JNI
. In a nutshell, this means that:
32
Unix conventions as lib<something>.so, and shall contain a standard
JNI
49
- Generate
JNI
-compatible shared libraries that can run on the Android
97
A good understanding of
JNI
is highly recommended, since many operations
106
keep handles to VM objects between
JNI
calls.
130
1/ Place your native sources under $PROJECT/
jni
/...
132
2/ Write $PROJECT/
jni
/Android.mk to describe your sources
135
3/ Optional: write $PROJECT/
jni
/Application.mk to describe your
164
$PROJECT/
jni
/
169
You are pretty free to organize the content of '
jni
' as you want
[
all
...]
/frameworks/base/packages/TtsService/jni/
android_tts_SynthProxy.cpp
23
#include <nativehelper/
jni
.h>
422
// save the
JNI
resources so we can use them (and free them) later
437
//LOGE("android_tts_SynthProxy_native_finalize(): invalid
JNI
data");
468
LOGE("android_tts_SynthProxy_isLanguageAvailable(): invalid
JNI
data");
493
LOGE("android_tts_SynthProxy_setConfig(): invalid
JNI
data");
518
LOGE("android_tts_SynthProxy_setLanguage(): invalid
JNI
data");
547
LOGE("android_tts_SynthProxy_loadLanguage(): invalid
JNI
data");
575
LOGE("android_tts_SynthProxy_setSpeechRate(): invalid
JNI
data");
603
LOGE("android_tts_SynthProxy_setPitch(): invalid
JNI
data");
631
LOGE("android_tts_SynthProxy_synthesizeToFile(): invalid
JNI
data")
[
all
...]
/dalvik/vm/interp/
Stack.h
23
#include "
jni
.h"
102
For native calls into
JNI
, we want to store a table of local references
104
and we want to trivially discard them when the method returns. See
JNI
.c
142
/* for
JNI
native methods: bottom of local reference segment */
193
*
JNI
local frame management.
200
* from a
JNI
function, references in the argument list will be converted
/dalvik/vm/
Native.h
19
* You should follow the
JNI
function naming conventions, but prefix with
26
* Method description; equivalent to a
JNI
struct.
ReferenceTable.h
19
*
JNI
locals,
JNI
globals, and GC heap references.
/dalvik/vm/alloc/
GC.h
128
* Mark all
JNI
global references.
130
* Currently implemented in
JNI
.c.
Completed in 88 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>