Home
last modified time | relevance | path

Searched refs:ib (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/nio/
DOldAndroidNIOTest.java60 IntBuffer ib = IntBuffer.wrap(intArray); in testNIO_int_array() local
61 intBufferTest(ib); in testNIO_int_array()
365 IntBuffer ib = bb.asIntBuffer(); in byteBufferTest() local
367 checkBuffer(ib); in byteBufferTest()
368 assertEquals(1, ib.capacity()); in byteBufferTest()
369 assertEquals(0xA4A3A2A1, ib.get()); in byteBufferTest()
372 ib = bb.asIntBuffer(); in byteBufferTest()
374 checkBuffer(ib); in byteBufferTest()
375 assertEquals(1, ib.capacity()); in byteBufferTest()
376 assertEquals(0xA1A2A3A4, ib.get()); in byteBufferTest()
[all …]
/libcore/ojluni/src/test/java/util/Collections/
DCheckedListBash.java182 Integer[] ib = (Integer[]) l.toArray(ia); in main() local
183 if (ia != ib || !l.equals(Arrays.asList(ia))) in main()
187 ib = (Integer[]) l.toArray(ia); in main()
188 if (ia != ib || ia[listSize] != null in main()
/libcore/ojluni/src/test/java/lang/invoke/
DFoldTest.java120 int ib = b2 ? 1 : 0; in comb2() local
121 return ib == x ? "true" : "false"; in comb2()
/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java383 bb -> { var ib = bb.asIntBuffer(); in intViewProvider()
384 ib = ib.slice(1, ib.limit() - 1); in intViewProvider()
386 return ib; }), in intViewProvider()
DBasicByte.java287 IntBuffer ib = b.asIntBuffer(); in testViews() local
288 BasicInt.test(level, ib, direct); in testViews()
290 checkInvalidMarkException(ib); in testViews()
DBasic-X.java.template287 IntBuffer ib = b.asIntBuffer();
288 BasicInt.test(level, ib, direct);
290 checkInvalidMarkException(ib);