Home
last modified time | relevance | path

Searched refs:checksums (Results 1 – 25 of 42) sorted by relevance

12

/external/autotest/client/cros/chameleon/
Dchameleon_video_capturer.py55 ind_paths = {i : str(i) for i in self.checksums}
98 self.checksums = self.chameleon_port.get_captured_checksums()
103 del self.checksums[max_frame_count:]
107 for c in self.checksums:
114 if self.checksums[0] != self.checksums[i]:
119 self.checksums = self.checksums[first_index:]
120 return self.checksums
143 curr_checksum = self.checksums[frame_index]
/external/autotest/client/cros/video/
Dframe_checksum_utils.py9 def checksum_counts(checksums): argument
18 for checksum in checksums:
27 def checksum_indices(checksums): argument
37 for i, checksum in enumerate(checksums):
/external/autotest/client/site_tests/video_GlitchDetection/
Dvideo_GlitchDetection.py194 def overreach_frame_counts(self, checksums, max_frame_repeat_count): argument
207 counts = frame_checksum_utils.checksum_counts(checksums)
227 checksums = []
231 checksums.append(checksum)
232 return checksums
/external/dexmaker/src/main/java/com/google/dexmaker/
DDexMaker.java337 int[] checksums = new int[typesKeySet.size()]; in generateFileName() local
345 checksums[i++] = 31 * decl.supertype.hashCode() + methodSet.hashCode(); in generateFileName()
348 Arrays.sort(checksums); in generateFileName()
350 for (int sum : checksums) { in generateFileName()
/external/fonttools/Lib/fontTools/ttLib/
Dsfnt.py238 checksums = []
240 checksums.append(self.tables[tags[i]].checkSum)
258 checksums.append(calcChecksum(directory))
259 checksum = sum(checksums) & 0xffffffff
/external/autotest/client/deps/glbench-images/
DREADME6 uncompressing to RGBA these images will match the checksums in their name:
/external/e2fsprogs/tests/f_illitable_flexbg/
Dexpect.110 One or more block group descriptor checksums are invalid. Fix? yes
/external/e2fsprogs/tests/f_unused_itable/
Dexpect.110 One or more block group descriptor checksums are invalid. Fix? yes
/external/autotest/client/site_tests/graphics_GLBench/
Dcontrol10 Test generates output images and verifies their bit accuracy using MD5 checksums
Dcontrol.hwqual11 MD5 checksums which are stored in
Dcontrol.bvt-cq11 generates output images and verifies their bit accuracy using MD5 checksums
/external/bison/build-aux/
Dannounce-gen80 --no-print-checksums do not emit MD5 or SHA1 checksums
155 print "Here are the MD5 and SHA1 checksums:\n";
397 'print-checksums!' => \$print_checksums_p,
/external/zlib/src/contrib/pascal/
Dreadme.txt23 such as checksums, are missing.
/external/curl/src/
Dtool_metalink.c744 if(fileinfo->checksums) { in new_metalinkfile()
749 for(p = fileinfo->checksums; *p; ++p) { in new_metalinkfile()
/external/autotest/client/tests/npb/
Denable-all-tests.patch102 +# IN_CORE - computes all views and checksums in main memory (if there is
/external/skia/site/dev/testing/
Dtesting.md136 the same exact .png, but have their checksums differ.
/external/tcpdump/tests/
DTESTLIST195 # DCCP partial checksums tests
/external/bison/
Dmaint.mk1331 --no-print-checksums \
/external/libpng/scripts/
Dpnglibconf.dfa616 # Security. The use of Adler32 and CRC32 checksums does not help significantly
618 # with the required checksums on current computer systems. Nevertheless
/external/bouncycastle/
DREADME.android17 Check the checksum (found at http://bouncycastle.org/checksums.html) with:
/external/opencv3/samples/java/sbt/sbt/
Dsbt-launch.jarmodule.properties org/apache/ivy/Ivy$1.class Ivy.java package org ...
/external/testng/ant/
Divy-2.1.0.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/external/tcpdump/
DCHANGES556 Support for computing/checking IP and UDP/TCP checksums.
/external/e2fsprogs/
DRELEASE-NOTES793 incorrect block group checksums.
1477 E2fsck will not try to set the block group checksums if the user
1479 checksums if e2fsck hasn't been completed, and it often results an the
1742 checksums, instead of once for each corrupted block group's checksum.
2131 Tune2fs now updates the block group checksums when changing the UUID
2525 group checksums even though the uninit_bg/gdt_sum feature was not
2687 support for checking journal checksums. Debugfs will print new
/external/e2fsprogs/debian/
Dchangelog656 * E2fsck will now longer try to set the block group checksums if it
778 ones for multiple bad block group checksums, or when an inode
975 * Tune2fs now updates the block group checksums after changing the

12