| /external/spdx-tools/utils/ | 
| D | verification_test.go | 21 …Checksums:          []common.Checksum{{Value: "aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd", Algorith… 26 …Checksums:          []common.Checksum{{Value: "3333333333bbbbbbbbbbccccccccccdddddddddd", Algorith… 31 …Checksums:          []common.Checksum{{Value: "8888888888bbbbbbbbbbccccccccccdddddddddd", Algorith… 36 …Checksums:          []common.Checksum{{Value: "2222222222bbbbbbbbbbccccccccccdddddddddd", Algorith… 41 …Checksums:          []common.Checksum{{Value: "bbbbbbbbbbccccccccccddddddddddaaaaaaaaaa", Algorith… 62 …Checksums:          []common.Checksum{{Value: "aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd", Algorith… 67 …Checksums:          []common.Checksum{{Value: "3333333333bbbbbbbbbbccccccccccdddddddddd", Algorith… 72 …Checksums:          []common.Checksum{{Value: "bbbbbbbbbbccccccccccddddddddddaaaaaaaaaa", Algorith… 77 …Checksums:          []common.Checksum{{Value: "8888888888bbbbbbbbbbccccccccccdddddddddd", Algorith… 82 …Checksums:          []common.Checksum{{Value: "2222222222bbbbbbbbbbccccccccccdddddddddd", Algorith… [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 | 945         @return: a list of checksums of frames captured. 964         checksums = self.get_captured_checksums() 969             total_period = (len(checksums) - frame_to_start) // self._FRAME_RATE 972         if frame_to_start >= len(checksums) or frame_to_stop >= len(checksums): 977         checksums = checksums[frame_to_start:frame_to_stop] 979         # Count the unique checksums per second, i.e. FPS 982         for i in range(0, len(checksums), self._FRAME_RATE): 986                 if j == 0 or checksums[j] != checksums[j - 1]: 1016         checksums = self.get_captured_checksums() 1019         first_checksum = checksums[frame_to_start] [all …] 
 | 
| /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;
  | 
| /external/spdx-tools/licensediff/ | 
| D | licensediff_test.go | 21 …Checksums:          []common.Checksum{{Value: "6c92dc8bc462b6889d9b1c0bc16c54d19a2cbdd3", Algorith… 33 …Checksums:          []common.Checksum{{Value: "066c5139bd9a43d15812ec1a1755b08ccf199824", Algorith… 45 …Checksums:          []common.Checksum{{Value: "bd0f4863b15fad2b79b35303af54fcb5baaf7c68", Algorith… 58 …Checksums:          []common.Checksum{{Value: "bc417a575ceae93435bcb7bfd382ac28cbdaa8b5", Algorith… 68 …Checksums:          []common.Checksum{{Value: "bc417a575ceae93435bcb7bfd382ac28cbdaa8b5", Algorith… 81 …Checksums:          []common.Checksum{{Value: "ba226db943bbbf455da77afab6f16dbab156d000", Algorith… 91 …Checksums:          []common.Checksum{{Value: "b6e0ec7d085c5699b46f6f8d425413702652874d", Algorith… 104 …Checksums:          []common.Checksum{{Value: "ba226db943bbbf455da77afab6f16dbab156d000", Algorith… 114 …Checksums:          []common.Checksum{{Value: "b6e0ec7d085c5699b46f6f8d425413702652874d", Algorith… 260 …Checksums:          []common.Checksum{{Value: "6c92dc8bc462b6889d9b1c0bc16c54d19a2cbdd3", Algorith… [all …] 
 | 
| /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/spdx-tools/examples/sample-docs/xml/ | 
| D | SPDXXMLExample-v2.2.spdx.xml | 185     <checksums> 188     </checksums> 189     <checksums> 192     </checksums> 193     <checksums> 196     </checksums> 262     <checksums> 265     </checksums> 280     <checksums> 283     </checksums> [all …] 
 | 
| /external/icing/icing/file/ | 
| D | persistent-storage.h | 78 //       UpdateChecksums for all composite storages and XOR all checksums. 79 //     - crcs(): provide the reference for PersistentStorage to write checksums. 134   // Initializes new persistent storage. It computes the initial checksums and 161   // - Validate checksums. 184   // 2) Updates all checksums by new data. 204   // Updates checksums of all components and returns the overall crc (all_crc) 256   // usually we XOR their checksums together to a single checksum. 287   // Updates checksums of all components and returns the overall crc (all_crc) 297     // Compute and update storages + info checksums.  in UpdateChecksumsInternal() 308   // Validates all checksums of the persistent storage.
  | 
| /external/autotest/server/site_tests/display_Tearing/ | 
| D | display_Tearing.py | 45     #    checksums is weak, so it is possible to encounter 83         """Makes checksum table, which maps checksums into colors. 103             logging.info('Color %d has checksums %r', (color, checksum)) 117         @return (A list of checksums of captured frames, 138                 their checksums. 140         @param captured_checksums: A list of checksums of captured 142         @param checksum_table: A dictionary of reasonable checksums.
  | 
| /external/rust/crates/grpcio-sys/grpc/third_party/xxhash/ | 
| D | xxhsum.1 | 5 \fBxxhsum\fR \- print or check xxHash non\-cryptographic checksums 14 Print or check xxHash (32, 64 or 128 bits) checksums\. When no \fIFILE\fR, read standard input, exc… 48 \fBThe following four options are useful only when verifying checksums (\fB\-c\fR)\fR 60 Return an error code if any line in the file is invalid, not just if some checksums are wrong\. Thi…
  | 
| D | xxhsum.1.md | 1 xxhsum(1) -- print or check xxHash non-cryptographic checksums 18 Print or check xxHash (32, 64 or 128 bits) checksums. 54 **The following four options are useful only when verifying checksums (`-c`)** 64   not just if some checksums are wrong.
  | 
| /external/licenseclassifier/v2/ | 
| D | searchset.go | 31 	// Hashes is a map of checksums to a range of tokens. 33 	// Checksums is a list of checksums ordered from longest range to 35 	Checksums []uint32  member 36 	// ChecksumRanges are the token ranges for the above checksums. 65 	checksums, tokenRanges := generateHashes(h, q, s.Tokens, s.dict) 69 		Checksums:      checksums, 119 	for i := 0; i < len(s.Checksums); i++ { 121 			checksum: s.Checksums[i],
  | 
| /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/licenseclassifier/stringclassifier/searchset/ | 
| D | searchset.go | 60 	// Hashes is a map of checksums to a range of tokens. 62 	// Checksums is a list of checksums ordered from longest range to 64 	Checksums []uint32  member 65 	// ChecksumRanges are the token ranges for the above checksums. 87 	checksums, tokenRanges := toks.GenerateHashes(h, func(a, b int) int { 96 		Checksums:      checksums, 109 	for i := 0; i < len(s.Checksums); i++ { 111 			checksum: s.Checksums[i],
  | 
| /external/spdx-tools/tvloader/parser2v1/ | 
| D | parse_file.go | 70 		if parser.file.Checksums == nil { 71 			parser.file.Checksums = []common.Checksum{} 76 …parser.file.Checksums = append(parser.file.Checksums, common.Checksum{Algorithm: algorithm, Value:…
  | 
| /external/spdx-tools/tvloader/parser2v2/ | 
| D | parse_file.go | 70 		if parser.file.Checksums == nil { 71 			parser.file.Checksums = []common.Checksum{} 84 …parser.file.Checksums = append(parser.file.Checksums, common.Checksum{Algorithm: algorithm, Value:…
  | 
| /external/spdx-tools/tvloader/parser2v3/ | 
| D | parse_file.go | 70 		if parser.file.Checksums == nil { 71 			parser.file.Checksums = []common.Checksum{} 92 …parser.file.Checksums = append(parser.file.Checksums, common.Checksum{Algorithm: algorithm, Value:…
  | 
| /external/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/cronet/base/metrics/ | 
| D | ranges_manager_unittest.cc | 20   // their checksums. Checksums are used to validate integrity (and test for  in TEST() 63   // checksum. Checksums are used to validate integrity (and test for  in TEST()
  | 
| /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.
  |