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

/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/
H A DSliceSpliteratorTest.java175 Spliterator.OfDouble s = Arrays.spliterator(LongStream.range(0, SIZE).asDoubleStream().toArray());
186 static final int SIZE = 256; field in class:SliceSpliteratorTest
192 setContext("size", SIZE);
193 for (int skip = 0; skip < SIZE; skip += STEP) {
195 for (int limit = 0; limit < SIZE; limit += STEP) {
197 r.test(SIZE, skip, limit);
/libcore/ojluni/src/main/java/java/lang/
H A DByte.java508 public static final int SIZE = 8; field in class:Byte
516 public static final int BYTES = SIZE / Byte.SIZE;
H A DShort.java471 public static final int SIZE = 16; field in class:Short
479 public static final int BYTES = SIZE / Byte.SIZE;
H A DDouble.java123 public static final int SIZE = 64; field in class:Double
130 public static final int BYTES = SIZE / Byte.SIZE;
H A DFloat.java121 public static final int SIZE = 32; field in class:Float
128 public static final int BYTES = SIZE / Byte.SIZE;
H A DInteger.java312 int mag = Integer.SIZE - Integer.numberOfLeadingZeros(val);
1358 @Native public static final int SIZE = 32; field in class:Integer
1366 public static final int BYTES = SIZE / Byte.SIZE;
H A DLong.java355 int mag = Long.SIZE - Long.numberOfLeadingZeros(val);
1348 @Native public static final int SIZE = 64; field in class:Long
1356 public static final int BYTES = SIZE / Byte.SIZE;
H A DCharacter.java7342 public static final int SIZE = 16; field in class:Character
7350 public static final int BYTES = SIZE / Byte.SIZE;
/libcore/jsr166-tests/src/test/java/jsr166/
H A DTreeSetTest.java44 static final int SIZE = 20; field in class:TreeSetTest
99 new TreeSet(Arrays.asList(new Integer[SIZE]));
108 Integer[] ints = new Integer[SIZE];
109 for (int i = 0; i < SIZE - 1; ++i)
121 Integer[] ints = new Integer[SIZE];
122 for (int i = 0; i < SIZE; ++i)
125 for (int i = 0; i < SIZE; ++i)
136 Integer[] ints = new Integer[SIZE];
137 for (int i = 0; i < SIZE; ++i)
140 for (int i = SIZE
[all...]
H A DConcurrentHashMap8Test.java563 static final int SIZE = 10000; field in class:ConcurrentHashMap8Test
568 longMap = new ConcurrentHashMap<Long, Long>(SIZE);
569 for (int i = 0; i < SIZE; ++i)
591 assertEquals(adder.sum(), SIZE * (SIZE - 1) / 2);
601 assertEquals(adder.sum(), SIZE * (SIZE - 1));
611 assertEquals(adder.sum(), 3 * SIZE * (SIZE - 1) / 2);
621 assertEquals(adder.sum(), 3 * SIZE * (SIZ
[all...]
H A DJSR166TestCase.java1062 public static final int SIZE = 20; field in class:JSR166TestCase
/libcore/ojluni/src/main/java/java/awt/font/
H A DTextAttribute.java83 * <code>SIZE</code>, <code>JUSTIFICATION</code>, and
377 public static final TextAttribute SIZE = field in class:TextAttribute
474 * <code>POSTURE</code>, <code>SIZE</code>,

Completed in 121 milliseconds