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

12

/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java94 TRUE = 31, field in class:Token
224 "struct", "switch", "TRUE",
367 if (string.equals ("TRUE") || string.equals ("FALSE"))
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dawt_ImagingLib.c52 #ifndef TRUE
53 #define TRUE 1 macro
54 #endif /* TRUE */
87 int cvtSrcToDefault; /* If TRUE, convert the src to def CM (pre?) */
88 int allocDefaultDst; /* If TRUE, alloc def CM dst buffer */
89 int cvtToDst; /* If TRUE, convert dst buffer to Dst CM */
342 awt_freeParsedImage(srcImageP, TRUE);
347 nbands = setImageHints(env, srcImageP, dstImageP, TRUE, TRUE,
351 awt_freeParsedImage(srcImageP, TRUE);
[all...]
/openjdk7/jdk/src/share/native/sun/font/layout/
H A DLETypes.h129 #ifndef TRUE
135 #define TRUE 1 macro
/openjdk7/jdk/src/share/classes/sun/tools/java/
H A DConstants.java456 int TRUE = 80; field in interface:Constants
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Window.cpp198 m_isFocusableWindow = TRUE;
208 m_opaque = TRUE;
271 m_grabbed = TRUE;
295 Ungrab(TRUE);
542 ::SetWindowRgn(warningWindow, rgn, TRUE);
1072 window->m_isRetainingHierarchyZOrder = TRUE;
1107 window->m_iconInherited = TRUE;
1130 if (wnd == this || wnd->GetOwningFrameOrDialog() == this) return TRUE;
1198 EnableTranslucency(TRUE);
1284 ::InvalidateRect(hWnd, &rect, TRUE);
1930 ::InvalidateRect(GetHWnd(), NULL, TRUE); local
2568 SetTranslucency(getOpacity(), isOpaque(), FALSE, TRUE); local
[all...]
H A Dawt_Component.cpp91 // This flag remains TRUE until the next WInputMethod.getNativeLocale() is
238 m_useNativeCompWindow = TRUE;
257 sm_PrimaryDynamicTableBuilt = TRUE;
299 SetInputMethod(NULL, TRUE);
660 m_bSubclassed = TRUE;
819 m_backgroundColorSet = TRUE;
824 VERIFY(::InvalidateRect(GetHWnd(), NULL, TRUE));
877 VERIFY(::InvalidateRect(GetHWnd(), NULL, TRUE));
1004 ::SetScrollPos(GetHWnd(), bar, value, TRUE); local
1022 m_useNativeCompWindow = TRUE;
1931 ::SetScrollInfo(GetHWnd(), (int) wParam, si, TRUE); local
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dgtk2_interface.h149 #define TRUE (!FALSE) macro
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.java56 * TRUE .......................................... true
99 public static final boolean TRUE = true; field in interface:PKCS11Constants
/openjdk7/jdk/src/share/native/sun/java2d/cmm/lcms/
H A Dlcms2.h258 #ifndef TRUE
259 # define TRUE 1 macro
1199 // the function founds a match with current pipeline, it fills the pointers and returns TRUE
/openjdk7/jdk/src/share/native/sun/security/pkcs11/wrapper/
H A Dpkcs11t.h34 #ifndef TRUE
35 #define TRUE CK_TRUE macro

Completed in 98 milliseconds

12