Searched refs:testBytes (Results 1 - 3 of 3) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
H A DSHA1PRNG_SecureRandomTest.java114 byte testBytes[] = null;
121 testBytes = new byte[i];
124 test.nextBytes(testBytes);
129 " refBytes[j]=" + refBytes[j] + " testBytes[j]=" + testBytes[j],
130 refBytes[j] == testBytes[j] );
134 test.setSeed(testBytes);
151 byte testBytes[] = null;
158 testBytes = new byte[i];
161 test.nextBytes(testBytes);
[all...]
/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java33 public void testBytes() { method in class:AbstractStreamingHasherTest
/external/icu4c/test/cintltst/
H A Dnucnvtst.c5332 static const uint8_t testBytes[] = { 0x95, 0xcf, 0x8a, 0xb7, 0x0d, 0x0a, 0x00 }; local
5333 const char *testBuffer = (const char *)testBytes;
5334 const char *testEnd = (const char *)testBytes + sizeof(testBytes);

Completed in 635 milliseconds