/dalvik/libcore/icu/src/main/native/ |
D | RBNFInterface.cpp | 149 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 …]
|
D | DecimalFormatInterface.cpp | 295 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 …]
|
D | BidiWrapperInterface.c | 172 initID = (*env)->GetMethodID (env, run_clazz, "<init>", "(III)V"); in Java_org_apache_harmony_text_BidiWrapper_ubidi_1getRuns()
|
D | RegExInterface.cpp | 46 jmethodID method = env->GetMethodID(clazz, "<init>", in throwPatternSyntaxException()
|
D | ResourceInterface.cpp | 948 jmethodID integerInit = env->GetMethodID(integer_class, "<init>", "(I)V"); in getContentImpl()
|
/dalvik/libcore/luni/src/main/native/ |
D | java_io_ObjectStreamClass.c | 31 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()
|
D | java_io_FileDescriptor.c | 79 (*env)->GetMethodID(env, clazz, "<init>", "()V"); in nativeClassInit()
|
D | org_apache_harmony_luni_platform_OSMemory.cpp | 606 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()
|
D | java_io_ObjectInputStream.c | 188 (*env)->GetMethodID(env, constructorClass, "<init>", "()V"); in java_newInstance()
|
D | org_apache_harmony_luni_platform_OSNetworkSystem.cpp | 1647 *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()
|
D | java_net_NetworkInterface.c | 737 methodID = (*env)->GetMethodID(env, networkInterfaceClass, "<init>", in getNetworkInterfacesImpl()
|
/dalvik/libcore/xml/src/main/native/ |
D | org_apache_harmony_xml_ExpatParser.cpp | 1431 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/ |
D | org_apache_harmony_xnet_provider_jsse_common.h | 112 jmethodID methodID = mydata->env->GetMethodID(cls, "verify_callback", "([[B)I"); in verify_callback()
|
/dalvik/dalvikvm/ |
D | Main.c | 116 getModifiersId = (*env)->GetMethodID(env, methodClass, in methodIsPublic()
|
/dalvik/libcore/sql/src/main/native/ |
D | sqlite_jni.c | 417 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/ |
D | java_lang_ProcessManager.c | 403 onExitMethod = (*env)->GetMethodID(env, clazz, "onExit", "(II)V"); in java_lang_ProcessManager_staticInitialize()
|
/dalvik/libnativehelper/include/nativehelper/ |
D | jni.h | 196 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/ |
D | CheckJni.c | 1446 result = BASE_ENV(env)->GetMethodID(env, clazz, name, sig); in Check_GetMethodID() 2212 jmethodID toLongMethod = (*env)->GetMethodID(env, platformAddrClass, in Check_GetDirectBufferAddress()
|
D | Jni.c | 2214 static jmethodID GetMethodID(JNIEnv* env, jclass jclazz, const char* name, in GetMethodID() function 3782 GetMethodID,
|