Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dtimer.c7 void show_status(void *handle) in show_status() function
168 show_status(handle); in main()
189 show_status(handle); in main()
/third_party/toybox/toys/pending/
Ddiff.c717 static void show_status(char **files) in show_status() function
776 show_status(path); in create_empty_entry()
872 return show_status(files); in diff_main()
909 show_status(files); in diff_main()
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js75 this_obj.output_handler.show_status();
176 this_obj.output_handler.show_status();
180 this_obj.output_handler.show_status();
4059 Output.prototype.show_status = function() { method in Output
/third_party/ffmpeg/fftools/
Dffplay.c330 static int show_status = -1; variable
1313 if (show_status) in do_exit()
1692 if (show_status) { in video_refresh()
1731 if (show_status == 1 && AV_LOG_INFO > av_log_get_level()) in video_refresh()
2863 if (show_status) in read_thread()
3606 { "stats", OPT_BOOL | OPT_EXPERT, { &show_status }, "show status", "" },