HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 51 - 75 of 790) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /external/deqp/external/
fetch_sources.py 52 def __init__(self, url, filename, checksum, baseDir, extractDir = "src", postExtract=None):
56 self.checksum = checksum
80 return computeChecksum(readFile(archiveFile)) == self.checksum
89 checksum = computeChecksum(data)
92 if checksum != self.checksum:
93 raise Exception("Checksum mismatch for %s, exepected %s, got %s" % (self.filename, self.checksum, checksum))
    [all...]
  /art/runtime/jit/
offline_profiling_info.cc 168 sizeof(uint32_t); // checksum
224 AddUintToBuffer(&buffer, dex_data.checksum); // uint32_t
243 uint32_t checksum) {
246 info_it = info_.Put(dex_location, DexFileData(checksum));
248 if (info_it->second.checksum != checksum) {
249 LOG(WARNING) << "Checksum mismatch for dex " << dex_location;
257 const uint32_t checksum = classes.GetLocationChecksum(); local
258 DexFileData* const data = GetOrAddDexFileData(dex_location, checksum);
267 uint32_t checksum,
    [all...]
  /bionic/libc/kernel/uapi/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /development/ndk/platforms/android-21/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /external/autotest/server/site_tests/display_Tearing/
display_Tearing.py 64 """Gets the frame checksum of the full screen of the given color.
68 @return The frame checksum mentioned above, which is a tuple.
77 # Gets the checksum of the last one image.
82 """Makes checksum table, which maps checksums into colors.
87 x is the checksum of the full screen of pure color y.
98 checksum = self._get_single_color_checksum(chameleon_port, color)
99 if checksum in checksum_table:
101 checksum_table[checksum] = color
102 logging.info('Color %d has checksums %r', (color, checksum))
144 for checksum in captured_checksums
    [all...]
  /external/kernel-headers/original/uapi/linux/
romfs_fs.h 28 __be32 checksum; member in struct:romfs_super_block
38 __be32 checksum; member in struct:romfs_inode
  /external/sfntly/cpp/src/sfntly/table/
header.h 33 Header(int32_t tag, int64_t checksum, int32_t offset, int32_t length);
61 // Get the checksum for the table as recorded in the table record header.
62 int64_t checksum() { return checksum_; } function in class:sfntly::Header
64 // Is the checksum valid. The checksum will not be valid if the table was
66 // Note that this does *NOT* check the validity of the checksum against
67 // the calculated checksum for the table data.
  /external/skia/src/utils/
SkWhitelistTypefaces.cpp 172 uint32_t checksum = compute_checksum(tf); local
173 if (whitelist[whitelistIndex].fChecksum != checksum) {
176 SkDebugf("!!! checksum changed !!!\n");
178 SkDebugf("checksum updated\n");
179 SkDebugf(" { \"%s\", 0x%08x },\n", fontName, checksum);
181 whitelist[whitelistIndex].fChecksum = checksum;
210 uint32_t checksum = compute_checksum(tf); local
211 if (whitelist[i].fChecksum != checksum) {
265 uint32_t checksum = compute_checksum(tf); local
266 line.printf(checksumEntry, fontName, checksum);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
romfs_fs.h 28 __be32 checksum; member in struct:romfs_super_block
38 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-23/arch-arm/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-23/arch-arm64/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-23/arch-mips/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-23/arch-mips64/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/linux/
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode

Completed in 1135 milliseconds

1 23 4 5 6 7 8 91011>>