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

  /libcore/luni/src/test/java/tests/api/javax/net/ssl/
SSLEngineTest.java 393 ByteBuffer bbd = ByteBuffer.allocate(100); local
395 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
575 ByteBuffer bbd = ByteBuffer.allocate(20000); local
576 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd);
756 ByteBuffer bbd = ByteBuffer.allocate(100); local
759 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd);
775 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local
780 sse.unwrap(bbs, bbd);
800 ByteBuffer bbd = ByteBuffer.allocate(100); local
805 sse.unwrap(bbsN, bbd);
844 ByteBuffer bbd = ByteBuffer.allocate(100); local
864 ByteBuffer bbd = ByteBuffer.allocate(100); local
886 ByteBuffer bbd = ByteBuffer.allocate(100); local
986 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local
1006 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local
1023 ByteBuffer bbd = ByteBuffer.allocate(20000); local
1035 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local
1060 ByteBuffer bbd = ByteBuffer.allocate(100); local
1104 ByteBuffer bbd = ByteBuffer.allocate(10); local
1146 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 157 ByteBuffer bbd = ByteBuffer.allocate(10); local
160 e.wrap(bbs, bbd);
164 SSLEngineResult res = e.wrap(bbd, bbs);
169 e.wrap(new ByteBuffer[] { bbs }, bbd);
173 res = e.wrap(new ByteBuffer[] { bbd }, bbs);
289 ByteBuffer bbd = ByteBuffer.allocate(10); local
292 e.unwrap(bbs, bbd);
296 SSLEngineResult res = e.unwrap(bbd, bbs);
301 e.unwrap(bbs, new ByteBuffer[] { bbd });
305 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
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 91 milliseconds