Lines Matching refs:log_verbose

120     log_verbose("Testing u_formatMessage()\n");  in MessageFormatTest()
140 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); in MessageFormatTest()
172 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); in MessageFormatTest()
220 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); in MessageFormatTest()
228 log_verbose("Skipping potentially crashing test for mismatched varargs.\n"); in MessageFormatTest()
230log_verbose("Note: the next is a platform dependent test. If it crashes, add an exclusion for your… in MessageFormatTest()
250log_verbose("Warning: Returning NULL for a mismatched va_arg type isn't supported on this platform… in MessageFormatTest()
289 log_verbose("\nTesting a sample for Message format test#1\n"); in TestSampleMessageFormat()
303 log_verbose("PASS: MessagFormat successful on test#1\n"); in TestSampleMessageFormat()
310 log_verbose("\nTesting message format with another pattern test#2\n"); in TestSampleMessageFormat()
334 log_verbose("PASS: MessagFormat successful on test#2\n"); in TestSampleMessageFormat()
342 log_verbose("\nTesting message format with another pattern test#3\n"); in TestSampleMessageFormat()
359 log_verbose("PASS: MessagFormat successful on test#3\n"); in TestSampleMessageFormat()
391 log_verbose("Testing format and parse with parse error\n"); in TestNewFormatAndParseAPI()
407 log_verbose("\nTesting with pattern test#4"); in TestNewFormatAndParseAPI()
431 log_verbose("PASS: MessagFormat successful on test#4\n"); in TestNewFormatAndParseAPI()
439 log_verbose("\nTesting the parse Message test#5\n"); in TestNewFormatAndParseAPI()
448 log_verbose("PASS: parseMessage successful on test#5\n"); in TestNewFormatAndParseAPI()
457 log_verbose("PASS: parseMessage successful test#5\n"); in TestNewFormatAndParseAPI()
491 log_verbose("Testing format and parse with parse error\n"); in TestSampleFormatAndParseWithError()
507 log_verbose("\nTesting with pattern test#4"); in TestSampleFormatAndParseWithError()
525 log_verbose("PASS: MessagFormat successful on test#4\n"); in TestSampleFormatAndParseWithError()
533 log_verbose("\nTesting the parse Message test#5\n"); in TestSampleFormatAndParseWithError()
542 log_verbose("PASS: parseMessage successful on test#5\n"); in TestSampleFormatAndParseWithError()
551 log_verbose("PASS: parseMessage successful test#5\n"); in TestSampleFormatAndParseWithError()
584 log_verbose("Testing format and parse\n"); in TestSampleFormatAndParse()
600 log_verbose("\nTesting with pattern test#4"); in TestSampleFormatAndParse()
618 log_verbose("PASS: MessagFormat successful on test#4\n"); in TestSampleFormatAndParse()
626 log_verbose("\nTesting the parse Message test#5\n"); in TestSampleFormatAndParse()
635 log_verbose("PASS: parseMessage successful on test#5\n"); in TestSampleFormatAndParse()
644 log_verbose("PASS: parseMessage successful test#5\n"); in TestSampleFormatAndParse()
675 log_verbose("Testing message format with Select test #1\n:"); in TestMsgFormatSelect()
687 log_verbose("PASS: MessagFormat successful on Select test#1\n"); in TestMsgFormatSelect()
705 log_verbose("Testing message format with Select test #2\n:"); in TestMsgFormatSelect()
717 log_verbose("PASS: MessagFormat successful on Select test#2\n"); in TestMsgFormatSelect()
743 log_verbose("Testing message format with choice test #6\n:"); in TestMsgFormatChoice()
762 log_verbose("PASS: MessagFormat successful on test#6\n"); in TestMsgFormatChoice()
773 log_verbose("Testing message format with choice test #7\n:"); in TestMsgFormatChoice()
785 log_verbose("PASS: MessagFormat successful on test#7\n"); in TestMsgFormatChoice()
796 log_verbose("Testing message format with choice test #8\n:"); in TestMsgFormatChoice()
808 log_verbose("PASS: MessagFormat successful on test#8\n"); in TestMsgFormatChoice()
834 log_verbose("\nTesting a sample for parse Message test#9\n"); in TestParseMessage()
845 log_verbose("PASS: parseMessage successful on test#9\n"); in TestParseMessage()
851 log_verbose("\nTesting a sample for parse Message test#10\n"); in TestParseMessage()
862 log_verbose("PASS: parseMessage successful on test#10\n"); in TestParseMessage()
894 log_verbose("Testing u_formatMessage90\n"); in TestMessageFormatWithValist()
913 log_verbose("PASS: MessagFormat successful on testcase : %d\n", i); in TestMessageFormatWithValist()
946 log_verbose("\nTesting a sample for parse Message test#9\n"); in TestParseMessageWithValist()
957 log_verbose("PASS: parseMessage successful on test#9\n"); in TestParseMessageWithValist()
962 log_verbose("\nTesting a sample for parse Message test#10\n"); in TestParseMessageWithValist()
973 log_verbose("PASS: parseMessage successful on test#10\n"); in TestParseMessageWithValist()
1013 log_verbose("Ok: \"%s\"\n", cresult); in TestJ904()