Searched defs:SIZE (Results 1 - 25 of 40) sorted by relevance

12

/openjdk7/jdk/test/java/util/Collections/
H A DReplaceAll.java33 static final int SIZE = 20; field in class:ReplaceAll
40 for (int j=1; j<=SIZE; j++)
42 List goal = Collections.nCopies(SIZE, "*");
H A DSwap.java34 static final int SIZE = 100; field in class:Swap
39 for (int i=0; i < SIZE-1; i++)
43 l2.set(SIZE-1, Boolean.TRUE);
H A DRotate.java34 static final int SIZE = 120; field in class:Rotate
43 for (int j=0; j<SIZE; j++)
52 totalDist = (totalDist + dist) % SIZE;
54 totalDist += SIZE;
56 for (int k=totalDist; k<SIZE; k++, index++)
/openjdk7/hotspot/test/compiler/8005419/
H A DTest8005419.java33 public static int SIZE = 64; field in class:Test8005419
36 char[] a = new char[SIZE];
37 char[] b = new char[SIZE];
39 for (int i = 16; i < SIZE; i++) {
68 for (int i = 1; i <= SIZE; i++) {
78 for (int i = 1; i <= SIZE; i++) {
80 for (int j = 1; j <= SIZE; j++) {
90 for (int i = 1; i <= SIZE; i++) {
/openjdk7/jdk/test/sun/security/pkcs12/
H A DPKCS12SameKeyId.java53 private static final int SIZE = 10; field in class:PKCS12SameKeyId
59 for (int i=0; i<SIZE; i++) {
83 byte[][] keys = new byte[SIZE][];
84 Certificate[][] certChains = new Certificate[SIZE][];
85 String[] aliases = new String[SIZE];
92 for (int i=0; i<SIZE; i++) {
105 for (int i=0; i<SIZE; i++) {
117 for (int i=0; i<SIZE; i++) {
/openjdk7/jdk/test/sun/java2d/OpenGL/
H A Dbug7181438.java42 private static final int SIZE = 500; field in class:bug7181438
54 for (int i = 0; i < SIZE; ++i) {
55 for (int j = 0; j < SIZE; ++j) {
69 return gc.createCompatibleVolatileImage(SIZE, SIZE,
74 final BufferedImage bi = new BufferedImage(SIZE, SIZE,
79 bg.fillRect(0, 0, SIZE, SIZE);
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest6.java62 for (int i=0; i<SIZE; i++) {
81 final static int SIZE = 999999; field in class:Test6
99 if (count != SIZE) {
H A DTest6a.java64 for (int i=0; i<SIZE; i++) {
83 final static int SIZE = 999999; field in class:Test6a
101 if (count != SIZE) {
H A DTest7.java62 for (int i=0; i<SIZE; i++) {
81 final static int SIZE = 999999; field in class:Test7
99 if (count != SIZE) {
H A DTest7a.java69 for (int i=0; i<SIZE; i++) {
88 final static int SIZE = 999999; field in class:Test7a
106 if (count != SIZE) {
H A DTest8.java61 for (int i=0; i<SIZE; i++) {
80 final static int SIZE = 999999; field in class:Test8
98 if (count != SIZE) {
H A DTest8a.java71 for (int i=0; i<SIZE; i++) {
80 for (int i=0; i<SIZE; i++) {
102 //final static int SIZE = 999999;
103 final static int SIZE = 9999; field in class:Test8a
123 if (count != SIZE) {
128 t.sendResponseHeaders (200, SIZE);
131 for (int i=0; i<SIZE; i++) {
/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6526158.java43 final static int SIZE = 60 * 1024; field in class:B6526158
60 for (int i=0; i< SIZE; i++) {
/openjdk7/jdk/test/sun/nio/ch/
H A DTempBuffer.java35 private static final int SIZE = 4000; field in class:TempBuffer
59 fc.transferTo(0, SIZE, Channels.newChannel(out));
78 raf.setLength(SIZE);
79 fc.transferFrom(Channels.newChannel(in), 0, SIZE);
/openjdk7/jdk/test/java/awt/image/ImagingOpsNoExceptionsTest/
H A DImagingOpsNoExceptionsTest.java44 private static final int SIZE = 100; field in class:ImagingOpsNoExceptionsTest
55 new BufferedImage(SIZE, SIZE, j);
57 new BufferedImage(SIZE, SIZE, j);
164 AffineTransform.getRotateInstance(0.5*Math.PI, SIZE/2, SIZE/2);
/openjdk7/jdk/test/sun/java2d/SunGraphics2D/
H A DDrawImageBilinear.java52 private static final int SIZE = 5; field in class:DrawImageBilinear
76 g.fillRect(0, 0, SIZE, SIZE);
78 //g.drawRect(0, 0, SIZE-1, SIZE-1);
86 bimg1 = (BufferedImage)createImage(SIZE, SIZE);
90 bimg2 = (BufferedImage)createImage(SIZE, SIZE);
93 vimg = createVolatileImage(SIZE, SIZ
[all...]
H A DSimplePrimQuality.java49 private static final int SIZE = 300; field in class:SimplePrimQuality
159 g.setTransform(AffineTransform.getTranslateInstance(SIZE/2, 0));
162 g.setTransform(AffineTransform.getTranslateInstance(SIZE/2, 0));
169 renderTest(g2d, SIZE, SIZE);
183 return new Dimension(SIZE, SIZE);
229 VolatileImage vi = frame.createVolatileImage(SIZE, SIZE);
233 test.renderTest(g1, SIZE, SIZ
[all...]
/openjdk7/jdk/test/java/util/Collection/
H A DIteratorAtEnd.java36 private static final int SIZE = 6; field in class:IteratorAtEnd
67 for (int i = 0; i < SIZE; i++)
75 for (int i = 0; i < 3*SIZE; i++)
/openjdk7/jdk/src/share/classes/java/lang/
H A DByte.java448 public static final int SIZE = 8; field in class:Byte
H A DShort.java452 public static final int SIZE = 16; field in class:Short
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/motif/
H A DMotifTreeUI.java54 static final int SIZE = 14; field in class:MotifTreeUI
113 g.drawLine(x, y, x+SIZE-1, y);
114 g.drawLine(x, y+1, x, y+SIZE-1);
117 g.drawLine(x+SIZE-1, y+1, x+SIZE-1, y+SIZE-1);
118 g.drawLine(x+1, y+SIZE-1, x+SIZE-1, y+SIZE-1);
121 g.fillRect(x+1, y+1, SIZE
[all...]
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsTreeUI.java110 static protected final int SIZE = 9; field in class:WindowsTreeUI
154 g.fillRect(x, y, SIZE-1, SIZE-1);
156 g.drawRect(x, y, SIZE-1, SIZE-1);
158 g.drawLine(x + 2, y + HALF_SIZE, x + (SIZE - 3), y + HALF_SIZE);
163 return (skin != null) ? skin.getWidth() : SIZE;
168 return (skin != null) ? skin.getHeight() : SIZE;
193 g.drawLine(x + HALF_SIZE, y + 2, x + HALF_SIZE, y + (SIZE - 3));
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DBlockWidget.java44 public static final Dimension SIZE = new Dimension(20, 20); field in class:BlockWidget
62 this.setMinimumSize(SIZE);
63 this.setMaximumSize(SIZE);
71 return new Point((int) (SIZE.getWidth() / 2), (int) (SIZE.getHeight() / 2));
82 return new Point((int) (SIZE.getWidth() / 2), (int) (SIZE.getHeight() / 2));
104 return SIZE;
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/HierarchicalLayout/src/com/sun/hotspot/igv/hierarchicallayout/
H A DClusterInputSlotNode.java38 private final int SIZE = 0; field in class:ClusterInputSlotNode
119 return new Dimension(SIZE, SIZE);
H A DClusterOutputSlotNode.java38 private final int SIZE = 0; field in class:ClusterOutputSlotNode
107 return new Dimension(SIZE, SIZE);

Completed in 182 milliseconds

12