Home
last modified time | relevance | path

Searched defs:checksum (Results 1 – 4 of 4) sorted by relevance

/cts/tools/dex-tools/src/dex/reader/
DDexFileReader.java36 private int checksum = 0; field in DexFileReader
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java1696 private static long checksum(ByteBuffer buf, int size) { in checksum() method in DecoderTest
1718 private static long checksum(ByteBuffer buf, int width, int height, int stride) { in checksum() method in DecoderTest
1761 private static long checksum(Image image) { in checksum() method in DecoderTest
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp199 static int checksum(const uint8_t *in, int len, AMediaFormat *format) { in checksum() function
Dcodec-utils-jni.cpp79 uint32_t checksum() { in checksum() function