Home
last modified time | relevance | path

Searched refs:formatMessage (Results 1 – 12 of 12) sorted by relevance

/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
DFormatterTest.java58 assertEquals(MSG, f.formatMessage(r)); in testFormatMessage()
62 assertEquals(pattern, f.formatMessage(r)); in testFormatMessage()
66 assertEquals(pattern, f.formatMessage(r)); in testFormatMessage()
70 assertEquals(MessageFormat.format(pattern, oa), f.formatMessage(r)); in testFormatMessage()
73 assertEquals(MSG, f.formatMessage(r)); in testFormatMessage()
77 assertEquals(pattern, f.formatMessage(r)); in testFormatMessage()
81 assertEquals(MessageFormat.format(pattern, oa), f.formatMessage(r)); in testFormatMessage()
85 assertNull(f.formatMessage(r)); in testFormatMessage()
94 assertEquals(rb.getString("msg"), f.formatMessage(r)); in testLocalizedFormatMessage()
101 .formatMessage(r)); in testLocalizedFormatMessage()
[all …]
DConsoleHandlerTest.java438 return super.formatMessage(r); in format()
DSocketHandlerTest.java656 return super.formatMessage(r); in format()
DStreamHandlerTest.java816 return super.formatMessage(r); in format()
/external/vogar/src/vogar/commands/
DCommandFailedException.java30 super(formatMessage(args, outputLines)); in CommandFailedException()
43 public static String formatMessage(List<String> args, List<String> outputLines) { in formatMessage() method in CommandFailedException
/external/smali/util/src/main/java/org/jf/util/
DExceptionWithContext.java86 super((message != null) ? formatMessage(message, formatArgs) : in ExceptionWithContext()
99 private static String formatMessage(String message, Object... formatArgs) { in formatMessage() method in ExceptionWithContext
/external/emma/core/java12/com/vladium/util/args/
DOptsParser.java166 … opts.addError (formatMessage ("unknown option \'" + optName + "\'")); in parse()
196 … opts.addError (formatMessage ("option \'" + optName + "\' cannot be specified more than once")); in parse()
234 …opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept values: \'" + val… in parse()
254 …opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept fewer than " + ca… in parse()
320 …opts.addError (formatMessage ("option \'" + opt.getName () + "\' does not accept fewer than " + ca… in parse()
349 … opts.addError (formatMessage ("missing required option \'" + (String) i.next () + "\'")); in parse()
374 …opts.addError (formatMessage ("option \'" + opt.getName () + "\' requires option \'" + requires [r… in parse()
387 …opts.addError (formatMessage ("option \'" + opt.getName () + "\' cannot be used with option \'" + … in parse()
1578 private String formatMessage (final String msg) in formatMessage() method in OptsParser
/external/pdfium/fxjs/xfa/
Dcjx_field.h43 JS_PROP(formatMessage);
Dcjx_field.cpp312 void CJX_Field::formatMessage(CFXJSE_Value* pValue, in formatMessage() function in CJX_Field
/external/python/cpython3/Lib/logging/
D__init__.py590 def formatMessage(self, record): member in Formatter
622 s = self.formatMessage(record)
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DServiceManagerTest.java362 return formatMessage(record); in testEmptyServiceManager()
/external/pdfium/xfa/fxfa/parser/
Dxfa_basic_data_element_script.cpp1490 (XFA_ATTRIBUTE_CALLBACK)&CJX_Field::formatMessage, XFA_Attribute::Unknown,