/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 61 ind_paths = {i : str(i) for i in self.checksums} 104 self.checksums = self.chameleon_port.get_captured_checksums() 109 del self.checksums[max_frame_count:] 113 for c in self.checksums: 120 if self.checksums[0] != self.checksums[i]: 125 self.checksums = self.checksums[first_index:] 126 return self.checksums 149 curr_checksum = self.checksums[frame_index]
|
D | chameleon.py | 960 checksums = self.get_captured_checksums() 965 total_period = (len(checksums) - frame_to_start) // self._FRAME_RATE 968 if frame_to_start >= len(checksums) or frame_to_stop >= len(checksums): 973 checksums = checksums[frame_to_start:frame_to_stop] 978 for i in range(0, len(checksums), self._FRAME_RATE): 982 if j == 0 or checksums[j] != checksums[j - 1]: 1012 checksums = self.get_captured_checksums() 1015 first_checksum = checksums[frame_to_start] 1017 for i in range(frame_to_start + 1, len(checksums) - pattern_window): 1020 if j == 0 or checksums[j] != checksums[j - 1]:
|
/external/llvm-project/llvm/utils/docker/scripts/llvm_checksum/ |
D | llvm_checksum.py | 52 checksums = ComputeLLVMChecksums(args.llvm_path, llvm_projects) 55 WriteLLVMChecksums(checksums, sys.stdout) 58 if not ValidateChecksums(reference_checksums, checksums, args.partial): 60 WriteLLVMChecksums(checksums, sys.stdout) 131 def WriteLLVMChecksums(checksums, f): argument 140 for proj in sorted(checksums.keys()): 141 f.write("{} {}\n".format(checksums[proj], proj)) 150 checksums = {} 156 checksums[proj] = checksum 157 return checksums
|
/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/tensorflow/third_party/aws/ |
D | workspace.bzl | 43 name = "aws-checksums", 45 "https://mirror.tensorflow.org/github.com/awslabs/aws-checksums/archive/v0.1.5.tar.gz", 46 "https://github.com/awslabs/aws-checksums/archive/v0.1.5.tar.gz", 49 strip_prefix = "aws-checksums-0.1.5", 50 build_file = "//third_party/aws:aws-checksums.bazel",
|
/external/llvm-project/llvm/utils/docker/ |
D | build_docker_image.sh | 44 -c|--checksums name of a file, containing checksums of llvm checkout. 45 Script will fail if checksums of the checkout do not
|
/external/mesa3d/docs/relnotes/ |
D | 18.3.1.rst | 15 SHA256 checksums 38 - docs: add sha256 checksums for 18.3.0
|
D | 17.3.5.rst | 14 SHA256 checksums 37 - docs: add sha256 checksums for 17.3.4
|
D | 12.0.1.rst | 14 SHA256 checksums 38 - docs: add sha256 checksums for 12.0.0
|
D | 12.0.3.rst | 14 SHA256 checksums 41 - docs: add sha256 checksums for 12.0.2
|
D | 10.6.7.rst | 14 SHA256 checksums 46 - docs: add sha256 checksums for 10.6.6
|
D | 11.0.2.rst | 14 SHA256 checksums 54 - docs: add sha256 checksums for 11.0.1
|
D | 17.3.6.rst | 14 SHA256 checksums 43 - docs: add sha256 checksums for 17.3.5
|
D | 18.0.3.rst | 14 SHA256 checksums 57 - docs: add sha256 checksums for 18.0.2
|
D | 10.6.3.rst | 14 SHA256 checksums 55 - docs: Add sha256 checksums for the 10.6.2 release
|
D | 17.1.8.rst | 14 SHA256 checksums 41 - docs: add sha256 checksums for 17.1.7
|
D | 17.3.2.rst | 14 SHA256 checksums 59 - docs: add sha256 checksums for 17.3.1
|
D | 11.2.1.rst | 14 SHA256 checksums 50 - docs: add sha256 checksums for 11.2.0
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 93 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 93 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function
|
/external/llvm-project/lld/COFF/ |
D | PDB.cpp | 172 DebugChecksumsSubsectionRef checksums; member in __anon613454050111::DebugSHandler 667 assert(!checksums.valid() && in handleDebugS() 669 exitOnErr(checksums.initialize(ss.getRecordData())); in handleDebugS() 724 const DebugChecksumsSubsectionRef &checksums, uint32_t fileID) { in getFileName() argument 725 auto iter = checksums.getArray().at(fileID); in getFileName() 726 if (iter == checksums.getArray().end()) in getFileName() 761 if (checksums.valid()) in finish() 793 for (FileChecksumEntry &fc : checksums) { in finish() 800 assert(checksums.getArray().getUnderlyingStream().getLength() == in finish() 1475 DebugChecksumsSubsectionRef &checksums, in findLineTable() argument [all …]
|
/external/llvm-project/llvm/utils/docker/nvidia-cuda/ |
D | Dockerfile | 17 ADD checksums /tmp/checksums
|
/external/llvm-project/llvm/utils/docker/example/ |
D | Dockerfile | 19 ADD checksums /tmp/checksums
|
/external/e2fsprogs/tests/i_bad_csum/ |
D | name | 1 run e2image on a file system with bad checksums
|
/external/fonttools/Snippets/ |
D | checksum.py | 39 Use these flags for checksums with the --ttx flag.") 43 Use these flags for checksums with the --ttx flag.")
|