Home
last modified time | relevance | path

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

/libcore/ojluni/src/test/java/nio/Buffer/
DByteBufferViews.java201 short fromBytes = getShortFromBytes(bb, o + i * 2); in testShortGet() local
305 char fromBytes = getCharFromBytes(bb, o + i * 2); in testCharGet() local
314 char fromBytes = getCharFromBytes(bb, o + i * 2); in testCharGet() local
402 int fromBytes = getIntFromBytes(bb, o + i * 4); in testIntGet() local
509 long fromBytes = getLongFromBytes(bb, o + i * 8); in testLongGet() local
622 float fromBytes = getFloatFromBytes(bb, o + i * 4); in testFloatGet() local
720 double fromBytes = getDoubleFromBytes(bb, o + i * 8); in testDoubleGet() local