Home
last modified time | relevance | path

Searched defs:expected_checksum (Results 1 – 5 of 5) sorted by relevance

/external/rust/crates/lz4_flex/src/frame/
Ddecompress.rs257 let expected_checksum = Self::read_checksum(&mut self.r)?; in read_block() localVariable
277 let expected_checksum = Self::read_checksum(&mut self.r)?; in read_block() localVariable
325 let expected_checksum = Self::read_checksum(&mut self.r)?; in read_block() localVariable
Dheader.rs352 let expected_checksum = { in read() localVariable
/external/pdfium/fpdfsdk/
Dfpdf_view_embeddertest.cpp167 const char* expected_checksum) { in TestRenderPageBitmapWithMatrix()
177 const char* expected_checksum) { in TestRenderPageBitmapWithFlags()
190 const char* expected_checksum) { in TestRenderPageBitmapWithInternalMemory()
199 const char* expected_checksum) { in TestRenderPageBitmapWithInternalMemoryAndStride()
212 const char* expected_checksum) { in TestRenderPageBitmapWithExternalMemory()
225 const char* expected_checksum) { in TestRenderPageBitmapWithExternalMemoryAndNoStride()
231 void TestRenderPageSkp(FPDF_PAGE page, const char* expected_checksum) { in TestRenderPageSkp()
258 const char* expected_checksum) { in TestRenderPageBitmapWithExternalMemoryImpl()
271 const char* expected_checksum) { in RenderPageToBitmapAndCheck()
/external/pigweed/pw_arduino_build/py/pw_arduino_build/
Dfile_operations.py74 def verify_file_checksum(file_path, expected_checksum, sum_function=sha256_sum): argument
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/
DSpecial_Events.py347 class expected_checksum(aetools.NProperty): class