Searched refs:spos (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/test/java/nio/Buffer/ |
D | BulkPutBuffer.java | 434 int spos = diff > 0 ? RND.nextInt(diff) : 0; in testPairs() local 435 src.position(spos); in testPairs() 437 int slim = spos + buf.remaining(); in testPairs() 446 Buffer backup = bp.create(slim - spos); in testPairs() 456 src.getClass().getName(), scap, spos, slim)); in testPairs() 461 bp.put(src, spos, buf, pos, backup.capacity()); in testPairs() 462 src.position(spos); in testPairs() 470 src.getClass().getName(), scap, spos, slim)); in testPairs()
|