Searched refs:PRINT_ERROR (Results 1 – 7 of 7) sorted by relevance
96 PRINT_ERROR("Prompt text set failed!") in control_thread_entry()102 PRINT_ERROR("Prompt private string delete failed!") in control_thread_entry()114 PRINT_ERROR("Text button text set failed!") in control_thread_entry()120 PRINT_ERROR("Text button private string delete failed!") in control_thread_entry()131 PRINT_ERROR("Multi line text view text set failed!") in control_thread_entry()138 PRINT_ERROR("Multi line text view private string delete faile!") in control_thread_entry()147 PRINT_ERROR("String scroll wheel text set failed!"); in control_thread_entry()153 PRINT_ERROR("String scroll wheel private string delete failed!") in control_thread_entry()
67 PRINT_ERROR("Focus owner shouldn't be test window!") in control_thread_entry()76 PRINT_ERROR("Focus owner should be NULL.") in control_thread_entry()86 PRINT_ERROR("Test window shouldn't have GX_STATUS_HAS_fOCUS status.") in control_thread_entry()92 PRINT_ERROR("Focus owner should be root.") in control_thread_entry()101 PRINT_ERROR("Focus owner should be NULL"); in control_thread_entry()
58 PRINT_ERROR("GX_STATUS_HAS_FOCUS status should not be set to root."); in control_thread_entry()67 PRINT_ERROR("GX_STATUS_HAS_FOCUS status should be set to root.") in control_thread_entry()
53 PRINT_ERROR("Retrieved font should be NULL."); in control_thread_entry()
101 PRINT_ERROR("focus should move to parent window."); in control_thread_entry()
126 PRINT_ERROR(""); in control_thread_entry()
91 #define PRINT_ERROR(msg) \ macro