Searched refs:TextFormatter (Results 1 - 8 of 8) sorted by relevance

/external/testng/src/main/java/org/testng/log/
H A DTextFormatter.java8 * This class implements a simple TextFormatter because the brainded
15 public class TextFormatter extends SimpleFormatter { class in inherits:SimpleFormatter
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
H A DTextFormatter.java22 /** {@code TextFormatter} is used by {@link I18NBundle} to perform argument replacement.
25 class TextFormatter { class
30 public TextFormatter (Locale locale, boolean useMessageFormat) { method in class:TextFormatter
37 * If this {@code TextFormatter} has been instantiated with {@link #TextFormatter(Locale, boolean) TextFormatter(locale, true)}
39 * locale of this {@code TextFormatter}.
41 * On the contrary, if this {@code TextFormatter} has been instantiated with {@link #TextFormatter(Locale, boolean)
42 * TextFormatter(local
[all...]
H A DI18NBundle.java86 private TextFormatter formatter;
419 this.formatter = new TextFormatter(locale, !simpleFormatter);
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/utils/
H A DTextFormatter.java21 /** {@code TextFormatter} is used by {@link I18NBundle} to perform argument replacement.
26 public class TextFormatter { class
30 public TextFormatter (Locale locale, boolean useMessageFormat) { method in class:TextFormatter
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/widgets/
H A DProgressBar.java42 public abstract static class TextFormatter { class in class:ProgressBar
72 private TextFormatter textFormatter;
109 public ProgressBar (double minProgress, double maxProgress, double curProgress, TextFormatter textFormatter) {
174 public TextFormatter getTextFormatter () {
256 public void setTextFormatter (TextFormatter textFormatter) {
/external/testng/src/test/java/test/
H A DTest1.java132 handler.setFormatter(new org.testng.log.TextFormatter());
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
H A Dformatter.py164 class TextFormatter(AbstractFormatter): class in inherits:AbstractFormatter
237 class HTMLFormatter(TextFormatter):
469 return TextFormatter(**ops).format_collected_data(exc_data)
/external/testng/src/main/java/org/testng/internal/
H A DUtils.java36 import org.testng.log.TextFormatter;
456 fh.setFormatter(new TextFormatter());

Completed in 276 milliseconds