Home
last modified time | relevance | path

Searched refs:GetMethodID (Results 1 – 19 of 19) sorted by relevance

/dalvik/libcore/icu/src/main/native/
DRBNFInterface.cpp149 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass, in formatLongRBNFImpl()
151 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass, in formatLongRBNFImpl()
153 jmethodID appendMethodID = env->GetMethodID(stringBufferClass, in formatLongRBNFImpl()
211 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass, in formatDoubleRBNFImpl()
213 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass, in formatDoubleRBNFImpl()
215 jmethodID appendMethodID = env->GetMethodID(stringBufferClass, in formatDoubleRBNFImpl()
285 jmethodID getIndexMethodID = env->GetMethodID(parsePositionClass, in parseRBNFImpl()
287 jmethodID setIndexMethodID = env->GetMethodID(parsePositionClass, in parseRBNFImpl()
289 jmethodID setErrorIndexMethodID = env->GetMethodID(parsePositionClass, in parseRBNFImpl()
292 jmethodID longInitMethodID = env->GetMethodID(longClass, "<init>", "(J)V"); in parseRBNFImpl()
[all …]
DDecimalFormatInterface.cpp295 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass, in formatLong()
297 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass, in formatLong()
299 jmethodID appendMethodID = env->GetMethodID(stringBufferClass, in formatLong()
403 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass, in formatDouble()
405 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass, in formatDouble()
407 jmethodID appendMethodID = env->GetMethodID(stringBufferClass, in formatDouble()
613 jmethodID appendMethodID = env->GetMethodID(stringBufferClass, in formatDigitList()
639 jmethodID setBeginIndexMethodID = env->GetMethodID( in formatDigitList()
641 jmethodID setEndIndexMethodID = env->GetMethodID( in formatDigitList()
697 jmethodID getIndexMethodID = env->GetMethodID(parsePositionClass, in parse()
[all …]
DBidiWrapperInterface.c172 initID = (*env)->GetMethodID (env, run_clazz, "<init>", "(III)V"); in Java_org_apache_harmony_text_BidiWrapper_ubidi_1getRuns()
DRegExInterface.cpp46 jmethodID method = env->GetMethodID(clazz, "<init>", in throwPatternSyntaxException()
DResourceInterface.cpp948 jmethodID integerInit = env->GetMethodID(integer_class, "<init>", "(I)V"); in getContentImpl()
/dalvik/libcore/luni/src/main/native/
Djava_io_ObjectStreamClass.c31 mid = (*env)->GetMethodID(env, lookupClass, "getSignature", in java_io_osc_getFieldSignature()
55 mid = (*env)->GetMethodID(env, lookupClass, "getSignature", in java_io_osc_getMethodSignature()
79 mid = (*env)->GetMethodID(env, lookupClass, "getSignature", in java_io_osc_getConstructorSignature()
Djava_io_FileDescriptor.c79 (*env)->GetMethodID(env, clazz, "<init>", "()V"); in nativeClassInit()
Dorg_apache_harmony_luni_platform_OSMemory.cpp606 gIDCache.method_trackExternalAllocation = _env->GetMethodID(clazz, in register_org_apache_harmony_luni_platform_OSMemory()
608 gIDCache.method_trackExternalFree = _env->GetMethodID(clazz, in register_org_apache_harmony_luni_platform_OSMemory()
Djava_io_ObjectInputStream.c188 (*env)->GetMethodID(env, constructorClass, "<init>", "()V"); in java_newInstance()
Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp1647 *m.method = env->GetMethodID(m.clazz, m.name, m.signature); in osNetworkSystem_oneTimeInitializationImpl()
1832 errorCodeExConstructor = env->GetMethodID(errorCodeExClass,"<init>","(I)V"); in osNetworkSystem_writeSocketDirectImpl()
1842 socketExConstructor = env->GetMethodID(socketExClass,"<init>","(Ljava/lang/String;)V"); in osNetworkSystem_writeSocketDirectImpl()
1847 …socketExCauseMethod = env->GetMethodID(socketExClass,"initCause","(Ljava/lang/Throwable;)Ljava/lan… in osNetworkSystem_writeSocketDirectImpl()
3575 channel_new = env->GetMethodID(channel_class, "<init>", "()V"); in osNetworkSystem_inheritedChannelImpl()
3659 channel_new = env->GetMethodID(channel_class, "<init>", "()V"); in osNetworkSystem_inheritedChannelImpl()
3721 channel_new = env->GetMethodID(channel_class, "<init>", "()V"); in osNetworkSystem_inheritedChannelImpl()
Djava_net_NetworkInterface.c737 methodID = (*env)->GetMethodID(env, networkInterfaceClass, "<init>", in getNetworkInterfacesImpl()
/dalvik/libcore/xml/src/main/native/
Dorg_apache_harmony_xml_ExpatParser.cpp1431 startElementMethod = env->GetMethodID((jclass) clazz, "startElement", in staticInitialize()
1435 endElementMethod = env->GetMethodID((jclass) clazz, "endElement", in staticInitialize()
1439 textMethod = env->GetMethodID((jclass) clazz, "text", "([CI)V"); in staticInitialize()
1442 commentMethod = env->GetMethodID((jclass) clazz, "comment", "([CI)V"); in staticInitialize()
1445 startCdataMethod = env->GetMethodID((jclass) clazz, "startCdata", "()V"); in staticInitialize()
1448 endCdataMethod = env->GetMethodID((jclass) clazz, "endCdata", "()V"); in staticInitialize()
1451 startDtdMethod = env->GetMethodID((jclass) clazz, "startDtd", in staticInitialize()
1455 endDtdMethod = env->GetMethodID((jclass) clazz, "endDtd", "()V"); in staticInitialize()
1458 startNamespaceMethod = env->GetMethodID((jclass) clazz, "startNamespace", in staticInitialize()
1462 endNamespaceMethod = env->GetMethodID((jclass) clazz, "endNamespace", in staticInitialize()
[all …]
/dalvik/libcore/x-net/src/main/native/
Dorg_apache_harmony_xnet_provider_jsse_common.h112 jmethodID methodID = mydata->env->GetMethodID(cls, "verify_callback", "([[B)I"); in verify_callback()
/dalvik/dalvikvm/
DMain.c116 getModifiersId = (*env)->GetMethodID(env, methodClass, in methodIsPublic()
/dalvik/libcore/sql/src/main/native/
Dsqlite_jni.c417 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", in busyhandler()
443 jmethodID mid = (*env)->GetMethodID(env, cls, "busy", in busyhandler3()
465 jmethodID mid = (*env)->GetMethodID(env, cls, "progress", "()Z"); in progresshandler()
489 mid = (*env)->GetMethodID(env, cls, "columns", in callback()
519 mid = (*env)->GetMethodID(env, cls, "types", in callback()
570 mid = (*env)->GetMethodID(env, cls, "types", in callback()
605 mid = (*env)->GetMethodID(env, cls, "types", in callback()
638 mid = (*env)->GetMethodID(env, cls, "types", in callback()
688 mid = (*env)->GetMethodID(env, cls, "newrow", in callback()
1607 (*env)->GetMethodID(env, cls, in call_common()
[all …]
/dalvik/libcore/luni-kernel/src/main/native/
Djava_lang_ProcessManager.c403 onExitMethod = (*env)->GetMethodID(env, clazz, "onExit", "(II)V"); in java_lang_ProcessManager_staticInitialize()
/dalvik/libnativehelper/include/nativehelper/
Djni.h196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member
589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) in GetMethodID() function
590 { return functions->GetMethodID(this, clazz, name, sig); } in GetMethodID()
/dalvik/vm/
DCheckJni.c1446 result = BASE_ENV(env)->GetMethodID(env, clazz, name, sig); in Check_GetMethodID()
2212 jmethodID toLongMethod = (*env)->GetMethodID(env, platformAddrClass, in Check_GetDirectBufferAddress()
DJni.c2214 static jmethodID GetMethodID(JNIEnv* env, jclass jclazz, const char* name, in GetMethodID() function
3782 GetMethodID,