Home
last modified time | relevance | path

Searched refs:button_click_count (Results 1 – 12 of 12) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_button_deselect_no_output.c57 if(button_click_count != 1) in control_thread_entry()
66 if(button_click_count != 1) in control_thread_entry()
117 if(button_click_count != 1) in control_thread_entry()
Dvalidation_guix_all_widgets_button_event_process.c145 if(button_click_count != 0) in control_thread_entry()
Dvalidation_guix_widget_no_output.c99 EXPECT_EQ(1, button_click_count); in control_thread_entry()
/GUIX-v6.2.1/test/example_internal/all_widgets_32argb/
Ddemo_guix_all_widgets_32argb.c56 INT button_click_count = 0; variable
180 button_click_count++; in buttons_handler()
181 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_2/
Ddemo_guix_all_widgets_5_4_2.c65 INT button_click_count = 0; variable
197 button_click_count++; in buttons_handler()
198 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_4_0/
Ddemo_guix_all_widgets_5_4_0.c63 INT button_click_count = 0; variable
195 button_click_count++; in buttons_handler()
196 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/
Ddemo_guix_all_widgets_defined_5_4_0_compatibility.c63 INT button_click_count = 0; variable
203 button_click_count++; in buttons_handler()
204 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets_5_5_1/
Ddemo_guix_all_widgets_5_5_1.c65 INT button_click_count = 0; variable
207 button_click_count++; in buttons_handler()
208 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/all_widgets/
Ddemo_guix_all_widgets.c65 INT button_click_count = 0; variable
214 button_click_count++; in buttons_handler()
215 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/folder_output_test/
Ddemo_folder_output_test.c64 INT button_click_count = 0; variable
242 button_click_count++; in buttons_handler()
243 …value_set(&MAIN_DISPLAY_button_screen.MAIN_DISPLAY_button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/
Ddemo_guix_partial_frame_buffer_16bpp.c62 INT button_click_count = 0; variable
209 button_click_count++; in buttons_handler()
210 gx_numeric_prompt_value_set(&button_screen.button_screen_count_prompt, button_click_count); in buttons_handler()
/GUIX-v6.2.1/test/example_internal/widgets_with_private_string/
Ddemo_guix_widgets_with_private_string.c33 INT button_click_count = 0; variable