Searched defs:FALSE (Results 1 - 25 of 33) sorted by relevance

12

/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_util.h38 #if !defined(FALSE)
39 #define FALSE 0 macro
/openjdk7/jdk/src/share/classes/java/lang/
H A DBoolean.java56 public static final Boolean FALSE = new Boolean(false); field in class:Boolean
138 * if it is {@code false}, this method returns {@code Boolean.FALSE}.
149 return (b ? TRUE : FALSE);
162 return toBoolean(s) ? TRUE : FALSE;
/openjdk7/jdk/make/tools/swing-beans/
H A DGenDocletBeanInfo.java80 public static final String FALSE = "false"; field in class:GenDocletBeanInfo
/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.c39 #define FALSE 0 macro
H A Dmcount.c40 #define FALSE 0 macro
479 static int orderByCount = FALSE;
557 static int initialized = FALSE;
/openjdk7/jdk/src/share/native/com/sun/media/sound/
H A DSoundDefs.h113 #undef FALSE macro
119 #ifndef FALSE
120 #define FALSE 0 macro
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DPack200.java62 * p.put(Packer.KEEP_FILE_ORDER, Packer.FALSE);
67 * p.put(Packer.DEFLATE_HINT, Packer.FALSE);
263 * If it is set to {@link #FALSE}, the packer may reorder elements,
291 * If this property is set to {@link #TRUE} or {@link #FALSE}, the packer
511 String FALSE = "false"; field in interface:Pack200.Packer
625 String FALSE = "false"; 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.java164 public static final JExpression FALSE = new JAtom("false"); field in class:JExpr
167 return b?TRUE:FALSE;
/openjdk7/jdk/src/solaris/native/sun/security/jgss/wrapper/
H A DNativeFunc.h35 #ifndef FALSE
36 #define FALSE 0 macro
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Label.cpp58 m_needPaint = FALSE;
177 m_needPaint = FALSE;
187 ::InvalidateRect(GetHWnd(), NULL, FALSE); local
H A Dawt_Menu.cpp165 ::GetMenuItemInfo(GetHMenu(), item->GetID(), FALSE, &mif); local
167 ::SetMenuItemInfo(GetHMenu(), item->GetID(), FALSE, &mif); local
391 (AwtToolkit::ComponentFactory)AwtMenu::Create,FALSE);
413 (AwtToolkit::ComponentFactory)AwtMenu::Create,FALSE);
/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
244 #ifndef FALSE /* in case these macros already exist */
245 #define FALSE 0 /* values of boolean */ 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
285 decodeFirst = TriState.FALSE;
/openjdk7/jdk/src/share/native/sun/awt/giflib/
H A Dgif_lib.h57 #ifndef FALSE
58 #define FALSE 0 macro
59 #endif /* FALSE */
/openjdk7/jdk/src/share/native/sun/awt/image/
H A Dawt_ImageRep.c41 #ifndef FALSE
42 # define FALSE 0 macro
332 cvtLut, &newNumLut, &newTransIdx, &jniFlag) == FALSE) {
397 int changed = FALSE;
427 return FALSE;
442 return FALSE;
H A Dawt_parseImage.h40 #ifndef FALSE
41 #define FALSE (0) macro
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DConstants.java144 public static String FALSE = "false"; field in interface:Constants
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DX509CertSelector.java122 private static final Boolean FALSE = Boolean.FALSE; field in class:X509CertSelector
1045 nc = new NameConstraintsExtension(FALSE, bytes);
1979 return new PrivateKeyUsageExtension(FALSE, encoded);
1984 return new SubjectAlternativeNameExtension(FALSE, encoded);
1986 return new NameConstraintsExtension(FALSE, encoded);
1988 return new CertificatePoliciesExtension(FALSE, encoded);
1990 return new ExtendedKeyUsageExtension(FALSE, encoded);
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DExpressionParserConstants.java59 int FALSE = 24; field in interface:ExpressionParserConstants
/openjdk7/hotspot/src/share/vm/adlc/
H A Dforms.hpp31 #define FALSE 0 macro
153 return FALSE;
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/
H A DToken.java102 FALSE("false"), enum constant in enum:Token
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/
H A Dimg_colors.c45 #define FALSE 0 macro
491 j = add_color(pCmap->red, pCmap->green, pCmap->blue, FALSE);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java74 FALSE = 11, field in class:Token
218 "enum", "exception", "FALSE", "fixed",
325 * escapedOK is FALSE, which is the case only when preprocessing is taking place.
367 if (string.equals ("TRUE") || string.equals ("FALSE"))
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c56 #ifndef FALSE
57 #define FALSE 0 macro
58 #endif /* FALSE */
333 if ((status = awt_parseImage(env, jsrc, &srcImageP, FALSE)) <= 0) {
340 if ((status = awt_parseImage(env, jdst, &dstImageP, FALSE)) <= 0) {
348 FALSE, &hint);
365 if (allocateArray(env, dstImageP, &dst, &ddata, FALSE,
366 hint.cvtToDst, FALSE) < 0) {
612 if (allocateRasterArray(env, dstRasterP, &dst, &ddata, FALSE) < 0) {
812 if ((status = awt_parseImage(env, jsrc, &srcImageP, FALSE)) <
[all...]

Completed in 119 milliseconds

12