OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbNull
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherSpiTest.java
132
ByteBuffer
bbNull
= null;
137
cSpi.engineUpdate(
bbNull
, bb1);
142
cSpi.engineUpdate(bb1,
bbNull
);
187
ByteBuffer
bbNull
= null;
189
cSpi.engineDoFinal(
bbNull
, bb1);
194
cSpi.engineDoFinal(bb1,
bbNull
);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherSpiTest.java
218
ByteBuffer
bbNull
= null;
223
cSpi.engineUpdate(
bbNull
, bb1);
228
cSpi.engineUpdate(bb1,
bbNull
);
273
ByteBuffer
bbNull
= null;
275
cSpi.engineDoFinal(
bbNull
, bb1);
280
cSpi.engineDoFinal(bb1,
bbNull
);
Completed in 168 milliseconds