Home | History | Annotate | Download | only in cts

Lines Matching full:print

470      * Print the message by appending the new line mark.
472 * @param msg The message to be print.
481 * Print the message without appending the new line mark.
483 * @param msg The message to be print.
485 protected void print(final String msg) {
487 CUIOutputStream.print(msg);
544 print(mCurrentTest.getFullName() + "...");