Searched defs:SPACE (Results 1 - 10 of 10) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/nimbus/
H A DToolBarSeparatorPainter.java44 private static final int SPACE = 3; field in class:ToolBarSeparatorPainter
67 for (int i=INSET; i<=width-INSET; i+=SPACE) {
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLStreamConstants.java67 * Events are only reported as SPACE if they are ignorable white
71 public static final int SPACE=6; field in interface:XMLStreamConstants
/openjdk7/jaxp/src/com/sun/xml/internal/stream/writers/
H A DWriterUtility.java58 public static final String SPACE = " "; field in class:WriterUtility
H A DXMLStreamWriterImpl.java88 public static final String SPACE = " "; field in class:XMLStreamWriterImpl
591 fWriter.write(SPACE);
1106 fWriter.write(SPACE);
/openjdk7/jdk/src/share/classes/java/util/regex/
H A DASCII.java43 static final int SPACE = 0x00000800; field in class:ASCII
77 SPACE+CNTRL+BLANK, /* 09 (HT) */
78 SPACE+CNTRL, /* 0A (LF) */
79 SPACE+CNTRL, /* 0B (VT) */
80 SPACE+CNTRL, /* 0C (FF) */
81 SPACE+CNTRL, /* 0D (CR) */
100 SPACE+BLANK, /* 20 SPACE */
235 return isType(ch, SPACE);
/openjdk7/jdk/test/java/util/regex/
H A DPOSIX_ASCII.java33 static final int SPACE = 0x00000800; field in class:POSIX_ASCII
67 SPACE+CNTRL+BLANK, /* 09 (HT) */
68 SPACE+CNTRL, /* 0A (LF) */
69 SPACE+CNTRL, /* 0B (VT) */
70 SPACE+CNTRL, /* 0C (FF) */
71 SPACE+CNTRL, /* 0D (CR) */
90 SPACE+BLANK, /* 20 SPACE */
225 return isType(ch, SPACE);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXScrollPanePeer.java38 public final static int SPACE = 2; field in class:XScrollPanePeer
409 // but the actual scrollbar is SCROLLBAR-SPACE high;
412 g.fillRect(MARGIN, height-SCROLLBAR, w, SPACE);
417 ng.translate(MARGIN, height - (SCROLLBAR - SPACE));
445 // but the actual scrollbar is SCROLLBAR-SPACE wide;
448 g.fillRect(width-SCROLLBAR, MARGIN, SPACE, h);
453 ng.translate(width - (SCROLLBAR - SPACE), MARGIN);
491 vsb.handleMouseEvent(id,modifiers,x - (width - SCROLLBAR + SPACE),y-MARGIN);
495 hsb.handleMouseEvent(id,modifiers,x-MARGIN,y-(height - SCROLLBAR + SPACE));
514 vsb.handleMouseEvent(id,modifiers,x-(width - SCROLLBAR + SPACE),
[all...]
H A DListHelper.java98 int SPACE,
120 TEXT_SPACE = SPACE;
90 ListHelper(XWindow peer, Color[] colors, int initialSize, boolean multiSelect, boolean scrollVert, boolean scrollHoriz, Font font, int maxVisItems, int SPACE, int MARGIN, int BORDER, int SCROLLBAR) argument
H A DXListPeer.java46 public final static int SPACE = 1; field in class:XListPeer
125 // Fixed 6293432: Key events ('SPACE', 'UP', 'DOWN') aren't blocked if mouse is kept in 'PRESSED' state for List, XAWT
464 vis = listWidth - ((2 * SPACE) + (2 * MARGIN));
484 vis = listWidth - ((2 * SPACE) + (2 * MARGIN));
494 hsb.setBlockIncrement(width - ((2 * SPACE) + (2 * MARGIN) + (vsbVis ? SCROLLBAR_AREA : 0)));
503 return (fontHeight - fontLeading) + (2*SPACE);
507 return MARGIN + SPACE;
1355 return MARGIN + ((index - vsb.getValue()) * h) + SPACE;
1478 w -= ((2 * SPACE) + (2 * MARGIN));
1487 source = new Rectangle(MARGIN + SPACE, MARGI
[all...]
/openjdk7/jdk/make/docs/
H A DMakefile96 SPACE:= $(EMPTY) $(EMPTY) macro
98 $(subst $(SPACE),$(CLASSPATH_SEPARATOR),$(strip $(ALL_SOURCE_DIRS)))

Completed in 638 milliseconds