Home
last modified time | relevance | path

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

/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
DSSLEngineTest.java157 ByteBuffer bbd = ByteBuffer.allocate(10); in testWrap03() local
160 e.wrap(bbs, bbd); in testWrap03()
164 SSLEngineResult res = e.wrap(bbd, bbs); in testWrap03()
169 e.wrap(new ByteBuffer[] { bbs }, bbd); in testWrap03()
173 res = e.wrap(new ByteBuffer[] { bbd }, bbs); in testWrap03()
289 ByteBuffer bbd = ByteBuffer.allocate(10); in testUnwrap03() local
292 e.unwrap(bbs, bbd); in testUnwrap03()
296 SSLEngineResult res = e.unwrap(bbd, bbs); in testUnwrap03()
301 e.unwrap(bbs, new ByteBuffer[] { bbd }); in testUnwrap03()
305 res = e.unwrap(bbd, new ByteBuffer[] { bbs }); in testUnwrap03()
/external/clang/test/SemaCXX/
Dcxx0x-deleted-default-ctor.cpp74 bad_base_default bbd; // expected-error {{call to implicitly-deleted default constructor}} variable
/external/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2