Searched refs:False (Results 1 - 25 of 28) sorted by relevance

12

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c212 False, atoms);
242 return False;
400 property, 0, 0xFFFF, False, XA_ATOM,
452 property, 0, 0xFFFF, False, property_type,
499 property, 0, 1, False, property_type,
569 static Boolean checked = False;
591 static Boolean checked = False;
621 return False;
624 found = False;
641 static Boolean checked = False;
[all...]
H A Dawt_Robot.c78 isXTestAvailable = False;
160 XSync(display, False);
279 XSync(awt_display, False);
295 False,
298 XSync(awt_display, False);
320 XSync(awt_display, False);
368 XSync(awt_display, False);
383 mouseAction(env, cls, buttonMask, False);
407 XTestFakeButtonEvent(awt_display, button, False, CurrentTime);
409 XSync(awt_display, False);
[all...]
H A Dawt_MToolkit.c161 static Boolean inSyncWait = False;
175 Boolean awt_ModLockIsShiftLock = False;
207 static Boolean awt_pipe_inited = False; /* make sure pipe is initialized before write */
226 Boolean keyboardGrabbed = False;
386 * NB: TODO: hope it will return False if XkbIgnoreExtension was called!
477 awt_UseType4Patch = False;
495 Boolean needsWakeup = False;
497 if (awt_pipe_inited && (awt_get_poll_timeout(False) > (2*AWT_FLUSH_TIMEOUT))){
558 False, null_event_handler, NULL);
563 False, null_event_handle
[all...]
H A Dawt_util.c95 return False;
100 return False;
135 return False;
173 status = XSendEvent(display, window, False, ButtonReleaseMask,
226 XmNrecomputeSize, False,
270 Boolean move = False;
271 Boolean resize = False;
272 Boolean mapped_when_managed = False;
289 need_to_unmanage = False;
312 w->core.mapped_when_managed = False;
[all...]
H A Dawt_mgrsel.c156 status = XInternAtoms(dpy, names, nscreens, False, per_scr_atoms);
210 XSync(dpy, False);
224 XSync(dpy, False);
425 static Boolean inited = False;
434 XA_MANAGER = XInternAtom(dpy, "MANAGER", False);
H A Dawt_InputMethod.c288 * otherwise False.
294 return False;
304 return False;
520 static Bool composing = False;
528 return False;
535 return False;
543 return False;
601 result = False;
605 composing = False;
636 result = False;
[all...]
H A Dawt_xembed_server.c205 XA_XEmbedInfo = XInternAtom(awt_display, "_XEMBED_INFO", False);
206 XA_XEmbed = XInternAtom(awt_display, "_XEMBED", False);
265 False, null_event_handler, NULL);
336 sdata->dispatching = False;
547 XSendEvent(awt_display, sdata->handle, False, NoEventMask, xevent);
661 return False;
680 0, 2, False, XA_XEmbedInfo, &actual_type,
H A DmultiVis.c789 *hasNonDefault = False;
802 image_only = (*allImage) ? True:False;
1069 static int32_t weCreateServerOverlayVisualsProperty = False;
1160 overlayVisualsAtom, 0, numLongs, False,
1193 imageVisual = False;
H A Dawt_GraphicsEnv.c147 Bool usingXinerama = False;
755 Bool gotXinExt = False;
1002 * XShmQueryExtension returns False in remote server case.
1847 Atom wmState = XInternAtom(awt_display, "_NET_WM_STATE", False);
1849 "_NET_WM_STATE_FULLSCREEN", False);
1893 XSendEvent(awt_display, root, False,
1896 XSync(awt_display, False);
2086 XSync(awt_display, False);
2118 XSync(awt_display, False); /* ensures window is visible first */
H A DVDrawingArea.c195 return (False);
H A Dawt_UNIXToolkit.c241 XSync(awt_display, False);
H A DX11Color.c612 if (XAllocColorCells(dpy, cm, False, plane_masks, 0,
1310 0L, 1L, False, AnyPropertyType, &actual_type,
1315 bytes_after/4 + 1, False, AnyPropertyType,
/openjdk7/jdk/test/java/util/TimeZone/
H A DOldIDMappingTest.sh38 for I in "" " " no No NO false False FALSE Hello
/openjdk7/jdk/test/java/beans/Introspector/
H A DTest4935607.java63 test(False.class);
178 public static class False { class in class:Test4935607
335 public static class NullFalse extends False {
354 public static class TrueFalse extends False {
379 public static class FalseFalse extends False {
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DSAXMessages_fr.properties49 false-not-supported = L''\u00E9tat False de la fonctionnalit\u00E9 ''{0}'' n''est pas pris en charge.
51 jaxp-secureprocessing-feature = FEATURE_SECURE_PROCESSING : impossible de d\u00E9finir la fonctionnalit\u00E9 sur False en pr\u00E9sence du gestionnaire de s\u00E9curit\u00E9.
H A DSAXMessages_sv.properties49 false-not-supported = False-status f\u00F6r funktionen ''{0}'' st\u00F6ds inte.
H A DSAXMessages_ko.properties49 false-not-supported = ''{0}'' \uAE30\uB2A5\uC758 False \uC0C1\uD0DC\uB294 \uC9C0\uC6D0\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4.
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c94 Boolean awt_UseType4Patch = False;
96 Boolean awt_ServerDetected = False;
97 Boolean awt_XKBDetected = False;
98 Boolean awt_IsXsun = False;
99 Boolean awt_UseXKB = False;
773 awt_IsXsun = False;
774 return False;
780 awt_IsXsun = False;
781 return False;
795 * NB: TODO: hope it will return False i
[all...]
H A DXToolkit.c53 Boolean awt_ModLockIsShiftLock = False;
112 awt_ModLockIsShiftLock = (*env)->GetStaticIntField(env, clazz, fid) != 0 ? True : False;
392 static Boolean awt_pipe_inited = False; /* make sure pipe is initialized before write */
457 static Boolean env_read = False;
654 static Bool pollFdsInited = False;
H A DXlibWrapper.c429 XSync((Display*)jlong_to_ptr(display), False);
858 atom, 0, 0xFFFF, False, XA_STRING,
1459 propagate==JNI_TRUE?True:False,
1943 event->type == PropertyNotify) ? True : False;
1953 exitSecondaryLoop = False;
1998 DASSERT(False);
2133 return (jint) XSynchronize((Display*)jlong_to_ptr(display), (onoff == JNI_TRUE ? True : False));
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFAttributes.java46 Boolean False = Boolean.valueOf(false);
122 "nowidctlpar", False));
193 protected static final Boolean False = Boolean.valueOf(false); field in class:RTFAttributes.BooleanAttribute
223 Boolean value = ( parameter != 0 ? True : False );
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DX11SurfaceData.c592 shminfo->readOnly = False;
628 XSync(awt_display, False);
704 XSync(awt_display, False);
736 XSync(awt_display, False);
966 XSync(awt_display, False);
1066 xpriv->img, 0, 0, x, y, w, h, False);
1425 XSync(awt_display, False);
1783 XSetGraphicsExposures(awt_display, (GC) xgc, needExposures ? True : False);
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXSurfaceData.c442 XSync(awt_display, False);
/openjdk7/jdk/test/java/lang/ProcessBuilder/
H A DBasic.java357 equal(run(pb).exitValue(), False.exitValue());
432 False.exitValue());
443 False.exitValue());
453 False.exitValue());
491 equal(run(pb).exitValue(), False.exitValue());
609 private static class False { class in class:Basic
/openjdk7/jdk/src/solaris/native/sun/jdga/
H A Ddgalock.c322 XSync(display, False);

Completed in 130 milliseconds

12