Home
last modified time | relevance | path

Searched defs:SIZE (Results 1 – 25 of 44) sorted by relevance

12

/libcore/ojluni/src/test/java/io/ByteArrayInputStream/
DReadAllReadNTransferTo.java43 private static final int SIZE = 0x4d4d; field in ReadAllReadNTransferTo
/libcore/ojluni/src/test/java/nio/Buffer/
DEqualsCompareTest.java63 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()
DChars.java49 static final int SIZE = 128 + RAND.nextInt(1024); field in Chars
/libcore/ojluni/src/test/java/util/Collection/
DCollectionDefaults.java69 private static final int SIZE = 100; field in CollectionDefaults
DIteratorAtEnd.java66 private static final int SIZE = 6; field in IteratorAtEnd
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
DFileChannelTest.java795 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/
DArraysEqCmpTest.java59 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/
DSliceSpliteratorTest.java186 static final int SIZE = 256; field in SliceSpliteratorTest
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java85 public static final int SIZE = 8; // 0x8 field in Byte
DDouble.annotated.java111 public static final int SIZE = 64; // 0x40 field in Double
DFloat.annotated.java113 public static final int SIZE = 32; // 0x20 field in Float
DInteger.annotated.java142 public static final int SIZE = 32; // 0x20 field in Integer
/libcore/ojluni/annotations/hiddenapi/java/lang/
DShort.java140 public static final int SIZE = 16; // 0x10 field in Short
DByte.java147 public static final int SIZE = 8; // 0x8 field in Byte
DFloat.java173 public static final int SIZE = 32; // 0x20 field in Float
DDouble.java170 public static final int SIZE = 64; // 0x40 field in Double
/libcore/ojluni/src/main/java/java/lang/
DShort.java559 public static final int SIZE = 16; field in Short
DByte.java599 public static final int SIZE = 8; field in Byte
DDouble.java240 public static final int SIZE = 64; field in Double
DFloat.java150 public static final int SIZE = 32; field in Float
/libcore/jsr166-tests/src/test/java/jsr166/
DCopyOnWriteArrayListTest.java366 int SIZE = 3; in testRemove_int() local
379 int SIZE = 3; in testRemove_Object() local
/libcore/ojluni/src/main/java/java/awt/font/
DTextAttribute.java377 public static final TextAttribute SIZE = field in TextAttribute
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCopyOnWriteArrayListTest.java404 int SIZE = 3; in testRemove_int() local
417 int SIZE = 3; in testRemove_Object() local
/libcore/ojluni/src/test/java/util/Map/
DMapBinToFromTreeTest.java57 static final int SIZE = 256; field in MapBinToFromTreeTest
/libcore/luni/src/main/java/libcore/util/
DFP16.java101 public static final int SIZE = 16; field in FP16

12