Home
last modified time | relevance | path

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

/art/test/070-nio-buffer/src/
DMain.java125 IntBuffer intBuf = directBuf.asIntBuffer(); in storeValues() local
147 if (intBuf.put(2, intValue).get(2) != intValue) { in storeValues()