/openjdk7/jdk/src/share/native/sun/awt/debug/ |
H A D | debug_util.h | 38 #if !defined(FALSE) 39 #define FALSE 0 macro
|
/openjdk7/jdk/src/share/classes/java/lang/ |
H A D | Boolean.java | 56 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 D | GenDocletBeanInfo.java | 80 public static final String FALSE = "false"; field in class:GenDocletBeanInfo
|
/openjdk7/langtools/test/tools/javac/6917288/ |
H A D | T6917288.java | 34 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 D | remove_mcount.c | 39 #define FALSE 0 macro
|
H A D | mcount.c | 40 #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 D | SoundDefs.h | 113 #undef FALSE macro 119 #ifndef FALSE 120 #define FALSE 0 macro
|
/openjdk7/jdk/src/share/classes/java/util/jar/ |
H A D | Pack200.java | 62 * 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 D | JExpr.java | 164 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 D | NativeFunc.h | 35 #ifndef FALSE 36 #define FALSE 0 macro
|
/openjdk7/jdk/src/windows/native/sun/windows/ |
H A D | awt_Label.cpp | 58 m_needPaint = FALSE; 177 m_needPaint = FALSE; 187 ::InvalidateRect(GetHWnd(), NULL, FALSE); local
|
H A D | awt_Menu.cpp | 165 ::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 D | jmorecfg.h | 235 * 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 D | SOAPBindingCodec.java | 89 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 D | gif_lib.h | 57 #ifndef FALSE 58 #define FALSE 0 macro 59 #endif /* FALSE */
|
/openjdk7/jdk/src/share/native/sun/awt/image/ |
H A D | awt_ImageRep.c | 41 #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 D | awt_parseImage.h | 40 #ifndef FALSE 41 #define FALSE (0) macro
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/ |
H A D | Constants.java | 144 public static String FALSE = "false"; field in interface:Constants
|
/openjdk7/jdk/src/share/classes/java/security/cert/ |
H A D | X509CertSelector.java | 122 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 D | ExpressionParserConstants.java | 59 int FALSE = 24; field in interface:ExpressionParserConstants
|
/openjdk7/hotspot/src/share/vm/adlc/ |
H A D | forms.hpp | 31 #define FALSE 0 macro 153 return FALSE;
|
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/parser/ |
H A D | Token.java | 102 FALSE("false"), enum constant in enum:Token
|
/openjdk7/jdk/src/share/native/sun/awt/image/cvutils/ |
H A D | img_colors.c | 45 #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 D | Token.java | 74 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 D | awt_ImagingLib.c | 56 #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...] |