Searched refs:checksum (Results 1 – 7 of 7) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/utility/ |
| D | gx_validation_utility.c | 50 static int checksum = 0; variable 173 checksum = 1; in gx_validation_setup() 194 if(generate || checksum) in gx_validation_setup() 201 if(checksum) in gx_validation_setup() 203 … gx_validation_verify_start(test_parameter.test_name, golden_checksum_file_string, checksum); in gx_validation_setup() 207 gx_validation_verify_start(test_parameter.test_name, golden_file_string, checksum); in gx_validation_setup() 325 if(generate || checksum) in gx_validation_write_frame_buffer() 351 if(checksum) in gx_validation_write_frame_buffer()
|
| D | gx_validation_verify.h | 22 int gx_validation_verify_start(char *test_name, char *golden_file, int checksum);
|
| D | gx_validation_verify.c | 282 int gx_validation_verify_start(char *test_name, char *golden_file_name, int checksum) in gx_validation_verify_start() argument 304 if(checksum) in gx_validation_verify_start()
|
| /GUIX-v6.2.1/test/ |
| D | README.md | 47 - A checksum value, calculated based on the canvas data, is saved to a file named `<test_name>.chec… 49 - The checksum file enables faster verification during tests by comparing expected and actual check… 114 4. Run other tests with checksum verification and specify the golden files path with the following … 116 ./<test_name> -checksum -gpath ../../../../golden_files/ 279 /* Force a screen refresh to capture the canvas data or compare the checksum. */ 333 … is executed, the output binary file `<test_name>.bin` and checksum file `<test_name>.checksum` wi… 342 …- Copy the 7z file `<test_name>.7z` and `<test_name>.checksum` to the `test\guix_test\golden_files… 469 …checksum of the canvas data with the corresponding value stored in the golden files. The `test_uti…
|
| /GUIX-v6.2.1/common/src/ |
| D | gx_image_reader_png_decode.c | 319 INT checksum; in _gx_image_reader_png_bits_get() local 338 _gx_image_reader_png_4bytes_read(png, &checksum); in _gx_image_reader_png_bits_get() 340 if (png -> gx_png_trunk_crc != (UINT)checksum) in _gx_image_reader_png_bits_get() 2091 INT checksum; in _gx_image_reader_png_decode() local 2205 _gx_image_reader_png_4bytes_read(&png, &checksum); in _gx_image_reader_png_decode() 2207 if (checksum != (INT)png.gx_png_trunk_crc) in _gx_image_reader_png_decode()
|
| /GUIX-v6.2.1/guix_studio/libs/freetype/include/freetype/internal/ |
| D | fttrace.h | 42 FT_TRACE_DEF( checksum ) /* bitmap checksum (ftobjs.c) */
|
| /GUIX-v6.2.1/test/guix_test/cmake/regression/ |
| D | CMakeLists.txt | 2383 add_test(${CMAKE_BUILD_TYPE}::${test_case} ${test_case} -checksum -gpath
|