Searched refs:CallBooleanMethod (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/font/
H A Dfontpath.c157 (*env)->CallBooleanMethod(env, fmi->list, fmi->addMID, fullname);
241 (*env)->CallBooleanMethod(env, fmi->list, fmi->addMID, fullname);
287 if ((*env)->CallBooleanMethod(env,fmi->familyToFontListMap,
343 if ((*env)->CallBooleanMethod(env,fmi->familyToFontListMap,
/openjdk7/jdk/src/share/native/sun/font/
H A DFontInstanceAdapter.h100 return (le_bool)env->CallBooleanMethod(font2D,
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djpegdecoder.c582 ret = (*env)->CallBooleanMethod(env, this, sendHeaderInfoID,
666 ret = (*env)->CallBooleanMethod(env, this, sendPixelsByteID,
691 ret = (*env)->CallBooleanMethod(env, this, sendPixelsIntID,
/openjdk7/hotspot/agent/src/os/bsd/
H A DBsdDebuggerLocal.c134 (*env)->CallBooleanMethod(env, threadList, listAdd_ID, thread);
153 (*env)->CallBooleanMethod(env, loadObjectList, listAdd_ID, loadObject);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c42 return (*env)->CallBooleanMethod(env, obj, filenameFilterCallbackMethodID,
H A Dfontpath.c200 isLocal = (*env)->CallBooleanMethod(env, ge, isDisplayLocal);
/openjdk7/hotspot/agent/src/os/linux/
H A DLinuxDebuggerLocal.c133 (*env)->CallBooleanMethod(env, threadList, listAdd_ID, thread);
152 (*env)->CallBooleanMethod(env, loadObjectList, listAdd_ID, loadObject);
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_FileDialog.cpp184 UINT uRes = (env->CallBooleanMethod(peer,
279 multipleMode = env->CallBooleanMethod(peer, AwtFileDialog::isMultipleModeMID);
H A Dawt_PrintControl.cpp693 if (env->CallBooleanMethod(printCtrl, AwtPrintControl::getCollateID)) {
709 if (env->CallBooleanMethod(printCtrl,
723 if (!env->CallBooleanMethod(printCtrl,
H A Dawt_Component.h349 BOOL e = env->CallBooleanMethod(target, AwtComponent::isEnabledMID);
H A Dawt_TextComponent.cpp368 env->CallBooleanMethod (target, AwtTextComponent::canAccessClipboardMID);
/openjdk7/hotspot/agent/src/os/solaris/proc/
H A Dsaproc.cpp442 env->CallBooleanMethod(list, listAdd_ID, threadProxy);
463 env->CallBooleanMethod(list, listAdd_ID, sharedObject);
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dp11_util.c812 jValue = (*env)->CallBooleanMethod(env, jObject, jValueMethod);
/openjdk7/jdk/src/share/native/common/
H A Djni_util.c942 return (*env)->CallBooleanMethod(env, object1, mid, object2);
/openjdk7/jdk/src/share/native/sun/security/jgss/wrapper/
H A DGSSLibStub.c1390 (*env)->CallBooleanMethod(env, jprop, MID_MessageProp_getPrivacy);
/openjdk7/hotspot/src/share/vm/prims/
H A Djni.h299 jboolean (JNICALL *CallBooleanMethod) member in struct:JNINativeInterface_
914 jboolean CallBooleanMethod(jobject obj, function in struct:JNIEnv_
/openjdk7/jdk/src/share/javavm/export/
H A Djni.h299 jboolean (JNICALL *CallBooleanMethod) member in struct:JNINativeInterface_
914 jboolean CallBooleanMethod(jobject obj, function in struct:JNIEnv_

Completed in 103 milliseconds