Home
last modified time | relevance | path

Searched defs:fromMethodView (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java202 short fromMethodView = bb.getShort(o + i * 2); in testShortGet() local
232 short fromMethodView = bb.getShort(o + i * 2); in testShortPut() local
240 short fromMethodView = bb.getShort(); in testShortPut() local
306 char fromMethodView = bb.getChar(o + i * 2); in testCharGet() local
315 char fromMethodView = bb.getChar(); in testCharGet() local
336 char fromMethodView = bb.getChar(o + i * 2); in testCharPut() local
344 char fromMethodView = bb.getChar(); in testCharPut() local
403 int fromMethodView = bb.getInt(o + i * 4); in testIntGet() local
433 int fromMethodView = bb.getInt(o + i * 4); in testIntPut() local
441 int fromMethodView = bb.getInt(); in testIntPut() local
[all …]