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

12

/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETypes.h138 #ifndef FALSE
144 #define FALSE 0 macro
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java457 int FALSE = 81; field in interface:Constants
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp175 BOOL AwtWindow::sm_resizing = FALSE;
185 m_isResizable = FALSE;//Default value is replaced after construction
189 m_iconInherited = FALSE;
197 m_grabbed = FALSE;
199 m_isRetainingHierarchyZOrder = FALSE;
200 m_filterFocusAndActivation = FALSE;
225 fullScreenExclusiveModeState = FALSE;
289 m_grabbed = FALSE;
336 p->Ungrab(FALSE);
383 EnableTranslucency(FALSE);
2568 SetTranslucency(getOpacity(), isOpaque(), FALSE, TRUE); local
[all...]
H A Dawt_Component.cpp93 BOOL g_bUserHasChangedInputLang = FALSE;
96 BOOL AwtComponent::sm_suppressFocusAndActivation = FALSE;
97 BOOL AwtComponent::sm_restoreFocusAndActivation = FALSE;
100 BOOL AwtComponent::sm_bMenuLoop = FALSE;
102 BOOL AwtComponent::sm_inSynthesizeFocus = FALSE;
205 BOOL AwtComponent::sm_PrimaryDynamicTableBuilt = FALSE;
208 BOOL AwtComponent::m_QueryNewPaletteCalled = FALSE;
211 BOOL windowMoveLockHeld = FALSE;
220 m_callbacksEnabled = FALSE;
225 m_backgroundColorSet = FALSE;
1003 ::SetScrollRange(GetHWnd(), bar, min, max, FALSE); local
5249 ::InvalidateRect(GetHWnd(), r, FALSE); local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h147 #ifndef FALSE
148 #define FALSE (0) macro
149 #define TRUE (!FALSE)
648 * Returns FALSE on failure and TRUE on success.
662 * Returns FALSE on failure and TRUE on success.
669 * Returns FALSE on failure and TRUE on success.
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/wrapper/
H A DPKCS11Constants.java57 * FALSE ......................................... false
101 public static final boolean FALSE = false; field in interface:PKCS11Constants
764 /* FALSE for 2.01 */
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h255 #ifndef FALSE
256 # define FALSE 0 macro
1022 // For example, all create functions does return NULL on failure. Other may return FALSE.
1200 // if not, returns FALSE without touching anything.
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h30 #ifndef FALSE
31 #define FALSE CK_FALSE macro
951 #define CKF_EXTENSION 0x80000000 /* FALSE for this version */

Completed in 83 milliseconds

12