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 312 ByteBuffer bbd = ByteBuffer.allocate(100); local
314 clientEngine.engine.unwrap(bbs, new ByteBuffer[] { bbd }, 0, 1);
458 ByteBuffer bbd = ByteBuffer.allocate(MAX_TLS_RECORD_SIZE); local
459 clientEngine.engine.wrap(new ByteBuffer[] { bbs }, 0, 1, bbd);
613 ByteBuffer bbd = ByteBuffer.allocate(100); local
616 SSLEngineResult unwrap = clientEngine.engine.unwrap(bbs, bbd);
631 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local
636 sse.unwrap(bbs, bbd);
655 ByteBuffer bbd = ByteBuffer.allocate(100); local
660 sse.unwrap(bbsN, bbd);
686 ByteBuffer bbd = ByteBuffer.allocate(100); local
703 ByteBuffer bbd = ByteBuffer.allocate(100); local
721 ByteBuffer bbd = ByteBuffer.allocate(100); local
798 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local
815 ByteBuffer[] bbd = {ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) }; local
828 ByteBuffer bbd = ByteBuffer.allocate(20000); local
840 ByteBuffer bbd = ByteBuffer.allocate(100).asReadOnlyBuffer(); local
861 ByteBuffer bbd = ByteBuffer.allocate(100); local
892 ByteBuffer bbd = ByteBuffer.allocate(10); local
925 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
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]

Completed in 513 milliseconds