Searched refs:TextFormatter (Results 1 - 8 of 8) sorted by relevance
/external/testng/src/main/java/org/testng/log/ |
H A D | TextFormatter.java | 8 * 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 D | TextFormatter.java | 22 /** {@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 D | I18NBundle.java | 86 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 D | TextFormatter.java | 21 /** {@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 D | ProgressBar.java | 42 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 D | Test1.java | 132 handler.setFormatter(new org.testng.log.TextFormatter());
|
/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/ |
H A D | formatter.py | 164 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 D | Utils.java | 36 import org.testng.log.TextFormatter; 456 fh.setFormatter(new TextFormatter());
|
Completed in 276 milliseconds