Searched defs:testBytes (Results 1 – 10 of 10) 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 | 281 private static void testBytes(int numBytes, long expectedCount) { in testBytes() method in Utf8Test 297 private static void testBytes(int numBytes, long expectedCount, long start, in testBytes() method in Utf8Test
|
/external/protobuf/objectivec/Tests/ |
D | GPBCodedInputStreamTests.m | 124 - (void)testBytes { method in self
|
/external/guava/guava-tests/test/com/google/common/hash/ |
D | AbstractByteHasherTest.java | 32 public void testBytes() { in testBytes() method in AbstractByteHasherTest
|
D | HashingInputStreamTest.java | 37 private static final byte[] testBytes = new byte[] {'y', 'a', 'm', 's'}; field in HashingInputStreamTest
|
D | AbstractStreamingHasherTest.java | 43 public void testBytes() { in testBytes() method in AbstractStreamingHasherTest
|
/external/lzma/C/ |
D | 7zArcIn.c | 172 static int TestSignatureCandidate(const Byte *testBytes) in TestSignatureCandidate()
|
/external/icu/icu4c/source/test/cintltst/ |
D | nucnvtst.c | 5320 static const uint8_t testBytes[] = { 0x95, 0xcf, 0x8a, 0xb7, 0x0d, 0x0a, 0x00 }; in TestJitterbug255() local
|