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

/external/guava/guava-tests/test/com/google/common/hash/
H A DAbstractStreamingHasherTest.java33 public void testBytes() { method in class:AbstractStreamingHasherTest
/external/chromium_org/third_party/lzma_sdk/
H A D7zIn.c301 static int TestSignatureCandidate(Byte *testBytes) argument
305 if (testBytes[i] != k7zSignature[i])
/external/lzma/C/
H A D7zIn.c301 static int TestSignatureCandidate(Byte *testBytes) argument
305 if (testBytes[i] != k7zSignature[i])
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dnucnvtst.c5315 static const uint8_t testBytes[] = { 0x95, 0xcf, 0x8a, 0xb7, 0x0d, 0x0a, 0x00 }; local
5316 const char *testBuffer = (const char *)testBytes;
5317 const char *testEnd = (const char *)testBytes + sizeof(testBytes);
/external/icu/icu4c/source/test/cintltst/
H A Dnucnvtst.c5320 static const uint8_t testBytes[] = { 0x95, 0xcf, 0x8a, 0xb7, 0x0d, 0x0a, 0x00 }; local
5321 const char *testBuffer = (const char *)testBytes;
5322 const char *testEnd = (const char *)testBytes + sizeof(testBytes);

Completed in 2188 milliseconds