Searched defs:checkBytes (Results 1 - 2 of 2) sorted by relevance
/openjdk7/jdk/test/java/nio/Buffer/ |
H A D | BasicByte.java | 194 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 });
|
/openjdk7/jdk/test/java/nio/channels/FileChannel/ |
H A D | Transfers.java | 84 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 63 milliseconds