HomeSort by relevance Sort by last modified time
    Searched refs:checksum (Results 26 - 50 of 597) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/
svn-unapply 74 sub checksum($);
126 sub checksum($) subroutine
131 my $checksum = Digest::MD5->new->addfile(*FILE)->hexdigest();
133 return $checksum;
199 unlink("$fullPath.orig") if -e "$fullPath.orig" && checksum($fullPath) eq checksum("$fullPath.orig");
  /external/chromium_org/third_party/jinja2/
bccache.py 61 The buckets get an internal checksum from the cache assigned and use this
66 def __init__(self, environment, key, checksum):
69 self.checksum = checksum
84 checksum = pickle.load(f)
85 if self.checksum != checksum:
95 pickle.dump(self.checksum, f, 2)
169 """Returns a checksum for the source."""
177 checksum = self.get_source_checksum(source
    [all...]
  /external/chromium_org/third_party/webrtc/modules/utility/source/
file_player_unittests.cc 61 rtc::Md5Digest checksum; local
67 checksum.Update(out, num_samples * sizeof(out[0]));
75 checksum.Finish(checksum_result, rtc::Md5Digest::kSize));
  /bionic/libc/kernel/uapi/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /development/ndk/platforms/android-L/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /external/android-clat/
Android.mk 4 LOCAL_SRC_FILES:=clatd.c dump.c checksum.c translate.c icmp.c ipv4.c ipv6.c config.c dns64.c logging.c getaddr.c netlink_callbacks.c netlink_msg.c setif.c mtu.c
33 LOCAL_SRC_FILES := clatd_test.cpp checksum.c translate.c icmp.c ipv4.c ipv6.c logging.c config.c
checksum.h 16 * checksum.h - checksum functions
32 uint16_t ip_checksum_adjust(uint16_t checksum, uint32_t old_hdr_sum, uint32_t new_hdr_sum);
  /external/kernel-headers/original/uapi/linux/
cycx_cfm.h 80 * @checksum - info + image
89 unsigned short checksum; member in struct:cycx_firmware
romfs_fs.h 28 __be32 checksum; member in struct:romfs_super_block
38 __be32 checksum; member in struct:romfs_inode
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
cycx_cfm.h 80 * @checksum - info + image
89 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
cycx_cfm.h 80 * @checksum - info + image
89 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
romfs_fs.h 41 __be32 checksum; member in struct:romfs_super_block
50 __be32 checksum; member in struct:romfs_inode
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
cycx_cfm.h 60 unsigned short checksum; member in struct:cycx_firmware
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
SDL_fbelo.c 134 int eloGetPacket(unsigned char* buffer, int* buffer_p, int* checksum, int fd) {
160 *checksum = *checksum + buffer[*buffer_p];
161 *checksum = *checksum % 256;
169 ok = (*checksum == buffer[ELO_PACKET_SIZE-1]);
170 *checksum = ELO_INIT_CHECKSUM;
424 int checksum = ELO_INIT_CHECKSUM; local
427 if(eloGetPacket(buffer, &pointer, &checksum, fd)) {
  /packages/apps/Launcher3/util/com/android/launcher3/
DecoderRing.java 235 MessageNano proto;// other types are wrapped in a checksum message
247 CRC32 checksum = new CRC32(); local
248 checksum.update(wrapper.payload);
249 if (wrapper.checksum != checksum.getValue()) {
250 System.err.println("wrapper checksum failed");
290 if (key.checksum != checkKey(key)) {
317 CRC32 checksum = new CRC32(); local
318 checksum.update(key.type);
319 checksum.update((int) (key.id & 0xffff))
    [all...]
  /external/chromium_org/sdch/open-vcdiff/src/
encodetable.h 24 #include "checksum.h"
102 virtual void AddChecksum(VCDChecksum checksum) {
104 checksum_ = checksum;
214 // If true, an Adler32 checksum of the target window data will be written as
219 // The checksum to be written to the current target window,
224 // the checksum all at once and to call AddChecksum() with that value.
  /external/chromium_org/third_party/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/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.

Completed in 1497 milliseconds

12 3 4 5 6 7 8 91011>>