Searched refs:checkBytes (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/java/nio/Buffer/
H A DBasicByte.java194 private static void checkBytes(ByteBuffer b, byte[] bs) { method in class:BasicByte
232 checkBytes(b, new byte[] { 0, (byte)ic(0) });
237 checkBytes(b, new byte[] { 0, (byte)ic(0) });
242 checkBytes(b, new byte[] { 0, 0, 0, (byte)ic(0) });
247 checkBytes(b, new byte[] { 0, 0, 0, 0, 0, 0, 0, (byte)ic(0) });
252 checkBytes(b, new byte[] { 0x42, (byte)0xc2, 0, 0 });
257 checkBytes(b, new byte[] { 0x40, 0x58, 0x40, 0, 0, 0, 0, 0 });
H A DBasic-X.java.template194 private static void checkBytes(ByteBuffer b, byte[] bs) {
232 checkBytes(b, new byte[] { 0, (byte)ic(0) });
237 checkBytes(b, new byte[] { 0, (byte)ic(0) });
242 checkBytes(b, new byte[] { 0, 0, 0, (byte)ic(0) });
247 checkBytes(b, new byte[] { 0, 0, 0, 0, 0, 0, 0, (byte)ic(0) });
252 checkBytes(b, new byte[] { 0x42, (byte)0xc2, 0, 0 });
257 checkBytes(b, new byte[] { 0x40, 0x58, 0x40, 0, 0, 0, 0, 0 });
/openjdk7/jdk/test/java/nio/channels/FileChannel/
H A DTransfers.java84 private static void checkBytes(FileChannel fc, int off, int len, method in class:Transfers
105 checkBytes(fc, off, len, ba);
112 checkBytes(fc, off, len, ba);

Completed in 25 milliseconds