Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/libregrtest/
Druntest_mp.py210 regrtest.display_progress(test_index, text)
Dmain.py137 def display_progress(self, test_index, test): member in Regrtest
396 self.display_progress(test_index, text)
/external/python/cpython2/Lib/test/
Dregrtest.py667 def display_progress(test_index, test): function
840 display_progress(test_index, text)
868 display_progress(test_index, text)
/external/u-boot/tools/
Dmxsimage.c158 unsigned int display_progress:1; member
1344 hdr->flags = ictx->display_progress ? in sb_prefill_image_header()
1467 ictx->display_progress = 1; in sb_parse_line()