/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 55 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/ |
D | frame_checksum_utils.py | 9 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/ |
D | video_GlitchDetection.py | 194 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/ |
D | DexMaker.java | 337 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/ |
D | sfnt.py | 238 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/ |
D | README | 6 uncompressing to RGBA these images will match the checksums in their name:
|
/external/e2fsprogs/tests/f_illitable_flexbg/ |
D | expect.1 | 10 One or more block group descriptor checksums are invalid. Fix? yes
|
/external/e2fsprogs/tests/f_unused_itable/ |
D | expect.1 | 10 One or more block group descriptor checksums are invalid. Fix? yes
|
/external/autotest/client/site_tests/graphics_GLBench/ |
D | control | 10 Test generates output images and verifies their bit accuracy using MD5 checksums
|
D | control.hwqual | 11 MD5 checksums which are stored in
|
D | control.bvt-cq | 11 generates output images and verifies their bit accuracy using MD5 checksums
|
/external/bison/build-aux/ |
D | announce-gen | 80 --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/ |
D | readme.txt | 23 such as checksums, are missing.
|
/external/curl/src/ |
D | tool_metalink.c | 744 if(fileinfo->checksums) { in new_metalinkfile() 749 for(p = fileinfo->checksums; *p; ++p) { in new_metalinkfile()
|
/external/autotest/client/tests/npb/ |
D | enable-all-tests.patch | 102 +# IN_CORE - computes all views and checksums in main memory (if there is
|
/external/skia/site/dev/testing/ |
D | testing.md | 136 the same exact .png, but have their checksums differ.
|
/external/tcpdump/tests/ |
D | TESTLIST | 195 # DCCP partial checksums tests
|
/external/bison/ |
D | maint.mk | 1331 --no-print-checksums \
|
/external/libpng/scripts/ |
D | pnglibconf.dfa | 616 # Security. The use of Adler32 and CRC32 checksums does not help significantly 618 # with the required checksums on current computer systems. Nevertheless
|
/external/bouncycastle/ |
D | README.android | 17 Check the checksum (found at http://bouncycastle.org/checksums.html) with:
|
/external/opencv3/samples/java/sbt/sbt/ |
D | sbt-launch.jar | module.properties
org/apache/ivy/Ivy$1.class
Ivy.java
package org ... |
/external/testng/ant/ |
D | ivy-2.1.0.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/LICENSE
META-INF ... |
/external/tcpdump/ |
D | CHANGES | 556 Support for computing/checking IP and UDP/TCP checksums.
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 793 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/ |
D | changelog | 656 * 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
|