Home
last modified time | relevance | path

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

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
DAbstractBufferTest.java49 int oldLimit = baseBuf.limit(); in testClear() local
63 baseBuf.limit(oldLimit); in testClear()
70 int oldLimit = baseBuf.limit(); in testFlip() local
84 baseBuf.limit(oldLimit); in testFlip()
91 int oldLimit = baseBuf.limit(); in testHasRemaining() local
98 baseBuf.limit(oldLimit); in testHasRemaining()
120 int oldLimit = baseBuf.limit();
163 baseBuf.limit(oldLimit);
170 int oldLimit = baseBuf.limit();
186 baseBuf.limit(oldLimit);
[all …]