/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/ |
D | llvm_checksum.py | 2 """ A small program to compute checksums of LLVM checkout. 26 help="read checksums from reference_file and " + 27 "check they match checksums of llvm_path.") 52 checksums = ComputeLLVMChecksums(args.llvm_path, llvm_projects) 55 WriteLLVMChecksums(checksums, sys.stdout) 58 if not ValidateChecksums(reference_checksums, checksums, args.partial): 59 sys.stdout.write("Checksums differ.\nNew checksums:\n") 60 WriteLLVMChecksums(checksums, sys.stdout) 61 sys.stdout.write("Reference checksums:\n") 65 sys.stdout.write("Checksums match.") [all …]
|
/external/autotest/client/cros/video/ |
D | frame_checksum_utils.py | 9 def checksum_counts(checksums): argument 11 @param checksums: list of checksums, each checksum in a 4-tuple of ints 12 @returns a dictionary of checksums as keys mapped to their respective 18 for checksum in checksums: 27 def checksum_indices(checksums): argument 29 @param checksums: list of checksums. 30 @returns an OrderedDict containing checksums as keys and their respective 37 for i, checksum in enumerate(checksums):
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_video_capturer.py | 55 ind_paths = {i : str(i) for i in self.checksums} 63 save the images, gets only the checksums. 69 @return: list of checksums 98 self.checksums = self.chameleon_port.get_captured_checksums() 103 del self.checksums[max_frame_count:] 106 logging.debug("Checksums before chopping repeated ones") 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 [all …]
|
D | chameleon.py | 786 @return: a list of checksums of frames captured. 805 checksums = self.get_captured_checksums() 810 total_period = (len(checksums) - frame_to_start) / self._FRAME_RATE 813 if frame_to_start >= len(checksums) or frame_to_stop >= len(checksums): 818 checksums = checksums[frame_to_start:frame_to_stop] 820 # Count the unique checksums per second, i.e. FPS 823 for i in xrange(0, len(checksums), self._FRAME_RATE): 827 if j == 0 or checksums[j] != checksums[j - 1]: 857 checksums = self.get_captured_checksums() 860 first_checksum = checksums[frame_to_start] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 27 // If only a string table subsection is given, we find a checksums subsection. 32 const DebugChecksumsSubsectionRef &Checksums); 43 if (Strings && Checksums) in initialize() 66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 69 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() 79 const DebugChecksumsSubsectionRef *Checksums = nullptr; variable 91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums() 94 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function 97 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() 101 ChecksumsPtr Checksums; variable
|
D | DebugChecksumsSubsection.h | 62 bool valid() const { return Checksums.valid(); } 67 Iterator begin() const { return Checksums.begin(); } 68 Iterator end() const { return Checksums.end(); } 70 const FileChecksumArray &getArray() const { return Checksums; } 73 FileChecksumArray Checksums; 97 std::vector<FileChecksumEntry> Checksums;
|
D | DebugSubsectionVisitor.h | 45 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 104 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections() argument 105 StringsAndChecksumsRef State(Strings, Checksums); in visitDebugSubsections()
|
D | DebugLinesSubsection.h | 42 // checksums buffer. The checksum entry then 117 DebugLinesSubsection(DebugChecksumsSubsection &Checksums, 139 DebugChecksumsSubsection &Checksums;
|
/external/autotest/client/site_tests/video_GlitchDetection/ |
D | video_GlitchDetection.py | 109 if not overreach_counts: # no checksums exceeded threshold 117 'tries. Checksums: %s' % (constants.NUM_CAPTURE_TRIES, 122 # produces unique checksums mapped to their occur. indices 163 msg = ('Expecting about %d checksums, received %d. ' 207 def overreach_frame_counts(self, checksums, max_frame_repeat_count): argument 211 @param checksums: list of frame checksums received from chameleon. 213 @return : dictionary, checksums and their counts 220 counts = frame_checksum_utils.checksum_counts(checksums) 240 checksums = [] 244 checksums.append(checksum) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/ |
D | StringsAndChecksums.cpp | 30 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef() argument 31 : Strings(&Strings), Checksums(&Checksums) {} in StringsAndChecksumsRef() 55 Checksums = nullptr; in resetChecksums() 69 Checksums = OwnedChecksums.get(); in setChecksums() 75 if (Checksums) in initializeChecksums() 80 Checksums = OwnedChecksums.get(); in initializeChecksums()
|
D | DebugInlineeLinesSubsection.cpp | 63 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument 64 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection() 109 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addExtraFile() 119 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addInlineSite()
|
D | DebugLinesSubsection.cpp | 72 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection() argument 74 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection() 77 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in createBlock()
|
D | DebugChecksumsSubsection.cpp | 53 if (auto EC = Reader.readArray(Checksums, Reader.bytesRemaining())) in initialize() 80 Checksums.push_back(Entry); in addChecksum() 96 for (const auto &FC : Checksums) { in commit()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 118 std::vector<SourceFileChecksumEntry> Checksums; member 130 const DebugChecksumsSubsectionRef &Checksums, 146 const DebugChecksumsSubsectionRef &Checksums, 322 IO.mapRequired("Checksums", Checksums); in map() 407 for (const auto &CS : Checksums) { in toCodeViewSubsection() 418 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection() 449 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 557 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() argument 558 auto Iter = Checksums.getArray().at(FileID); in getFileName() 559 if (Iter == Checksums.getArray().end()) in getFileName() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/ |
D | build_docker_image.sh | 45 -c|--checksums name of a file, containing checksums of llvm checkout. 46 Script will fail if checksums of the checkout do not 125 -c|--checksums) 188 mkdir "$BUILD_DIR/checksums" 190 cp "$CHECKSUMS_FILE" "$BUILD_DIR/checksums/checksums.txt"
|
/external/autotest/server/site_tests/display_Tearing/ |
D | display_Tearing.py | 44 # checksums is weak, so it is possible to encounter 82 """Makes checksum table, which maps checksums into colors. 102 logging.info('Color %d has checksums %r', (color, checksum)) 116 @return (A list of checksums of captured frames, 137 their checksums. 139 @param captured_checksums: A list of checksums of captured 141 @param checksum_table: A dictionary of reasonable checksums.
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | ModuleSubstreamVisitor.cpp | 27 StreamRef Data, const FileChecksumArray &Checksums) { in visitFileChecksums() argument 78 FileChecksumArray Checksums; in visitModuleSubstream() local 79 if (auto EC = Reader.readArray(Checksums, Reader.bytesRemaining())) in visitModuleSubstream() 81 return V.visitFileChecksums(R.getRecordData(), Checksums); in visitModuleSubstream()
|
/external/libaom/libaom/test/ |
D | test_vector_test.cc | 65 // Read correct md5 checksums. in DecompressedFrameHook() 92 << "Md5 checksums don't match: frame number = " << frame_number; in DecompressedFrameHook() 102 // The md5 checksums are computed for each frame in the video file. If md5 103 // checksums match the correct md5 data, then the test is passed. Otherwise,
|
/external/libvpx/libvpx/test/ |
D | test_vector_test.cc | 66 // Read correct md5 checksums. in DecompressedFrameHook() 77 << "Md5 checksums don't match: frame number = " << frame_number; in DecompressedFrameHook() 89 // The md5 checksums are computed for each frame in the video file. If md5 90 // checksums match the correct md5 data, then the test is passed. Otherwise,
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/ |
D | FramedLZ4CompressorOutputStream.java | 95 * checksum, disabled block checksums and independent blocks. 104 * disabled block checksums and independent blocks. 113 * disabled block checksums and independent blocks. 128 * Note that block checksums are not supported by the lz4 146 * Note that block checksums are not supported by the lz4
|
/external/scapy/.appveyor/ |
D | InstallNpcap.ps1 | 12 echo "Checksums does NOT match !" 15 echo "Checksums matches !"
|
D | InstallWindump.ps1 | 21 echo "Checksums does NOT match !" 24 echo "Checksums matches !"
|
/external/iproute2/man/man8/ |
D | tc-csum.8 | 32 commonly used to fix incorrect checksums after the 58 packets, both IP and UDP checksums have to be recalculated:
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/ |
D | checkout.sh | 163 CHECKSUMS_FILE="/tmp/checksums/checksums.txt" 166 echo "Validating checksums for LLVM checkout..."
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/nvidia-cuda/ |
D | Dockerfile | 18 ADD checksums /tmp/checksums
|