Searched refs:FALSE (Results 1 - 25 of 481) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/demo/jfc/TableExample/
H A DTableExample3.java77 { "Tom", "Ball", "Blue", new Integer(99), Boolean.FALSE },
78 { "Alan", "Chung", "Green", new Integer(838), Boolean.FALSE },
80 { "Amy", "Fowler", "Yellow", new Integer(3), Boolean.FALSE },
81 { "Brian", "Gerhold", "Green", new Integer(0), Boolean.FALSE },
82 { "James", "Gosling", "Pink", new Integer(21), Boolean.FALSE },
83 { "David", "Karlton", "Red", new Integer(1), Boolean.FALSE },
84 { "Dave", "Kloba", "Yellow", new Integer(14), Boolean.FALSE },
85 { "Peter", "Korn", "Purple", new Integer(12), Boolean.FALSE },
86 { "Phil", "Milne", "Purple", new Integer(3), Boolean.FALSE },
87 { "Dave", "Moore", "Green", new Integer(88), Boolean.FALSE },
[all...]
H A DTableExample4.java79 { "Tom", "Ball", "Blue", new Integer(99), Boolean.FALSE },
80 { "Alan", "Chung", "Green", new Integer(838), Boolean.FALSE },
82 { "Amy", "Fowler", "Yellow", new Integer(3), Boolean.FALSE },
83 { "Brian", "Gerhold", "Green", new Integer(0), Boolean.FALSE },
84 { "James", "Gosling", "Pink", new Integer(21), Boolean.FALSE },
85 { "David", "Karlton", "Red", new Integer(1), Boolean.FALSE },
86 { "Dave", "Kloba", "Yellow", new Integer(14), Boolean.FALSE },
87 { "Peter", "Korn", "Purple", new Integer(12), Boolean.FALSE },
88 { "Phil", "Milne", "Purple", new Integer(3), Boolean.FALSE },
89 { "Dave", "Moore", "Green", new Integer(88), Boolean.FALSE },
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/decoder/
H A DFalseElementHandler.java47 * Returns {@code Boolean.FALSE}
50 * @return {@code Boolean.FALSE} by default
54 return Boolean.FALSE;
H A DBooleanElementHandler.java64 if (Boolean.FALSE.toString().equalsIgnoreCase(argument)) {
65 return Boolean.FALSE;
/openjdk7/jdk/src/share/native/sun/awt/debug/
H A Ddebug_util.h38 #if !defined(FALSE)
39 #define FALSE 0 macro
H A Ddebug_assert.c42 assert(FALSE);
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c152 {java_awt_event_KeyEvent_VK_CLEAR, XK_Clear, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
155 {java_awt_event_KeyEvent_VK_PAUSE, XK_Pause, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
156 {java_awt_event_KeyEvent_VK_PAUSE, XK_F21, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
157 {java_awt_event_KeyEvent_VK_PAUSE, XK_R1, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
158 {java_awt_event_KeyEvent_VK_SCROLL_LOCK, XK_Scroll_Lock, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
159 {java_awt_event_KeyEvent_VK_SCROLL_LOCK, XK_F23, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
160 {java_awt_event_KeyEvent_VK_SCROLL_LOCK, XK_R3, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
165 {java_awt_event_KeyEvent_VK_CLEAR, osfXK_Clear, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_STANDARD},
169 {java_awt_event_KeyEvent_VK_SHIFT, XK_Shift_L, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_LEFT},
170 {java_awt_event_KeyEvent_VK_SHIFT, XK_Shift_R, FALSE, java_awt_event_KeyEvent_KEY_LOCATION_RIGH
[all...]
/openjdk7/jdk/src/share/native/sun/awt/image/jpeg/
H A Djcinit.c37 jinit_c_master_control(cinfo, FALSE /* full compression */);
43 jinit_c_prep_controller(cinfo, FALSE /* never need full buffer here */);
64 jinit_c_main_controller(cinfo, FALSE /* never need full buffer here */);
H A Djdmarker.c150 * If must suspend, take the specified action (typically "return FALSE").
177 * If return FALSE, was forced to suspend before reaching end of
189 * what it's consumed (ie, the end of the buffer) before returning FALSE.
223 cinfo->CCIR601_sampling = FALSE; /* Assume non-CCIR sampling??? */
225 cinfo->saw_JFIF_marker = FALSE;
231 cinfo->saw_Adobe_marker = FALSE;
252 INPUT_2BYTES(cinfo, length, return FALSE);
254 INPUT_BYTE(cinfo, cinfo->data_precision, return FALSE);
255 INPUT_2BYTES(cinfo, cinfo->image_height, return FALSE);
256 INPUT_2BYTES(cinfo, cinfo->image_width, return FALSE);
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/util/
H A DXSFinder.java53 * This implementation returns <code>Boolean.FALSE</code> from
73 return Boolean.FALSE;
80 return Boolean.FALSE;
87 return Boolean.FALSE;
94 return Boolean.FALSE;
101 return Boolean.FALSE;
108 return Boolean.FALSE;
115 return Boolean.FALSE;
122 return Boolean.FALSE;
129 return Boolean.FALSE;
[all...]
/openjdk7/jdk/test/java/lang/Boolean/
H A DFactory.java34 if (Boolean.valueOf(false) != Boolean.FALSE)
/openjdk7/jdk/src/solaris/native/sun/awt/
H A DXDrawingArea.c72 FALSE, /* use_sub_resources */
86 /* class_inited */ FALSE,
95 /* compress_motion */ FALSE,
96 /* compress_exposure */ FALSE,
97 /* compress_enterleave*/ FALSE,
98 /* visible_interest */ FALSE,
/openjdk7/jdk/src/windows/bin/
H A Dcmdtoargs.c43 #define JNI_FALSE FALSE
221 wildcard[0] = FALSE;
236 enabled = FALSE;
311 printf(" [%d]=%s\n", n, stdargs[n].has_wildcard ? "TRUE" : "FALSE");
321 v->add("abcd", FALSE);
327 v->add("a b c d", FALSE);
333 v->add("ab c de", FALSE);
339 v->add("ab\"cd", FALSE);
345 v->add("a b c d\\", FALSE);
351 v->add("ab\\\"cd", FALSE);
[all...]
/openjdk7/jdk/test/java/util/Collections/
H A DSwap.java37 List l = new ArrayList(Collections.nCopies(100, Boolean.FALSE));
42 List l2 = new ArrayList(Collections.nCopies(100, Boolean.FALSE));
/openjdk7/jdk/test/java/beans/XMLDecoder/spec/
H A DTestBoolean.java48 if (!Boolean.FALSE.equals(decoder.readObject())) {
H A DTestFalse.java44 if (!Boolean.FALSE.equals(decoder.readObject())) {
/openjdk7/jdk/make/tools/GenerateCharacter/
H A Dcheck_class.c.template71 return FALSE;
78 result = FALSE;
84 result = FALSE;
92 result = FALSE;
100 result = FALSE;
112 result = FALSE;
129 result = FALSE;
135 result = FALSE;
170 return FALSE;
192 return FALSE;
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dcmstypes.c122 if (pt == NULL) return FALSE;
160 if (!_cmsWriteUInt16Number(io, (cmsUInt16Number) Array[i])) return FALSE;
178 if (!_cmsReadUInt16Number(io, &tmp)) return FALSE;
182 if (!_cmsReadUInt16Number(io, NULL)) return FALSE;
242 return FALSE;
307 return FALSE;
431 if (!_cmsWriteUInt32Number(io, _cmsDoubleTo15Fixed16(x))) return FALSE;
432 if (!_cmsWriteUInt32Number(io, _cmsDoubleTo15Fixed16(y))) return FALSE;
442 if (!_cmsWriteUInt16Number(io, 3)) return FALSE; // nChannels
443 if (!_cmsWriteUInt16Number(io, 0)) return FALSE; // Tabl
[all...]
H A Dcmsplugin.c143 return FALSE;
156 return FALSE;
171 if (!_cmsReadUInt16Number(io, Array + i)) return FALSE;
174 if (!_cmsReadUInt16Number(io, NULL)) return FALSE;
188 return FALSE;
201 return FALSE;
219 return FALSE;
233 return FALSE;
265 if (io ->Read(io, &xyz, sizeof(cmsEncodedXYZNumber), 1) != 1) return FALSE;
283 return FALSE;
[all...]
/openjdk7/jdk/src/windows/native/sun/security/provider/
H A DWinCAPISeedGenerator.c52 if (CryptAcquireContextA(&hCryptProv, "J2SE", NULL, PROV_RSA_FULL, 0) == FALSE) {
55 CRYPT_NEWKEYSET) == FALSE) {
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.h62 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
74 LEReferenceTo<LangSysTable> findLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
H A DGlyphLookupTables.h53 le_bool coversScriptAndLanguage(const LETableReference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch = FALSE) const;
/openjdk7/jdk/src/windows/classes/sun/io/
H A DWin32ErrorMode.java71 if (s == null || s.equals(Boolean.FALSE.toString())) {
/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/src/share/native/com/sun/media/sound/
H A DSoundDefs.h113 #undef FALSE macro
119 #ifndef FALSE
120 #define FALSE 0 macro

Completed in 654 milliseconds

1234567891011>>