/libcore/ojluni/src/test/java/io/ByteArrayInputStream/ |
D | ReadAllReadNTransferTo.java | 43 private static final int SIZE = 0x4d4d; field in ReadAllReadNTransferTo
|
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | EqualsCompareTest.java | 63 typeToWidth.put(byte.class, Byte.SIZE); in typeToWidth.put() 64 typeToWidth.put(short.class, Short.SIZE); in typeToWidth.put() 65 typeToWidth.put(char.class, Character.SIZE); in typeToWidth.put() 66 typeToWidth.put(int.class, Integer.SIZE); in typeToWidth.put() 67 typeToWidth.put(long.class, Long.SIZE); in typeToWidth.put() 68 typeToWidth.put(float.class, Float.SIZE); in typeToWidth.put() 69 typeToWidth.put(double.class, Double.SIZE); in typeToWidth.put()
|
D | Chars.java | 49 static final int SIZE = 128 + RAND.nextInt(1024); field in Chars
|
/libcore/ojluni/src/test/java/util/Collection/ |
D | CollectionDefaults.java | 69 private static final int SIZE = 100; field in CollectionDefaults
|
D | IteratorAtEnd.java | 66 private static final int SIZE = 6; field in IteratorAtEnd
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
D | FileChannelTest.java | 795 final long SIZE = 200; in test_lockJJZ_Shared() local 811 final long SIZE = 200; in test_lockJJZ_NotShared() local 825 final long SIZE = Long.MAX_VALUE; in test_lockJJZ_Long_MAX_VALUE() local 839 final long SIZE = 200; in test_lockJJZ_Overlapping() local 861 final long SIZE = 200; in test_lockJJZ_NotOverlapping() local 1082 final long SIZE = 200; in test_tryLockJJZ_Shared() local 1098 final long SIZE = 200; in test_tryLockJJZ_NotShared() local 1112 final long SIZE = Long.MAX_VALUE; in test_tryLockJJZ_Long_MAX_VALUE() local 1126 final long SIZE = 200; in test_tryLockJJZ_Overlapping() local 1148 final long SIZE = 200; in test_tryLockJJZ_NotOverlapping() local
|
/libcore/ojluni/src/test/java/util/Arrays/ |
D | ArraysEqCmpTest.java | 59 typeToWidth.put(boolean.class, Byte.SIZE); in typeToWidth.put() 60 typeToWidth.put(byte.class, Byte.SIZE); in typeToWidth.put() 61 typeToWidth.put(short.class, Short.SIZE); in typeToWidth.put() 62 typeToWidth.put(char.class, Character.SIZE); in typeToWidth.put() 63 typeToWidth.put(int.class, Integer.SIZE); in typeToWidth.put() 64 typeToWidth.put(long.class, Long.SIZE); in typeToWidth.put() 65 typeToWidth.put(float.class, Float.SIZE); in typeToWidth.put() 66 typeToWidth.put(double.class, Double.SIZE); in typeToWidth.put() 67 typeToWidth.put(Object.class, Integer.SIZE); // @@@ 32 or 64? in typeToWidth.put()
|
/libcore/ojluni/src/test/java/util/stream/boottest/java/util/stream/ |
D | SliceSpliteratorTest.java | 186 static final int SIZE = 256; field in SliceSpliteratorTest
|
/libcore/ojluni/annotations/sdk/nullability/java/lang/ |
D | Byte.annotated.java | 85 public static final int SIZE = 8; // 0x8 field in Byte
|
D | Double.annotated.java | 111 public static final int SIZE = 64; // 0x40 field in Double
|
D | Float.annotated.java | 113 public static final int SIZE = 32; // 0x20 field in Float
|
D | Integer.annotated.java | 142 public static final int SIZE = 32; // 0x20 field in Integer
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | Short.java | 140 public static final int SIZE = 16; // 0x10 field in Short
|
D | Byte.java | 147 public static final int SIZE = 8; // 0x8 field in Byte
|
D | Float.java | 173 public static final int SIZE = 32; // 0x20 field in Float
|
D | Double.java | 170 public static final int SIZE = 64; // 0x40 field in Double
|
/libcore/ojluni/src/main/java/java/lang/ |
D | Short.java | 559 public static final int SIZE = 16; field in Short
|
D | Byte.java | 599 public static final int SIZE = 8; field in Byte
|
D | Double.java | 240 public static final int SIZE = 64; field in Double
|
D | Float.java | 150 public static final int SIZE = 32; field in Float
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | CopyOnWriteArrayListTest.java | 366 int SIZE = 3; in testRemove_int() local 379 int SIZE = 3; in testRemove_Object() local
|
/libcore/ojluni/src/main/java/java/awt/font/ |
D | TextAttribute.java | 377 public static final TextAttribute SIZE = field in TextAttribute
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | CopyOnWriteArrayListTest.java | 404 int SIZE = 3; in testRemove_int() local 417 int SIZE = 3; in testRemove_Object() local
|
/libcore/ojluni/src/test/java/util/Map/ |
D | MapBinToFromTreeTest.java | 57 static final int SIZE = 256; field in MapBinToFromTreeTest
|
/libcore/luni/src/main/java/libcore/util/ |
D | FP16.java | 101 public static final int SIZE = 16; field in FP16
|