Searched refs:compare (Results 1 – 5 of 5) sorted by relevance
/GUIX-v6.4.1/test/guix_studio_test/test_demo/ |
D | compare_two_files.py | 5 def compare(file_name_1, file_name_2): function 75 …if compare(project_path + "main_display_resources.c", project_path + "folder_output_test_MAIN_DISP… 79 …if compare(project_path + "main_display_resources.h", project_path + "folder_output_test_MAIN_DISP… 84 …if compare(project_path + "secondary_resources.c", project_path + "folder_output_test_SECONDARY_re… 88 …if compare(project_path + "secondary_resources.h", project_path + "folder_output_test_SECONDARY_re… 92 …if compare(project_path + "specifications.h", project_path + "folder_output_test_specifications.h"… 100 …if compare(project_path + "button_screen.c", project_path + "button_screen_specifications.c") == F… 104 …if compare(project_path + "empty_folder.c", project_path + "empty_folder_specifications.c") == Fal… 108 …if compare(project_path + "indicator_screen_runtime_allocate.c", project_path + "indicator_screen_… 112 …if compare(project_path + "popup_modal.c", project_path + "popup_modal_specifications.c") == False: [all …]
|
D | test_main.py | 10 from compare_two_files import compare
|
/GUIX-v6.4.1/guix_studio/libs/freetype/include/freetype/internal/ |
D | fthash.h | 85 FT_Hash_CompareFunc compare; member
|
/GUIX-v6.4.1/test/guix_studio_test/test_view/ |
D | test_utils.py | 1197 def open_project(path, compare = 1): argument 1205 if compare == 1:
|
/GUIX-v6.4.1/test/ |
D | README.md | 279 /* Force a screen refresh to capture the canvas data or compare the checksum. */
|