OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:byteArrays
(Results
1 - 2
of
2
) sorted by null
/external/guava/guava-tests/benchmark/com/google/common/base/
Utf8Benchmark.java
90
private byte[][]
byteArrays
;
102
byteArrays
= new byte[stringCount][];
115
byteArrays
[i] = strings[i].getBytes(Charsets.UTF_8);
127
for (byte[] byteArray :
byteArrays
) {
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
InformationElementUtilTest.java
61
* @param
byteArrays
variable number of byte arrays to concatenate
64
private static byte[] concatenateByteArrays(byte[]...
byteArrays
) throws IOException {
66
for (byte[] b :
byteArrays
) {
Completed in 94 milliseconds