Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 – 8 of 8) sorted by relevance

/art/test/580-crc32/src/
DMain.java35 CRC32 crc32 = new CRC32(); in CRC32Byte() local
36 crc32.update(value); in CRC32Byte()
37 return crc32.getValue(); in CRC32Byte()
41 CRC32 crc32 = new CRC32(); in CRC32BytesUsingUpdateInt() local
43 crc32.update(value); in CRC32BytesUsingUpdateInt()
45 return crc32.getValue(); in CRC32BytesUsingUpdateInt()
158 CRC32 crc32 = new CRC32(); in CRC32ByteArray() local
159 crc32.update(bytes, off, len); in CRC32ByteArray()
160 return crc32.getValue(); in CRC32ByteArray()
166 CRC32 crc32 = new CRC32(); in CRC32ByteArray() local
[all …]
/art/test/580-crc32/
DAndroid.bp3 // Build rules for ART run-test `580-crc32`.
16 name: "art-run-test-580-crc32",
21 ":art-run-test-580-crc32-expected-stdout",
22 ":art-run-test-580-crc32-expected-stderr",
28 name: "art-run-test-580-crc32-expected-stdout",
29 out: ["art-run-test-580-crc32-expected-stdout.txt"],
36 name: "art-run-test-580-crc32-expected-stderr",
37 out: ["art-run-test-580-crc32-expected-stderr.txt"],
/art/libartbase/base/
Dzip_archive_test.cc52 uint32_t computed_crc = crc32(0L, Z_NULL, 0); in TEST_F()
62 computed_crc = crc32(computed_crc, buf, bytes_read); in TEST_F()
Dzip_archive.cc45 return zip_entry_->crc32; in GetCrc32()
/art/dex2oat/linker/
Doat_writer_test.cc322 file_header.crc32 = crc32(0u, reinterpret_cast<const Bytef*>(data), size); in AddFile()
334 cdfh.crc32 = file_header.crc32; in AddFile()
375 uint32_t crc32; member
390 uint32_t crc32; member
/art/runtime/arch/arm64/
Dinstruction_set_features_arm64.cc261 features.crc32, in FromCpuFeatures()
/art/libdexfile/dex/
Ddex_file_loader.cc90 return zip_entry_->crc32; in GetCrc32()
/art/
DTEST_MAPPING866 "name": "art-run-test-580-crc32[com.google.android.art.apex]"
2053 "name": "art-run-test-580-crc32"