Searched refs:GetMethodID (Results 1 - 20 of 20) sorted by relevance

/dalvik/libcore/luni/src/main/native/
H A Djava_io_ObjectStreamClass.c31 mid = (*env)->GetMethodID(env, lookupClass, "getSignature",
55 mid = (*env)->GetMethodID(env, lookupClass, "getSignature",
79 mid = (*env)->GetMethodID(env, lookupClass, "getSignature",
H A Djava_io_FileDescriptor.c79 (*env)->GetMethodID(env, clazz, "<init>", "()V");
H A Djava_net_NetworkInterface.cpp72 jmethodID constructor = env->GetMethodID(clazz, "<init>", "(ILjava/lang/String;Ljava/net/InetAddress;)V");
H A Dorg_apache_harmony_luni_platform_OSMemory.cpp587 gIDCache.method_trackExternalAllocation = _env->GetMethodID(clazz,
589 gIDCache.method_trackExternalFree = _env->GetMethodID(clazz,
H A Djava_io_ObjectInputStream.c188 (*env)->GetMethodID(env, constructorClass, "<init>", "()V");
H A Dorg_apache_harmony_luni_platform_OSNetworkSystem.cpp1394 *m.method = env->GetMethodID(m.clazz, m.name, m.signature);
/dalvik/libcore/icu/src/main/native/
H A DRuleBasedNumberFormat.cpp123 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass,
125 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass,
127 jmethodID appendMethodID = env->GetMethodID(stringBufferClass,
185 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass,
187 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass,
189 jmethodID appendMethodID = env->GetMethodID(stringBufferClass,
248 jmethodID getIndexMethodID = env->GetMethodID(parsePositionClass,
250 jmethodID setIndexMethodID = env->GetMethodID(parsePositionClass,
252 jmethodID setErrorIndexMethodID = env->GetMethodID(parsePositionClass,
255 jmethodID longInitMethodID = env->GetMethodID(longClas
[all...]
H A DNativeDecimalFormat.cpp250 jmethodID appendMethodID = env->GetMethodID(stringBufferClass, "append", "(Ljava/lang/String;)Ljava/lang/StringBuffer;");
273 jmethodID setBeginIndexMethodID = env->GetMethodID(fieldPositionClass, "setBeginIndex", "(I)V");
274 jmethodID setEndIndexMethodID = env->GetMethodID(fieldPositionClass, "setEndIndex", "(I)V");
408 jmethodID appendMethodID = env->GetMethodID(stringBufferClass,
434 jmethodID setBeginIndexMethodID = env->GetMethodID(
436 jmethodID setEndIndexMethodID = env->GetMethodID(
476 jmethodID getIndexMethodID = env->GetMethodID(parsePositionClass,
478 jmethodID setIndexMethodID = env->GetMethodID(parsePositionClass,
480 jmethodID setErrorIndexMethodID = env->GetMethodID(parsePositionClass,
483 jmethodID longInitMethodID = env->GetMethodID(longClas
[all...]
H A DBidiWrapper.cpp119 jmethodID bidiRunConstructor = env->GetMethodID(bidiRunClass, "<init>", "(III)V");
H A DNativeRegEx.cpp48 jmethodID method = env->GetMethodID(clazz, "<init>",
H A DResources.cpp577 jmethodID constructor = env->GetMethodID(integerClass, "<init>", "(I)V");
/dalvik/libnativehelper/
H A DJNIHelp.c65 (*env)->GetMethodID(env, jlc, "getName", "()Ljava/lang/String;");
78 (*env)->GetMethodID(env, clazz, "getMessage", "()Ljava/lang/String;");
/dalvik/libcore/xml/src/main/native/
H A Dorg_apache_harmony_xml_ExpatParser.cpp1431 startElementMethod = env->GetMethodID(clazz, "startElement",
1435 endElementMethod = env->GetMethodID(clazz, "endElement",
1439 textMethod = env->GetMethodID(clazz, "text", "([CI)V");
1442 commentMethod = env->GetMethodID(clazz, "comment", "([CI)V");
1445 startCdataMethod = env->GetMethodID(clazz, "startCdata", "()V");
1448 endCdataMethod = env->GetMethodID(clazz, "endCdata", "()V");
1451 startDtdMethod = env->GetMethodID(clazz, "startDtd",
1455 endDtdMethod = env->GetMethodID(clazz, "endDtd", "()V");
1458 startNamespaceMethod = env->GetMethodID(clazz, "startNamespace",
1462 endNamespaceMethod = env->GetMethodID(claz
[all...]
/dalvik/dalvikvm/
H A DMain.c116 getModifiersId = (*env)->GetMethodID(env, methodClass,
/dalvik/libcore/luni-kernel/src/main/native/
H A Djava_lang_ProcessManager.cpp395 onExitMethod = env->GetMethodID(clazz, "onExit", "(II)V");
/dalvik/libcore/sql/src/main/native/
H A Dsqlite_jni.c402 jmethodID mid = (*env)->GetMethodID(env, cls, "busy",
430 jmethodID mid = (*env)->GetMethodID(env, cls, "busy",
454 jmethodID mid = (*env)->GetMethodID(env, cls, "progress", "()Z");
480 mid = (*env)->GetMethodID(env, cls, "columns",
510 mid = (*env)->GetMethodID(env, cls, "types",
561 mid = (*env)->GetMethodID(env, cls, "types",
596 mid = (*env)->GetMethodID(env, cls, "types",
629 mid = (*env)->GetMethodID(env, cls, "types",
679 mid = (*env)->GetMethodID(env, cls, "newrow",
1597 (*env)->GetMethodID(en
[all...]
/dalvik/libnativehelper/include/nativehelper/
H A Djni.h196 jmethodID (*GetMethodID)(JNIEnv*, jclass, const char*, const char*); member in struct:JNINativeInterface
589 jmethodID GetMethodID(jclass clazz, const char* name, const char* sig) function in struct:_JNIEnv
590 { return functions->GetMethodID(this, clazz, name, sig); }
/dalvik/vm/
H A DCheckJni.c1564 result = BASE_ENV(env)->GetMethodID(env, clazz, name, sig);
2354 jmethodID toLongMethod = (*env)->GetMethodID(env, platformAddrClass,
H A DJni.c2406 static jmethodID GetMethodID(JNIEnv* env, jclass jclazz, const char* name, function
2427 LOGD("GetMethodID: not returning static method %s.%s %s\n",
2434 LOGD("GetMethodID: method not found: %s.%s:%s\n",
3973 GetMethodID,
/dalvik/libcore/x-net/src/main/native/
H A Dorg_apache_harmony_xnet_provider_jsse_NativeCrypto.cpp2356 jmethodID methodID = appdata->env->GetMethodID(cls, "verify_callback", "([[B)I");

Completed in 6591 milliseconds