OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbA
(Results
1 - 3
of
3
) sorted by null
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
SSLEngineTest.java
329
ByteBuffer[]
bbA
= { ByteBuffer.allocate(100), ByteBuffer.allocate(10), ByteBuffer.allocate(100) };
336
sse.unwrap(bb,
bbA
, -1, 3);
341
sse.unwrap(bb,
bbA
, 0, -3);
346
sse.unwrap(bb,
bbA
,
bbA
.length + 1,
bbA
.length);
351
sse.unwrap(bb,
bbA
, 0,
bbA
.length + 1);
366
ByteBuffer[]
bbA
= { bbR, ByteBuffer.allocate(10), ByteBuffer.allocate(100) };
373
sse.unwrap(bb,
bbA
, 0, bbA.length)
[
all
...]
/external/apache-harmony/x-net/src/test/api/java/org/apache/harmony/xnet/tests/javax/net/ssl/
SSLEngineTest.java
123
ByteBuffer[]
bbA
= { null, ByteBuffer.allocate(10), null };
134
e.wrap(
bbA
, bb);
135
e.wrap(
bbA
, bbN);
138
bbA
[0] = ByteBuffer.allocate(100);
139
bbA
[2] = ByteBuffer.allocate(20);
142
e.wrap(
bbA
, roBb);
203
ByteBuffer[]
bbA
= { ByteBuffer.allocate(5), ByteBuffer.allocate(10), ByteBuffer.allocate(5) };
207
SSLEngineResult res = e.wrap(
bbA
, bb);
255
ByteBuffer[]
bbA
= { null, ByteBuffer.allocate(10), null };
266
e.unwrap(bb,
bbA
);
[
all
...]
/external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ra.cpp
515
BasicBlock *
bbA
= NULL, *bbB = NULL;
523
if (
bbA
) {
524
bb->liveSet.setOr(&
bbA
->liveSet, &bbB->liveSet);
525
bbA
= bb;
527
bbA
= bbB;
531
bb->liveSet.setOr(&bbB->liveSet,
bbA
? &
bbA
->liveSet : NULL);
[
all
...]
Completed in 504 milliseconds