/external/llvm-project/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 | 61 ind_paths = {i : str(i) for i in self.checksums} 69 save the images, gets only the checksums. 75 @return: list of checksums 104 self.checksums = self.chameleon_port.get_captured_checksums() 109 del self.checksums[max_frame_count:] 112 logging.debug("Checksums before chopping repeated ones") 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 [all …]
|
D | chameleon.py | 941 @return: a list of checksums of frames captured. 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] 975 # Count the unique checksums per second, i.e. FPS 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] [all …]
|
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 26 // If only a string table subsection is given, we find a checksums subsection. 31 const DebugChecksumsSubsectionRef &Checksums); 42 if (Strings && Checksums) in initialize() 65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 68 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() 78 const DebugChecksumsSubsectionRef *Checksums = nullptr; variable 90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums() 93 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function 96 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() 100 ChecksumsPtr Checksums; variable
|
D | DebugChecksumsSubsection.h | 61 bool valid() const { return Checksums.valid(); } 66 Iterator begin() const { return Checksums.begin(); } 67 Iterator end() const { return Checksums.end(); } 69 const FileChecksumArray &getArray() const { return Checksums; } 72 FileChecksumArray Checksums; 96 std::vector<FileChecksumEntry> Checksums;
|
D | DebugSubsectionVisitor.h | 41 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 100 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections() argument 101 StringsAndChecksumsRef State(Strings, Checksums); in visitDebugSubsections()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 26 // If only a string table subsection is given, we find a checksums subsection. 31 const DebugChecksumsSubsectionRef &Checksums); 42 if (Strings && Checksums) in initialize() 65 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } in checksums() function 68 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() 78 const DebugChecksumsSubsectionRef *Checksums = nullptr; variable 90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums() 93 const ChecksumsPtr &checksums() const { return Checksums; } in checksums() function 96 bool hasChecksums() const { return Checksums != nullptr; } in hasChecksums() 100 ChecksumsPtr Checksums; variable
|
D | DebugChecksumsSubsection.h | 61 bool valid() const { return Checksums.valid(); } 66 Iterator begin() const { return Checksums.begin(); } 67 Iterator end() const { return Checksums.end(); } 69 const FileChecksumArray &getArray() const { return Checksums; } 72 FileChecksumArray Checksums; 96 std::vector<FileChecksumEntry> Checksums;
|
D | DebugSubsectionVisitor.h | 44 virtual Error visitFileChecksums(DebugChecksumsSubsectionRef &Checksums, 103 const DebugChecksumsSubsectionRef &Checksums) { in visitDebugSubsections() argument 104 StringsAndChecksumsRef State(Strings, Checksums); in visitDebugSubsections()
|
/external/llvm-project/llvm/lib/DebugInfo/CodeView/ |
D | StringsAndChecksums.cpp | 29 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef() argument 30 : Strings(&Strings), Checksums(&Checksums) {} in StringsAndChecksumsRef() 54 Checksums = nullptr; in resetChecksums() 68 Checksums = OwnedChecksums.get(); in setChecksums() 74 if (Checksums) in initializeChecksums() 79 Checksums = OwnedChecksums.get(); in initializeChecksums()
|
D | DebugInlineeLinesSubsection.cpp | 62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument 63 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection() 108 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addExtraFile() 118 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addInlineSite()
|
D | DebugLinesSubsection.cpp | 71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection() argument 73 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection() 76 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in createBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | StringsAndChecksums.cpp | 29 const DebugChecksumsSubsectionRef &Checksums) in StringsAndChecksumsRef() argument 30 : Strings(&Strings), Checksums(&Checksums) {} in StringsAndChecksumsRef() 54 Checksums = nullptr; in resetChecksums() 68 Checksums = OwnedChecksums.get(); in setChecksums() 74 if (Checksums) in initializeChecksums() 79 Checksums = OwnedChecksums.get(); in initializeChecksums()
|
D | DebugInlineeLinesSubsection.cpp | 62 DebugChecksumsSubsection &Checksums, bool HasExtraFiles) in DebugInlineeLinesSubsection() argument 63 : DebugSubsection(DebugSubsectionKind::InlineeLines), Checksums(Checksums), in DebugInlineeLinesSubsection() 108 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addExtraFile() 118 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in addInlineSite()
|
D | DebugLinesSubsection.cpp | 71 DebugLinesSubsection::DebugLinesSubsection(DebugChecksumsSubsection &Checksums, in DebugLinesSubsection() argument 73 : DebugSubsection(DebugSubsectionKind::Lines), Checksums(Checksums) {} in DebugLinesSubsection() 76 uint32_t Offset = Checksums.mapChecksumOffset(FileName); in createBlock()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 117 std::vector<SourceFileChecksumEntry> Checksums; member 129 const DebugChecksumsSubsectionRef &Checksums, 145 const DebugChecksumsSubsectionRef &Checksums, 321 IO.mapRequired("Checksums", Checksums); in map() 406 for (const auto &CS : Checksums) { in toCodeViewSubsection() 417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection() 448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() argument 557 auto Iter = Checksums.getArray().at(FileID); in getFileName() 558 if (Iter == Checksums.getArray().end()) in getFileName() [all …]
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLDebugSections.cpp | 117 std::vector<SourceFileChecksumEntry> Checksums; member 129 const DebugChecksumsSubsectionRef &Checksums, 145 const DebugChecksumsSubsectionRef &Checksums, 321 IO.mapRequired("Checksums", Checksums); in map() 406 for (const auto &CS : Checksums) { in toCodeViewSubsection() 417 std::make_shared<DebugLinesSubsection>(*SC.checksums(), *SC.strings()); in toCodeViewSubsection() 448 *SC.checksums(), InlineeLines.HasExtraFiles); in toCodeViewSubsection() 556 const DebugChecksumsSubsectionRef &Checksums, uint32_t FileID) { in getFileName() argument 557 auto Iter = Checksums.getArray().at(FileID); in getFileName() 558 if (Iter == Checksums.getArray().end()) in getFileName() [all …]
|
/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 124 -c|--checksums) 187 mkdir "$BUILD_DIR/checksums" 189 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 | 66 // Read correct md5 checksums. in DecompressedFrameHook() 93 << "Md5 checksums don't match: frame number = " << frame_number; in DecompressedFrameHook() 103 // The md5 checksums are computed for each frame in the video file. If md5 104 // checksums match the correct md5 data, then the test is passed. Otherwise,
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeInlineSiteSymbol.cpp | 141 Expected<DebugChecksumsSubsectionRef> Checksums = in findInlineeLinesByVA() local 143 if (!Checksums) { in findInlineeLinesByVA() 144 consumeError(Checksums.takeError()); in findInlineeLinesByVA() 165 auto ChecksumIter = Checksums->getArray().at(FileChecksumOffset); in findInlineeLinesByVA()
|
/external/mesa3d/.gitlab-ci/tracie/ |
D | README.md | 9 with their expected image checksums on each device, and optionally from where to 36 adding an entry to the `traces` list. The reference checksums can be calculated 81 calculate the checksums, see the section describing the trace definition 103 against reference checksums.
|