Searched refs:ProgressChar (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/Common/
H A DMisc.py796 # @param ProgressChar The charater used to indicate the progress
799 def __init__(self, OpenMessage="", CloseMessage="", ProgressChar='.', Interval=1.0):
802 self.ProgressChar = ProgressChar
838 sys.stdout.write(self.ProgressChar)
/vbox/src/VBox/Runtime/testcase/
H A DtstRTAvl.cpp290 static void ProgressChar(char ch) function
325 ProgressChar('.');

Completed in 84 milliseconds