Searched refs:None (Results 1 - 25 of 42) sorted by relevance

12

/openjdk7/jdk/src/solaris/native/sun/awt/
H A DMouseInfo.c98 Window rootWindow = None, parentWindow = None, siblingWindow = None;
H A Dwsutils.h80 long transparentType; /* Can be None, TransparentPixel or
96 long transparentType; /* Can be None, TransparentPixel or
105 #ifndef None
106 #define None 0 macro
H A Dawt_MToolkit.c106 static Atom _XA_XSETTINGS_SETTINGS = None;
157 static Atom oops_atom = None;
158 static Atom wm_selection = None;
159 static Atom version_atom = None;
1123 Window parent = None, root = None, *children = NULL, retvalue = None;
1131 else retvalue = None;
1137 return None;
1296 Window root = None;
[all...]
H A Dawt_mgrsel.c32 static Atom XA_MANAGER = None;
96 * None if the owner is gone.
182 if (owner == None) {
183 DTRACE_PRINTLN1("MG: screen %d - None", scr);
206 if (owner == None) {
211 return (None);
253 if (selection == None) {
254 print_selname = "<None>";
363 (*mgrsel->callback_owner)(scr, None, NULL, mgrsel->cookie);
435 DASSERT(XA_MANAGER != None);
[all...]
H A Dawt_xembed_server.c150 if (serverHandle == None) {
257 if (XA_XEmbedInfo == None) {
294 res = (sdata->handle != None)?JNI_TRUE:JNI_FALSE;
353 if (sdata->handle != None) {
375 sdata->handle = None;
397 DASSERT(sdata->handle != None);
424 DASSERT(sdata->handle != None);
448 DASSERT(sdata->handle != None);
477 DASSERT(sdata->handle != None);
479 DASSERT(XtWindow(cdata->widget) != None);
[all...]
H A Dawt_wm.c237 if (*pa == None) {
240 if (*pa == None) {
544 if (root_xref == None) {
546 return None;
554 return None;
570 static Window isNetSupporting = None;
592 static Window isWinSupporting = None;
688 static Atom XA_ENLIGHTENMENT_COMMS = None;
722 return None;
730 return None;
[all...]
H A Dawt_util.c94 if (window == None) {
147 ev->subwindow = (Window)None;
244 if (win != None) {
483 static Cursor prevCur = None;
491 attributes.cursor = None;
498 if (c == None) {
1155 if (ef_window != None) {
1207 Atom type = None;
1214 if (WM_STATE == None) {
1218 if (win == None)
[all...]
H A Dawt_AWTEvent.c102 if (w == None) {
/openjdk7/jdk/src/solaris/native/sun/java2d/x11/
H A DXRSurfaceData.c70 if (xsdo->xrPic == None) {
134 if(xsdo->xrPic != None) {
136 xsdo->xrPic = None;
/openjdk7/langtools/test/tools/javac/Paths/
H A DClass-Path.sh100 Success "$javac" ${TESTTOOLVMOPTS} -extdirs "jars" -cp None Main.java
101 Success "$javac" ${TESTTOOLVMOPTS} -Djava.ext.dirs="jars" -cp None Main.java
104 Success "$javac" ${TESTTOOLVMOPTS} -endorseddirs "jars" -cp None Main.java
105 Success "$javac" ${TESTTOOLVMOPTS} -Djava.endorsed.dirs="jars" -cp None Main.java
110 Failure "$javac" ${TESTTOOLVMOPTS} -Xbootclasspath/p:"jars/A.jar" -cp None Main.java
111 Failure "$javac" ${TESTTOOLVMOPTS} -Xbootclasspath/a:"jars/B.zip" -cp None Main.java
H A DClass-Path2.sh103 Success "$javac" ${TESTTOOLVMOPTS} -extdirs jars -cp None Main.java
106 Success "$javac" ${TESTTOOLVMOPTS} -extdirs jars/sub -cp None Main.java
/openjdk7/jdk/src/solaris/native/sun/java2d/opengl/
H A DGLXGraphicsConfig.c157 j2d_glXMakeContextCurrent(awt_display, None, None, NULL);
555 j2d_glXMakeContextCurrent(awt_display, None, None, NULL);
567 j2d_glXMakeContextCurrent(awt_display, None, None, NULL);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXSystemTrayPeer.java59 available = (selection_owner != XConstants.None);
111 if (selection_owner == XConstants.None) {
H A DXConstants.java73 public static final long None = 0L ; /* universal null resource or null atom */ field in class:XConstants
307 public static final int RevertToNone = (int)None ;
/openjdk7/hotspot/src/share/vm/memory/
H A DbarrierSet.hpp48 None = 0, enumerator in enum:BarrierSet::Flags
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRCompositeManager.java51 int alphaMask = XRUtils.None;
205 alphaMask = XRUtils.None;
234 int cachedSrc = (src == XRUtils.None) ? this.src.picture : src;
241 XRUtils.None, gradCachePicture, srcX, srcY, 0, 0, 0, 0,
H A DMaskTileManager.java151 int maskPic = XRUtils.None;
199 int mask = XRUtils.None;
215 xrMgr.XRComposite(XRUtils.None, mask, dst.getPicture(),
H A DXRUtils.java41 public static final int None = 0; field in class:XRUtils
H A DXRMaskFill.java109 maskBuffer.XRComposite(XRUtils.None, maskPict, x11sd.picture, x, y, 0, 0, x, y, w, h);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/
H A DArguments.java267 if (emit == None) emit = Client;
322 None = 0, field in class:Arguments
326 public int emit = None;
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c219 if (atom != None) {
224 if (status == Success && actual_type != None && prop != NULL) {
306 0, 0, None, ShapeSet);
308 0, 0, None, ShapeSet);
671 if (atom_set != None) {
681 if (atom_set != None) {
692 if (atom_set != None) {
708 if (atom_set != None) {
717 if (atom_set != None) {
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DScanner.java704 static final int Star = 0, Plus = 1, Dot = 2, None = 3; field in class:Scanner
716 int wildcard = None;
775 int wildcard = None;
790 wildcard = None;
799 wildcard = None;
808 wildcard = None;
815 else if (wildcard == None)
833 else if (wildcard == None && tmpString.lastIndexOf (' ') == tmpString.length () - 1)
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXWindow.c1131 Window root=None, current_window=win, parent=None, *ignore_children=NULL;
1132 Window prev_window=None;
1136 if (win == None) return None;
1145 if (status == 0) return None;
1162 Window topWin = None, rootWin = None, containerWindow = None;
H A DXToolkit.c811 static Window xawt_root_shell = None;
813 if (xawt_root_shell == None){
864 if ( xawt_root_window == None ) {
909 if (xawt_root_window == None) {
1009 if (xcursor != None) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/sei/
H A DResponseBuilder.java98 static final class None extends ResponseBuilder { class in class:ResponseBuilder
99 private None(){ method in class:ResponseBuilder.None
111 public static ResponseBuilder NONE = new None();

Completed in 83 milliseconds

12