Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DBasicInt.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasicShort.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasicLong.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasicFloat.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasicDouble.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasicChar.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasicByte.java945 int bLim = b.limit(); in test() local
956 b.limit(bLim); in test()
DBasic-X.java.template945 int bLim = b.limit();
956 b.limit(bLim);