OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedHash
(Results
1 - 8
of
8
) sorted by null
/external/deqp/modules/internal/
ditImageIOTests.cpp
43
ImageReadCase (tcu::TestContext& testCtx, const char* name, const char* filename, deUint32
expectedHash
)
46
, m_expectedHash (
expectedHash
)
/external/guava/guava-tests/test/com/google/common/hash/
HashingInputStreamTest.java
117
HashCode
expectedHash
= Hashing.md5().hashBytes(testBytes);
124
assertEquals(
expectedHash
, in.hash());
128
HashCode
expectedHash
= Hashing.md5().hashBytes(testBytes);
136
assertEquals(
expectedHash
, in.hash());
140
HashCode
expectedHash
= Hashing.md5().hashBytes(new byte[] {'m', 's'});
150
assertEquals(
expectedHash
, in.hash());
HashingOutputStreamTest.java
82
HashCode
expectedHash
= Hashing.md5().hashBytes(buf);
87
assertEquals(
expectedHash
, out.hash());
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
FramedLZ4CompressorInputStream.java
242
int
expectedHash
= (int) ((contentHash.getValue() >> 8) & 0xff);
244
if (headerHash !=
expectedHash
) {
305
long
expectedHash
= hash.getValue();
306
if (
expectedHash
!= ByteUtils.fromLittleEndian(checksum)) {
/external/guava/guava-tests/test/com/google/common/io/
ByteSourceTester.java
189
HashCode
expectedHash
= Hashing.md5().hashBytes(expected);
190
assertEquals(
expectedHash
, source.hash(Hashing.md5()));
/device/google/contexthub/firmware/os/core/
bl.c
327
const uint32_t *rsaKey, *osSigHash, *osSigPubkey, *ourHash, *rsaResult, *
expectedHash
= NULL;
387
expectedHash
= blExtApiSigPaddingVerify(rsaResult);
389
if (!
expectedHash
) {
405
if (memcmp(
expectedHash
, ourHash, SHA2_HASH_SIZE) != 0) {
/external/guava/guava-testlib/src/com/google/common/collect/testing/
MapInterfaceTest.java
222
int
expectedHash
=
225
assertEquals(
expectedHash
, entry.hashCode());
226
expectedEntrySetHash +=
expectedHash
;
254
int
expectedHash
= 0;
256
expectedHash
+= entry.hashCode();
258
assertEquals(
expectedHash
, map.hashCode());
[
all
...]
/external/guice/lib/build/
guava-testlib-19.0.jar
Completed in 504 milliseconds