Searched refs:fromMethodView (Results 1 – 1 of 1) sorted by relevance
| /libcore/ojluni/src/test/java/nio/Buffer/ |
| D | ByteBufferViews.java | 202 short fromMethodView = bb.getShort(o + i * 2); in testShortGet() local 203 assertValues(i, fromBytes, fromMethodView, bb); in testShortGet() 206 assertValues(i, fromMethodView, fromBufferView, bb, vb); in testShortGet() 232 short fromMethodView = bb.getShort(o + i * 2); in testShortPut() local 233 assertValues(i, fromFilled, fromMethodView, bb, vb); in testShortPut() 240 short fromMethodView = bb.getShort(); in testShortPut() local 241 assertValues(i, fromFilled, fromMethodView, bb, vb); in testShortPut() 306 char fromMethodView = bb.getChar(o + i * 2); in testCharGet() local 307 assertValues(i, fromBytes, fromMethodView, bb); in testCharGet() 310 assertValues(i, fromMethodView, fromBufferView, bb, vb); in testCharGet() [all …]
|