OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:byteBuff
(Results
1 - 2
of
2
) sorted by null
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java
613
ByteBuffer
byteBuff
= ByteBuffer.allocate(0);
624
macs[i].update(
byteBuff
);
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
MacTest.java
636
ByteBuffer
byteBuff
= ByteBuffer.allocate(0);
647
macs[i].update(
byteBuff
);
Completed in 81 milliseconds