HomeSort by relevance Sort by last modified time
    Searched full:formatter (Results 51 - 75 of 397) sorted by null

1 23 4 5 6 7 8 91011>>

  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyFormatter.java 25 import java.util.logging.Formatter;
30 * Custom Logging Formatter for MonkeyRunner that generates all log
33 public class MonkeyFormatter extends Formatter {
34 public static final Formatter DEFAULT_INSTANCE = new MonkeyFormatter();
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
ISdkLog.java 19 import java.util.Formatter;
52 * using a {@link Formatter} with the provided arguments.
68 * using a {@link Formatter} with the provided arguments.
81 * using a {@link Formatter} with the provided arguments.
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
MemoryHandlerTest.java 27 import java.util.logging.Formatter;
87 props.put("java.util.logging.MemoryHandler.formatter", baseClassName
103 Formatter formatter = handler.getFormatter(); local
108 assertEquals(handler.getFormatter(), formatter); local
118 Formatter formatter = handler.getFormatter(); local
123 assertEquals(handler.getFormatter(), formatter); local
188 // invalid formatter
190 props.put("java.util.logging.MemoryHandler.formatter", "badname")
    [all...]
SocketHandlerTest.java 30 import java.util.logging.Formatter;
99 props.put("java.util.logging.FileHandler.formatter",
103 props.put("java.util.logging.ConsoleHandler.formatter",
119 "java.util.logging.SocketHandler.formatter"));
194 "java.util.logging.SocketHandler.formatter"));
232 p.put("java.util.logging.SocketHandler.formatter", className
277 p.put("java.util.logging.SocketHandler.formatter", className + "");
326 p.put("java.util.logging.SocketHandler.formatter", className
351 p.put("java.util.logging.SocketHandler.formatter", className
383 p.put("java.util.logging.SocketHandler.formatter", classNam
    [all...]
StreamHandlerTest.java 33 import java.util.logging.Formatter;
98 "java.util.logging.StreamHandler.formatter"));
118 p.put("java.util.logging.StreamHandler.formatter", className
144 p.put("java.util.logging.StreamHandler.formatter", className + "");
173 "java.util.logging.StreamHandler.formatter"));
195 p.put("java.util.logging.StreamHandler.formatter", className
222 p.put("java.util.logging.StreamHandler.formatter", className + "");
240 * Test the constructor with null formatter, and invalid relevant log manager
249 p.put("java.util.logging.StreamHandler.formatter", className
277 p.put("java.util.logging.StreamHandler.formatter", classNam
    [all...]
FileHandlerTest.java 36 import java.util.logging.Formatter;
104 props.put("java.util.logging.FileHandler.formatter", className
238 Formatter formatter, String encoding) throws Exception {
239 assertFileContent(homepath, filename, new LogRecord[] { r }, formatter, encoding);
243 LogRecord[] lr, Formatter formatter, String encoding) throws Exception {
246 // if formatter is null, the file content should be empty
248 if (null != formatter) {
250 sb.append(formatter.getHead(handler))
    [all...]
  /cts/tools/dex-tools/src/dex/reader/
DexAnnotationImpl.java 35 private TypeFormatter formatter = new TypeFormatter(); field in class:DexAnnotationImpl
71 builder.append(formatter.format(encodedAnnotation.getTypeName()));
  /external/icu4c/samples/translit/answers/
main_2.cpp 31 // Create a formatter
35 // Create a default formatter
main_3.cpp 43 // Create a formatter
47 // Create a default formatter
main_4.cpp 44 // Create a formatter
48 // Create a default formatter
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/mock/
MockLog.java 22 import java.util.Formatter;
33 mMessages.add(new Formatter().format(code + format, args).toString());
  /libcore/luni/src/main/java/java/util/
Formatter.java 40 * It's relatively rare to use a {@code Formatter} directly. A variety of classes offer convenience
41 * methods for accessing formatter functionality.
134 * this formatter).
300 * It's also possible to format dates and times with {@code Formatter}, though you should seriously
303 * The facilities offered by {@code Formatter} are low-level and place the burden of localization
314 * {@code %t} with {@code %T} will uppercase the field according to the rules of the formatter's
519 * <p><i>Thread safety</i>. Formatter is not thread-safe.
526 public final class Formatter implements Closeable, Flushable {
596 * Constructs a {@code Formatter}.
604 public Formatter() {
    [all...]
FormattableFlags.java 20 * {@link Formattable#formatTo(Formatter, int, int, int)} and change the output
44 * parameter of Formatter.formatTo() requires. The output has the same
  /external/icu4c/samples/numfmt/
main.cpp 52 // Create a number formatter for the US locale
69 // Take the number parsed above, and use the formatter to
81 delete fmt; // Release the storage used by the formatter
113 // check that the formatter is a DecimalFormat instance
125 // formatter for that and copy its values, but that would be slower,
167 // set the currency-related data into the caller's formatter
243 // get a currency formatter for this locale ID
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
android.text.format.Formatter.html 10 android.text.format.Formatter
74 Class android.text.format.<A HREF="../../../../reference/android/text/format/Formatter.html" target="_top"><font size="+2"><code>Formatter</code></font></A>
86 <A NAME="android.text.format.Formatter.formatIpAddress_changed(int)"></A>
87 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/text/format/Formatter.html#formatIpAddress(int)" target="_top"><code>formatIpAddress</code></A>(<code>int</code>) </nobr>
  /frameworks/base/docs/html/sdk/api_diff/5/changes/
android.text.format.Formatter.html 10 android.text.format.Formatter
74 Class android.text.format.<A HREF="../../../../reference/android/text/format/Formatter.html" target="_top"><font size="+2"><code>Formatter</code></font></A>
86 <A NAME="android.text.format.Formatter.formatShortFileSize_added(android.content.Context, long)"></A>
87 <nobr><code>String</code>&nbsp;<A HREF="../../../../reference/android/text/format/Formatter.html#formatShortFileSize(android.content.Context, long)" target="_top"><code>formatShortFileSize</code></A>(<code>Context,</nobr> long<nobr><nobr></code>)</nobr>
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageWriter.java 54 final LineFormatter formatter,
62 this.lineFormatter = (formatter != null) ?
63 formatter : BasicLineFormatter.DEFAULT;
  /libcore/luni/src/test/java/libcore/java/lang/
SystemTest.java 26 import java.util.Formatter;
62 // java.util.Formatter --- uses System.lineSeparator on both.
63 assertEquals(System.lineSeparator(), new Formatter().format("%n").toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidSourceViewerConfig.java 32 import org.eclipse.jface.text.formatter.IContentFormatter;
33 import org.eclipse.jface.text.formatter.MultiPassContentFormatter;
139 IContentFormatter formatter = super.getContentFormatter(sourceViewer); local
141 if (formatter instanceof MultiPassContentFormatter) {
142 ((MultiPassContentFormatter) formatter).setMasterStrategy(
144 return formatter;
  /external/icu4c/samples/translit/
main.cpp 45 // Create a formatter
49 // Create a default formatter
  /external/icu4c/test/intltest/
itrbnf.h 132 virtual void doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing);
133 virtual void doLenientParseTest(RuleBasedNumberFormat* formatter, const char* testData[][2]);
dcfmtest.h 10 // Data driven decimal formatter test.
  /libcore/luni/src/main/java/java/util/logging/
ConsoleHandler.java 33 * <li>java.util.logging.ConsoleHandler.formatter specifies the name of the
34 * formatter class to be associated with this handler, defaults to
  /external/icu4c/i18n/unicode/
dtitvfmt.h 177 * Users are encouraged to created date interval formatter this way and
231 * @return a date time interval formatter which the caller owns.
243 * Users are encouraged to created date interval formatter this way and
263 * @return a date time interval formatter which the caller owns.
284 * @return a date time interval formatter which the caller owns.
324 * @return a date time interval formatter which the caller owns.
469 * this date interval formatter.
486 * Gets the date formatter
487 * @return the date formatter associated with this date interval formatter
    [all...]
udat.h 135 /** A date formatter.
547 * @param format The formatter to close.
587 * @param format The formatter to use
613 * @param format The formatter to use.
633 * @param format The formatter to use.
655 * @param fmt The formatter to query
667 * @param fmt The formatter to set
680 * @param fmt The formatter to query.
692 * @param fmt The formatter to set.
705 * @param fmt The formatter to query
    [all...]

Completed in 1831 milliseconds

1 23 4 5 6 7 8 91011>>