HomeSort by relevance Sort by last modified time
    Searched full:bytebuf (Results 26 - 50 of 508) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/gconv/
SHIFT_JISX0213.so 
UTF-7.so 
ARMSCII-8.so 
ASMO_449.so 
BRF.so 
CP1252.so 
CP1253.so 
CP1254.so 
CP1255.so 
DEC-MCS.so 
EBCDIC-AT-DE-A.so 
EBCDIC-AT-DE.so 
EBCDIC-CA-FR.so 
EBCDIC-DK-NO-A.so 
EBCDIC-DK-NO.so 
EBCDIC-ES-A.so 
EBCDIC-ES-S.so 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/gconv/
EUC-CN.so 
EUC-JISX0213.so 
EUC-JP.so 
JOHAB.so 
SHIFT_JISX0213.so 
UTF-7.so 
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacSpiTest.java 198 ByteBuffer byteBuf = ByteBuffer.allocate(10);
199 byteBuf.put(bbb);
200 byteBuf.position(5);
201 int beforeUp = byteBuf.remaining();
202 mSpi1.engineUpdate(byteBuf);
217 byteBuf = ByteBuffer.allocate(5);
218 byteBuf.put(bbuf);
219 byteBuf.position(5);
220 if (!byteBuf.hasRemaining()) {
221 mSpi2.engineUpdate(byteBuf);
    [all...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 30 private ByteBuffer byteBuf;
126 byteBuf.clear();
127 rm.getRenderer().readFrameBuffer(fb, byteBuf);
139 byteBuf.clear();
140 rm.getRenderer().readFrameBuffer(fb, byteBuf);
207 byteBuf = BufferUtils.ensureLargeEnough(byteBuf, width * height * 4);
208 intBuf = byteBuf.asIntBuffer();

Completed in 115 milliseconds

12 3 4 5 6 7 8 91011>>