Home
last modified time | relevance | path

Searched refs:_ui (Results 1 – 6 of 6) sorted by relevance

/src/contrib/kyua/cli/
H A Dcmd_debug.cpp130 cmdline::ui* _ui; member in __anonc52a7fd10111::dbg
141 _ui(ui), _cmdline(cmdline) in dbg()
153 _ui->out("The test failed and paused right before its cleanup " in before_cleanup()
155 _ui->out(F("Test work dir: %s") % eh.work_directory().str()); in before_cleanup()
156 _ui->out("Press <Enter> to continue..."); in before_cleanup()
161 _ui->out("The test paused right before its cleanup routine."); in before_cleanup()
162 _ui->out(F("Test work dir: %s") % eh.work_directory().str()); in before_cleanup()
163 _ui->out("Press <Enter> to continue..."); in before_cleanup()
H A Dcmd_test.cpp61 cmdline::ui* _ui; member in __anone9cc210a0111::print_hooks
75 _ui(ui_), in print_hooks()
91 _ui->out(F("%s -> ") % in got_test_case()
110 _ui->out(F("%s -> ") % in got_result()
114 _ui->out(F("%s [%s]") % cli::format_result(result) % in got_result()
H A Dcmd_list.cpp60 cmdline::ui* _ui; member in __anonbba66d060111::progress_hooks
71 _ui(ui_), in progress_hooks()
84 cli::detail::list_test_case(_ui, _verbose, test_program, in got_test_case()
H A Dcmd_report_html.cpp148 cmdline::ui* _ui; member in __anon74473f1a0111::html_hooks
260 _ui->out(F("Generating %s") % output_path); in generate()
290 _ui(ui_), in html_hooks()
/src/lib/libc/tests/stdbit/
H A Dstdbit-test-framework.c44 #define SUFFIX _ui
75 ADD_CASE(FUNCSTEM, _ui); in ATF_TP_ADD_TCS()
/src/include/
H A Dstdbit.h20 unsigned int: func ## _ui, \