OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:registerNatives
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/services/surfaceflinger/
DdmConnection.cpp
62
jint (*
registerNatives
)(JNIEnv* env, jclass clazz);
63
registerNatives
= (typeof
registerNatives
)dlsym(libandroid_runtime_dso,
65
ALOGE_IF(!
registerNatives
, "DdmConnection: %s", dlerror());
67
if (!JNI_CreateJavaVM || !
registerNatives
) {
76
if (
registerNatives
(env, 0) == 0) {
/frameworks/base/core/java/com/android/internal/util/
WithFramework.java
39
if (
registerNatives
() < 0) {
57
static native int
registerNatives
();
/development/samples/SimpleJNI/jni/
native.cpp
50
if (env->
RegisterNatives
(clazz, gMethods, numMethods) < 0) {
51
ALOGE("
RegisterNatives
failed for '%s'", className);
63
static int
registerNatives
(JNIEnv* env)
100
if (
registerNatives
(env) != JNI_TRUE) {
101
ALOGE("ERROR:
registerNatives
failed");
/frameworks/base/tools/preload/loadclass/
LoadClass.java
30
if (
registerNatives
() < 0) {
83
static native int
registerNatives
();
/packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp
386
if ((*env).
RegisterNatives
(clazz, gMethods, numMethods) < 0) {
403
static int
registerNatives
(JNIEnv* env)
428
if (!
registerNatives
(env)) {
/external/jhead/
main.c
777
if ((*env)->
RegisterNatives
(env, clazz, gMethods, numMethods) < 0) {
778
fprintf(stderr, "
RegisterNatives
failed for '%s'\n", className);
788
static int
registerNatives
(JNIEnv* env)
812
if (
registerNatives
(env) < 0) {
/hardware/ti/wpan/tools/FM/service/src/jni/
JFmRxNative.cpp
[
all
...]
/prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar
Completed in 718 milliseconds