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

  /external/pdfium/xfa/src/fxfa/src/app/
xfa_checksum.cpp 18 UpdateChecksum(TRUE);
47 UpdateChecksum(FALSE);
76 UpdateChecksum(FALSE);
86 UpdateChecksum(FALSE);
98 UpdateChecksum(FALSE);
104 void CXFA_SAXReaderHandler::UpdateChecksum(FX_BOOL bCheckSpace) {
141 FX_BOOL CXFA_ChecksumContext::UpdateChecksum(IFX_FileRead* pSrcFile,
  /art/runtime/
oat.cc 153 UpdateChecksum(&instruction_set_, sizeof(instruction_set_));
154 UpdateChecksum(&instruction_set_features_bitmap_, sizeof(instruction_set_features_bitmap_));
155 UpdateChecksum(&dex_file_count_, sizeof(dex_file_count_));
156 UpdateChecksum(&image_file_location_oat_checksum_, sizeof(image_file_location_oat_checksum_));
157 UpdateChecksum(&image_file_location_oat_data_begin_, sizeof(image_file_location_oat_data_begin_));
160 UpdateChecksum(&key_value_store_size_, sizeof(key_value_store_size_));
164 UpdateChecksum(&key_value_store_, key_value_store_size_);
167 UpdateChecksum(&executable_offset_, sizeof(executable_offset_));
168 UpdateChecksum(&interpreter_to_interpreter_bridge_offset_,
170 UpdateChecksum(&interpreter_to_compiled_code_bridge_offset_
    [all...]

Completed in 1006 milliseconds