Home
last modified time | relevance | path

Searched refs:CallVoidMethod (Results 1 – 8 of 8) sorted by relevance

/dalvik/libcore/icu/src/main/native/
DDecimalFormatInterface.cpp376 env->CallVoidMethod(field, setBeginIndexMethodID, (jint) begin); in formatLong()
377 env->CallVoidMethod(field, setEndIndexMethodID, (jint) end); in formatLong()
485 env->CallVoidMethod(field, setBeginIndexMethodID, (jint) begin); in formatDouble()
486 env->CallVoidMethod(field, setEndIndexMethodID, (jint) end); in formatDouble()
650 env->CallVoidMethod(field, setBeginIndexMethodID, (jint) begin); in formatDigitList()
651 env->CallVoidMethod(field, setEndIndexMethodID, (jint) end); in formatDigitList()
736 env->CallVoidMethod(position, setErrorIndexMethodID, in parse()
761 env->CallVoidMethod(position, setIndexMethodID, (jint) parsePos); in parse()
766 env->CallVoidMethod(position, setIndexMethodID, (jint) parsePos); in parse()
771 env->CallVoidMethod(position, setIndexMethodID, (jint) parsePos); in parse()
[all …]
DRBNFInterface.cpp326 env->CallVoidMethod(position, setErrorIndexMethodID, in parseRBNFImpl()
342 env->CallVoidMethod(position, setIndexMethodID, (jint) parsePos); in parseRBNFImpl()
347 env->CallVoidMethod(position, setIndexMethodID, (jint) parsePos); in parseRBNFImpl()
352 env->CallVoidMethod(position, setIndexMethodID, (jint) parsePos); in parseRBNFImpl()
/dalvik/libcore/xml/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp472 env->CallVoidMethod(javaParser, method, buffer, utf16length); in bufferAndInvoke()
587 env->CallVoidMethod(javaParser, startElementMethod, uri, localName, in startElement()
594 env->CallVoidMethod(javaParser, startElementMethod, in startElement()
622 env->CallVoidMethod(javaParser, endElementMethod, uri, localName, in endElement()
627 env->CallVoidMethod(javaParser, endElementMethod, in endElement()
685 env->CallVoidMethod(javaParser, startNamespaceMethod, internedPrefix, in startNamespace()
705 env->CallVoidMethod(javaParser, endNamespaceMethod, internedPrefix); in endNamespace()
721 env->CallVoidMethod(javaParser, startCdataMethod); in startCdata()
737 env->CallVoidMethod(javaParser, endCdataMethod); in endCdata()
763 env->CallVoidMethod(javaParser, startDtdMethod, javaName, javaPublicId, in startDtd()
[all …]
/dalvik/libcore/luni-kernel/src/main/native/
Djava_lang_ProcessManager.c147 (*env)->CallVoidMethod(env, o, onExitMethod, pid, status); in java_lang_ProcessManager_watchChildren()
/dalvik/libcore/sql/src/main/native/
Dsqlite_jni.c509 (*env)->CallVoidMethod(env, h->cb, mid, arr); in callback()
560 (*env)->CallVoidMethod(env, h->cb, mid, arr); in callback()
592 (*env)->CallVoidMethod(env, h->cb, mid, arr); in callback()
627 (*env)->CallVoidMethod(env, h->cb, mid, arr); in callback()
677 (*env)->CallVoidMethod(env, h->cb, mid, arr); in callback()
1633 (*env)->CallVoidMethod(env, f->fi, mid, f->fc, arr); in call_common()
1665 (*env)->CallVoidMethod(env, f->fi, mid, f->fc); in call_final()
1708 (*env)->CallVoidMethod(env, f->fi, mid, f->fc, arr); in call3_common()
1740 (*env)->CallVoidMethod(env, f->fi, mid, f->fc); in call3_final()
2309 (*env)->CallVoidMethod(env, h->tr, mid, tr.jstr); in dotrace()
/dalvik/libcore/luni/src/main/native/
Dorg_apache_harmony_luni_platform_OSMemory.cpp103 _env->CallVoidMethod(gIDCache.runtimeInstance, in harmony_nio_freeImpl()
/dalvik/libnativehelper/include/nativehelper/
Djni.h225 void (*CallVoidMethod)(JNIEnv*, jobject, jmethodID, ...); member
627 void CallVoidMethod(jobject obj, jmethodID methodID, ...) in CALL_TYPE()
/dalvik/vm/
DJni.c3811 CallVoidMethod,