HomeSort by relevance Sort by last modified time
    Searched refs:bbd (Results 1 - 4 of 4) sorted by null

  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java 313 ByteBuffer bbd = ByteBuffer.allocate(100); local
315 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
459 ByteBuffer bbd = ByteBuffer.allocate(MAX_TLS_RECORD_SIZE); local
460 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd);
614 ByteBuffer bbd = ByteBuffer.allocate(100); local
617 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd);
632 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local
637 sse.unwrap(bbs, bbd);
656 ByteBuffer bbd = ByteBuffer.allocate(100); local
661 sse.unwrap(bbsN, bbd);
687 ByteBuffer bbd = ByteBuffer.allocate(100); local
704 ByteBuffer bbd = ByteBuffer.allocate(100); local
722 ByteBuffer bbd = ByteBuffer.allocate(100); local
799 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local
816 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local
829 ByteBuffer bbd = ByteBuffer.allocate(20000); local
841 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local
862 ByteBuffer bbd = ByteBuffer.allocate(100); local
893 ByteBuffer bbd = ByteBuffer.allocate(10); local
926 ByteBuffer bbd = ByteBuffer.allocate(20000); local
    [all...]
  /external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java 156 ByteBuffer bbd = ByteBuffer.allocate(10); local
159 e.wrap(bbs, bbd);
163 SSLEngineResult res = e.wrap(bbd, bbs);
168 e.wrap(new ByteBuffer[] { bbs }, bbd);
172 res = e.wrap(new ByteBuffer[] { bbd }, bbs);
287 ByteBuffer bbd = ByteBuffer.allocate(10); local
290 e.unwrap(bbs, bbd);
294 SSLEngineResult res = e.unwrap(bbd, bbs);
299 e.unwrap(bbs, new ByteBuffer[] { bbd });
303 res = e.unwrap(bbd, new ByteBuffer[] { bbs })
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-deleted-default-ctor.cpp 74 bad_base_default bbd; // expected-error {{call to implicitly-deleted default constructor}} variable
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
all-opcodes.d 1692 692: 6bbd.*
    [all...]

Completed in 150 milliseconds