Searched refs:TRUE (Results 251 - 275 of 620) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/share/classes/javax/swing/
H A DJPasswordField.java227 if (getClientProperty("JPasswordField.cutCopyAllowed") != Boolean.TRUE) {
243 if (getClientProperty("JPasswordField.cutCopyAllowed") != Boolean.TRUE) {
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java148 if ((i18nFlag != null) && i18nFlag.equals(Boolean.TRUE)) {
192 if (Boolean.TRUE.equals(i18nFlag)) {
/openjdk7/jdk/src/share/classes/javax/swing/text/html/parser/
H A DDocumentParser.java61 * <code>Boolean.TRUE</code> for the key
156 Boolean.TRUE);
209 Boolean.TRUE);
/openjdk7/jdk/src/share/classes/sun/font/
H A DFileFont.java319 return Boolean.TRUE;
327 isTmpFile = Boolean.TRUE;
/openjdk7/jdk/src/share/classes/java/util/concurrent/
H A DConcurrentSkipListSet.java92 * The underlying map. Uses Boolean.TRUE as value for each
232 return m.putIfAbsent(e, Boolean.TRUE) == null;
250 return m.remove(o, Boolean.TRUE);
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaRootPaneUI.java277 updateComponentTreeUIActivation((Component)e.getSource(), Boolean.TRUE);
301 active = (((JInternalFrame)c).isSelected() ? Boolean.TRUE : Boolean.FALSE);
/openjdk7/jdk/src/macosx/native/com/sun/media/sound/
H A DPLATFORM_API_MacOSX_PCM.cpp50 #if USE_DAUDIO == TRUE
104 return result ? TRUE : FALSE;
165 bits == 8 ? FALSE : TRUE, // signed
178 TRUE, // signed
939 return err == noErr ? TRUE : FALSE;
948 return err == noErr ? TRUE : FALSE;
990 int draining = device->ringBuffer.GetValidByteCount() > 0 ? TRUE : FALSE;
1002 return TRUE;
1042 #endif // USE_DAUDIO == TRUE
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DJExpr.java159 public static final JExpression TRUE = new JAtom("true"); field in class:JExpr
167 return b?TRUE:FALSE;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DMessageCatalog.java480 cache.put(localeName, Boolean.TRUE);
498 cache.put(localeName, Boolean.TRUE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DXmlPolicyModelMarshaller.java162 child._attribute(nsVersion.asQName(XmlToken.Optional), Boolean.TRUE);
165 child._attribute(nsVersion.asQName(XmlToken.Ignorable), Boolean.TRUE);
/openjdk7/jdk/src/solaris/native/com/sun/media/sound/
H A DPLATFORM_API_BsdOS_ALSA_MidiIn.c29 #if USE_PLATFORM_MIDI_IN == TRUE
202 while (TRUE) {
H A DPLATFORM_API_LinuxOS_ALSA_MidiIn.c29 #if USE_PLATFORM_MIDI_IN == TRUE
202 while (TRUE) {
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dsun_awt_X11_GtkFileDialogPeer.c200 quit(env, (jobject)obj, TRUE);
276 dialog), TRUE); local
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.h31 #ifndef TRUE
32 #define TRUE 1 macro
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Font.h208 return DrawStringSize_sub(str, hDC, font, x, y, TRUE , codePage);
227 DrawStringSize_sub(str, hDC, font, x, y, TRUE, codePage);
H A Dawt_MenuBar.cpp190 VERIFY(::InvalidateRect(hOwnerWnd,0,TRUE));
199 VERIFY(::InvalidateRect(hOwnerWnd,0,TRUE));
H A Dawt_Palette.cpp33 BOOL AwtPalette::m_useCustomPalette = TRUE;
329 return TRUE;
H A Dawt_Win32GraphicsEnv.cpp64 bAlreadySet = TRUE;
79 #define DWM_COMP_UNDEFINED (~(TRUE|FALSE))
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcmainct.c148 _main->suspended = TRUE;
222 _main->suspended = TRUE;
H A Djdpostct.c93 (JDIMENSION) 0, post->strip_height, TRUE);
175 post->starting_row, post->strip_height, TRUE);
H A Djcphuff.c31 /* Mode flag: TRUE for optimization, FALSE for actual data output */
458 return TRUE;
564 return TRUE;
613 return TRUE;
741 return TRUE;
807 did[tbl] = TRUE;
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DArabicLayoutEngine.cpp68 fFeatureOrder = TRUE;
78 // NOTE: We don't need to set fFeatureOrder to TRUE here
83 //fFeatureOrder = TRUE;
194 ArabicOpenTypeLayoutEngine::mapCharsToGlyphs(tempChars, 0, tempGlyphCount, FALSE, TRUE, glyphStorage, success);
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmsnamed.c116 return TRUE;
142 return TRUE;
207 return TRUE;
474 return TRUE;
503 return TRUE;
591 return TRUE;
624 return TRUE;
885 return TRUE;
/openjdk7/jdk/src/share/native/sun/security/ec/impl/
H A Decc_impl.h54 #define B_TRUE TRUE
63 #define B_TRUE TRUE
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXEmbeddedFramePeer.java53 VISIBLE, Boolean.TRUE,
54 EMBEDDED, Boolean.TRUE}));

Completed in 72 milliseconds

<<11121314151617181920>>