Searched defs:testBytes (Results 1 – 9 of 9) sorted by relevance
/external/guava/guava-tests/benchmark/com/google/common/hash/ |
D | HashFunctionBenchmark.java | 47 private byte[] testBytes; field in HashFunctionBenchmark
|
D | ChecksumBenchmark.java | 43 private byte[] testBytes; field in ChecksumBenchmark
|
D | MessageDigestAlgorithmBenchmark.java | 90 private byte[] testBytes; field in MessageDigestAlgorithmBenchmark
|
/external/guava/guava-tests/test/com/google/common/base/ |
D | Utf8Test.java | 282 private static void testBytes(int numBytes, long expectedCount) { in testBytes() method in Utf8Test 298 private static void testBytes(int numBytes, long expectedCount, long start, in testBytes() method in Utf8Test
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 33 public void testBytes() { in testBytes() method in AbstractByteHasherTest
|
D | HashingInputStreamTest.java | 36 private static final byte[] testBytes = new byte[] {'y', 'a', 'm', 's'}; field in HashingInputStreamTest
|
D | AbstractStreamingHasherTest.java | 44 public void testBytes() { in testBytes() method in AbstractStreamingHasherTest
|
/external/lzma/C/ |
D | 7zIn.c | 301 static int TestSignatureCandidate(Byte *testBytes) in TestSignatureCandidate()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 5318 static const uint8_t testBytes[] = { 0x95, 0xcf, 0x8a, 0xb7, 0x0d, 0x0a, 0x00 }; in TestJitterbug255() local
|