Searched defs:TRUE (Results 1 - 25 of 35) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_util.h35 #if !defined(TRUE)
36 #define TRUE 1 macro
/openjdk7/jdk/src/share/classes/java/lang/
H A DBoolean.java50 public static final Boolean TRUE = new Boolean(true); field in class:Boolean
137 * is {@code true}, this method returns {@code Boolean.TRUE};
149 return (b ? TRUE : FALSE);
162 return toBoolean(s) ? TRUE : FALSE;
/openjdk7/jdk/make/tools/swing-beans/
H A DGenDocletBeanInfo.java79 public static final String TRUE = "true"; field in class:GenDocletBeanInfo
275 && (value.equalsIgnoreCase(TRUE)))
278 && (value.equalsIgnoreCase(TRUE)))
281 && (value.equalsIgnoreCase(TRUE)))
284 && (value.equalsIgnoreCase(TRUE)))
287 && (value.equalsIgnoreCase(TRUE)))
/openjdk7/langtools/test/tools/javac/6917288/
H A DT6917288.java34 enum Kind { NONE, FALSE, TRUE, ALWAYS }; enum constant in enum:T6917288.Kind
124 case FALSE: case TRUE:
/openjdk7/jdk/make/tools/reorder/tools/
H A Dremove_mcount.c38 #define TRUE 1 macro
H A Dmcount.c39 #define TRUE 1 macro
567 orderByCount = TRUE;
572 initialized = TRUE;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextField.cpp59 ::InvalidateRect(GetHWnd(), NULL, TRUE); local
175 bScrollLeft = TRUE;
178 bScrollRight = TRUE;
197 if (bScrollLeft == TRUE || bScrollRight == TRUE) {
204 if (bScrollLeft == TRUE) {
207 } else if (bScrollRight == TRUE) {
H A Dawt_Label.cpp176 ::InvalidateRect(GetHWnd(), NULL, TRUE); local
199 didErase = TRUE;
216 m_needPaint = TRUE;
252 VERIFY(::InvalidateRect(l->GetHWnd(), NULL, TRUE));
281 VERIFY(::InvalidateRect(l->GetHWnd(), NULL, TRUE));
H A Dawt_ScrollPane.cpp195 ::SetScrollInfo(GetHWnd(), orient, &si, TRUE); local
498 ::SetScrollInfo(s->GetHWnd(), SB_HORZ, &si, TRUE);
501 ::SetScrollInfo(s->GetHWnd(), SB_VERT, &si, TRUE);
H A Dawt_TextArea.cpp85 SendMessage(EM_HIDESELECTION, FALSE, TRUE);
87 SendMessage(EM_HIDESELECTION, TRUE, TRUE);
90 ::InvalidateRect(GetHWnd(), NULL, TRUE); local
136 SetIgnoreEnChange(TRUE);
184 bContextMenuActive = TRUE;
235 if (m_bCanUndo == TRUE && SendMessage(EM_CANUNDO)) {
277 GetStyle() & ES_READONLY ? TRUE : FALSE, 0);
298 SetRestoreFocus(TRUE);
325 m_bCanUndo = TRUE;
[all...]
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DSoundDefs.h112 #undef TRUE macro
115 #ifndef TRUE
116 #define TRUE 1 macro
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DPack200.java260 * If this property is set to {@link #TRUE}, the packer will transmit
268 * The default is {@link #TRUE}, which preserves the input information,
291 * If this property is set to {@link #TRUE} or {@link #FALSE}, the packer
505 String TRUE = "true"; field in interface:Pack200.Packer
620 String TRUE = "true"; field in interface:Pack200.Unpacker
630 * replacing them by the given value, {@link #TRUE} or {@link #FALSE}.
/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/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/share/native/sun/awt/image/jpeg/
H A Djmorecfg.h235 * On a few systems, type boolean and/or its values FALSE, TRUE may appear
247 #ifndef TRUE
248 #define TRUE 1 macro
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/encoding/
H A DSOAPBindingCodec.java89 private enum TriState {UNSET,TRUE,FALSE} enum constant in enum:SOAPBindingCodec.TriState
313 decodeFirst = TriState.TRUE;
323 return decodeFirst == TriState.TRUE;
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h54 #ifndef TRUE
55 #define TRUE 1 macro
56 #endif /* TRUE */
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c44 #ifndef TRUE
45 # define TRUE 1 macro
424 changed = TRUE;
438 changed = TRUE;
458 return TRUE;
H A Dawt_parseImage.h36 #ifndef TRUE
37 #define TRUE (1) macro
123 int dataIsShared; /* If TRUE, data is shared */
139 int isDefaultCM; /* If TRUE, it is the default color model */
140 int isDefaultCompatCM; /* If TRUE, it is compatible with the default CM */
142 int is_sRGB; /* If TRUE, the color space is sRGB */
145 int isAlphaPre; /* If TRUE, alpha is premultiplied */
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DConstants.java143 public static String TRUE = "true"; field in interface:Constants
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java89 int TRUE = 54; field in interface:ExpressionParserConstants
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp30 #define TRUE 1 macro
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DToken.java101 TRUE("true"), enum constant in enum:Token
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c44 #define TRUE 1 macro
203 add_color(r, g, b, TRUE);
216 (i&1) ? 0xff : 0xf0, TRUE);
223 add_color(i, i, i, TRUE);
228 add_color(255, 255, 204, TRUE);
229 add_color(255, 255, 0, TRUE);
230 add_color(255, 204, 153, TRUE);
231 add_color(255, 102, 204, TRUE);
232 add_color(255, 102, 51, TRUE);
233 add_color(221, 0, 0, TRUE);
[all...]

Completed in 76 milliseconds

12