HomeSort by relevance Sort by last modified time
    Searched defs:UpdateChecksum (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_checksum.cpp 104 UpdateChecksum(true);
134 UpdateChecksum(false);
164 UpdateChecksum(false);
174 UpdateChecksum(false);
186 UpdateChecksum(false);
192 void CXFA_SAXReaderHandler::UpdateChecksum(bool bCheckSpace) {
226 bool CXFA_ChecksumContext::UpdateChecksum(
  /art/runtime/
oat.cc 158 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
159 UpdateChecksum(&instruction_set_features_bitmap_, sizeof(instruction_set_features_bitmap_));
160 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));
161 UpdateChecksum(&image_file_location_oat_checksum_, sizeof(image_file_location_oat_checksum_));
162 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
165 UpdateChecksum(&key_value_store_size_, sizeof(key_value_store_size_));
169 UpdateChecksum(&key_value_store_, key_value_store_size_);
172 UpdateChecksum(&executable_offset_, sizeof(executable_offset_));
173 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_,
175 UpdateChecksum(&interpreter_to_compiled_code_bridge_offset_
    [all...]

Completed in 927 milliseconds