Home
last modified time | relevance | path

Searched refs:test_text (Results 1 – 4 of 4) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_text_button_24xrgb.c63 static char test_text[]="test text"; variable
99 gx_text_button_text_set(text_button, test_text); in control_thread_entry()
102 sprintf(test_comment, "set button text to \"%s\"", test_text); in control_thread_entry()
Dvalidation_guix_ml_text_view_16bpp_text_set.c59 GX_CHAR test_text[]="\r33\r32\r31\r30\r29\r28\r27\r26\r25\r24\r23\r22\r21\r20\r19\r18\r17\r16\r15\r… variable
103 gx_multi_line_text_view_text_set(view, test_text); in control_thread_entry()
Dvalidation_guix_multi_line_text_input_event_process.c81 static char test_text[] = "It is universally\n acknowledged that\n trust is\n one of the\n most val… variable
97 gx_multi_line_text_input_text_set(text_input, test_text); in control_thread_entry()
/GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/
Ddemo_guix_ml_text_input.c19 GX_CONST GX_CHAR test_text[] = "It is helpful to have some knowledge of the basic organization of a… variable
103 string.gx_string_ptr = test_text; in start_guix()
104 string.gx_string_length = sizeof(test_text) - 1; in start_guix()