Home
last modified time | relevance | path

Searched full:checksums (Results 1 – 25 of 656) sorted by relevance

12345678910>>...27

/external/spdx-tools/utils/
Dverification_test.go21Checksums: []common.Checksum{{Value: "aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd", Algorith…
26Checksums: []common.Checksum{{Value: "3333333333bbbbbbbbbbccccccccccdddddddddd", Algorith…
31Checksums: []common.Checksum{{Value: "8888888888bbbbbbbbbbccccccccccdddddddddd", Algorith…
36Checksums: []common.Checksum{{Value: "2222222222bbbbbbbbbbccccccccccdddddddddd", Algorith…
41Checksums: []common.Checksum{{Value: "bbbbbbbbbbccccccccccddddddddddaaaaaaaaaa", Algorith…
62Checksums: []common.Checksum{{Value: "aaaaaaaaaabbbbbbbbbbccccccccccdddddddddd", Algorith…
67Checksums: []common.Checksum{{Value: "3333333333bbbbbbbbbbccccccccccdddddddddd", Algorith…
72Checksums: []common.Checksum{{Value: "bbbbbbbbbbccccccccccddddddddddaaaaaaaaaa", Algorith…
77Checksums: []common.Checksum{{Value: "8888888888bbbbbbbbbbccccccccccdddddddddd", Algorith…
82Checksums: []common.Checksum{{Value: "2222222222bbbbbbbbbbccccccccccdddddddddd", Algorith…
[all …]
/external/autotest/client/cros/video/
Dframe_checksum_utils.py9 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/
Dchameleon_video_capturer.py61 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 …]
Dchameleon.py945 @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/
DStringsAndChecksums.h26 // 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
DDebugChecksumsSubsection.h61 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/
Dlicensediff_test.go21Checksums: []common.Checksum{{Value: "6c92dc8bc462b6889d9b1c0bc16c54d19a2cbdd3", Algorith…
33Checksums: []common.Checksum{{Value: "066c5139bd9a43d15812ec1a1755b08ccf199824", Algorith…
45Checksums: []common.Checksum{{Value: "bd0f4863b15fad2b79b35303af54fcb5baaf7c68", Algorith…
58Checksums: []common.Checksum{{Value: "bc417a575ceae93435bcb7bfd382ac28cbdaa8b5", Algorith…
68Checksums: []common.Checksum{{Value: "bc417a575ceae93435bcb7bfd382ac28cbdaa8b5", Algorith…
81Checksums: []common.Checksum{{Value: "ba226db943bbbf455da77afab6f16dbab156d000", Algorith…
91Checksums: []common.Checksum{{Value: "b6e0ec7d085c5699b46f6f8d425413702652874d", Algorith…
104Checksums: []common.Checksum{{Value: "ba226db943bbbf455da77afab6f16dbab156d000", Algorith…
114Checksums: []common.Checksum{{Value: "b6e0ec7d085c5699b46f6f8d425413702652874d", Algorith…
260Checksums: []common.Checksum{{Value: "6c92dc8bc462b6889d9b1c0bc16c54d19a2cbdd3", Algorith…
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DStringsAndChecksums.cpp29 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()
DDebugInlineeLinesSubsection.cpp62 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()
DDebugLinesSubsection.cpp71 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/
DCodeViewYAMLDebugSections.cpp117 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/
DSPDXXMLExample-v2.2.spdx.xml185 <checksums>
188 </checksums>
189 <checksums>
192 </checksums>
193 <checksums>
196 </checksums>
262 <checksums>
265 </checksums>
280 <checksums>
283 </checksums>
[all …]
/external/icing/icing/file/
Dpersistent-storage.h78 // 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/
Ddisplay_Tearing.py45 # 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/
Dxxhsum.15 \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…
Dxxhsum.1.md1 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/
Dsearchset.go31 // 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/
DModuleSubstreamVisitor.cpp27 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/
Dsearchset.go60 // 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/
Dparse_file.go70 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/
Dparse_file.go70 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/
Dparse_file.go70 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/
Dtest_vector_test.cc66 // 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/
Dranges_manager_unittest.cc20 // 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/
DREADME.md9 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.

12345678910>>...27