HomeSort by relevance Sort by last modified time
    Searched refs:checksums (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/autotest/client/cros/video/
frame_checksum_utils.py 9 def checksum_counts(checksums):
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):
29 @param checksums: list of checksums.
30 @returns an OrderedDict containing checksums as keys and their respective
37 for i, checksum in enumerate(checksums)
    [all...]
  /dalvik/dx/tests/127-merge-stress/
run 35 checksums=()
56 if [[ "$checksums[$checksum]" == "$checksum" ]]; then
59 checksums[$checksum]=$checksum
  /external/autotest/client/cros/chameleon/
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:
    [all...]
chameleon.py 750 @return: a list of checksums of frames captured.
769 checksums = self.get_captured_checksums()
774 total_period = (len(checksums) - frame_to_start) / self._FRAME_RATE
777 if frame_to_start >= len(checksums) or frame_to_stop >= len(checksums):
782 checksums = checksums[frame_to_start:frame_to_stop]
784 # Count the unique checksums per second, i.e. FPS
787 for i in xrange(0, len(checksums), self._FRAME_RATE):
791 if j == 0 or checksums[j] != checksums[j - 1]
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 32 // If only a string table subsection is given, we find a checksums subsection.
37 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 32 // If only a string table subsection is given, we find a checksums subsection.
37 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 32 // If only a string table subsection is given, we find a checksums subsection.
37 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 32 // If only a string table subsection is given, we find a checksums subsection.
37 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
93 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
StringsAndChecksums.h 27 // If only a string table subsection is given, we find a checksums subsection.
32 const DebugChecksumsSubsectionRef &Checksums);
43 if (Strings && Checksums)
66 const DebugChecksumsSubsectionRef &checksums() const { return *Checksums; } function in class:llvm::codeview::StringsAndChecksumsRef
69 bool hasChecksums() const { return Checksums != nullptr; }
79 const DebugChecksumsSubsectionRef *Checksums = nullptr;
91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; }
94 const ChecksumsPtr &checksums() const { return Checksums; } function in class:llvm::codeview::StringsAndChecksums
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-connector-basic/1.0.2.v20150114/
aether-connector-basic-1.0.2.v20150114.jar 
  /external/autotest/client/site_tests/video_GlitchDetection/
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):
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 = [
    [all...]
  /art/runtime/dex/
art_dex_file_loader_test.cc 64 std::vector<uint32_t> checksums; local
69 &checksums,
72 ASSERT_EQ(1U, checksums.size());
73 EXPECT_EQ(java_lang_dex_file_->GetLocationChecksum(), checksums[0]);
78 std::vector<uint32_t> checksums; local
82 &checksums,
87 ASSERT_EQ(2U, checksums.size());
90 EXPECT_EQ(dexes[0]->GetLocationChecksum(), checksums[0]);
93 EXPECT_EQ(dexes[1]->GetLocationChecksum(), checksums[1]);
art_dex_file_loader.h 41 // Returns the checksums of a file for comparison with GetLocationChecksum().
49 // Return true if the checksums could be found, false otherwise.
51 std::vector<uint32_t>* checksums,
  /art/runtime/
dex2oat_environment_test.h 70 std::vector<uint32_t> checksums; variable
79 dex_file_loader.GetMultiDexChecksums(GetStrippedDexSrc1().c_str(), &checksums, &error_msg))
165 // image checksums in the oat_file_assistant_tests.
class_loader_context.cc 127 class_loader_chain_.back().checksums.push_back(checksum);
259 info.checksums.clear();
263 info.checksums.push_back(dex->GetLocationChecksum());
373 // dex2oat does not need the checksums.
636 info.checksums.push_back(dex_file->GetLocationChecksum());
724 DCHECK_EQ(info.classpath.size(), info.checksums.size());
725 DCHECK_EQ(expected_info.classpath.size(), expected_info.checksums.size());
    [all...]
class_loader_context.h 95 // This is the same as EncodeContextForOatFile but without adding the checksums
111 // Checksums are only verified if verify_checksums is true.
158 // The list of class path elements checksums.
159 // May be empty if the checksums are not given when the context is created.
160 std::vector<uint32_t> checksums; member in struct:art::ClassLoaderContext::ClassLoaderInfo
208 // together with their checksums.
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
DexMaker.java 346 int[] checksums = new int[typesKeySet.size()]; local
354 checksums[i++] = 31 * decl.supertype.hashCode() + methodSet.hashCode();
357 Arrays.sort(checksums);
359 for (int sum : checksums) {
  /art/libdexfile/dex/
dex_file_loader.h 99 // Returns the checksums of a file for comparison with GetLocationChecksum().
107 // Return true if the checksums could be found, false otherwise.
109 std::vector<uint32_t>* checksums,

Completed in 3842 milliseconds

1 2 3