Searched refs:Formatter (Results 1 - 25 of 91) sorted by relevance

1234

/external/caliper/examples/src/main/java/examples/
H A DFormatterBenchmark.java20 import java.util.Formatter;
23 * Compares Formatter against hand-written StringBuilder code.
28 Formatter f = new Formatter();
43 Formatter f = new Formatter();
60 Formatter f = new Formatter();
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/
H A DFormatter.java40 public abstract class Formatter<PlotType extends Plot> { class
42 public Formatter<PlotType> configure(Context ctx, int xmlCfgId) {
H A DSeriesRenderer.java27 <PlotType extends Plot, SeriesType extends Series, SeriesFormatterType extends Formatter> {
/external/mesa3d/src/gallium/tools/trace/
H A Dformat.py33 class Formatter: class in inherits:
58 class AnsiFormatter(Formatter):
59 '''Formatter for plain-text files which outputs ANSI escape codes. See
78 Formatter.function(self, name)
83 Formatter.variable(self, name)
88 Formatter.literal(self, value)
93 Formatter.address(self, value)
97 class WindowsConsoleFormatter(Formatter):
98 '''Formatter for the Windows Console. See
123 Formatter
[all...]
/external/chromium-trace/catapult/devil/devil/utils/
H A Drun_tests_helper.py12 class CustomFormatter(logging.Formatter):
17 # Can't use super() because in older Python versions logging.Formatter does
19 logging.Formatter.__init__(self, fmt=fmt)
24 # Can't use super() because in older Python versions logging.Formatter does
26 msg = logging.Formatter.format(self, record)
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Drun_tests_helper.py12 class CustomFormatter(logging.Formatter):
17 # Can't use super() because in older Python versions logging.Formatter does
19 logging.Formatter.__init__(self, fmt=fmt)
24 # Can't use super() because in older Python versions logging.Formatter does
26 msg = logging.Formatter.format(self, record)
/external/autotest/site_utils/lxc/
H A Dunittest_logging.py18 formatter = logging.Formatter('%(asctime)s %(message)s')
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
H A DFormatter.java28 abstract class Formatter<T> implements Function<T, String> { class in inherits:Function
H A DKeyFormatter.java24 final class KeyFormatter extends Formatter<Key> {
H A DContributionBindingFormatter.java29 final class ContributionBindingFormatter extends Formatter<ContributionBinding> {
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYSeriesFormatter.java21 import com.androidplot.ui.Formatter;
25 public abstract class XYSeriesFormatter<XYRegionFormatterType extends XYRegionFormatter> extends Formatter<XYPlot> {
/external/autotest/client/cros/cellular/pseudomodem/
H A Dlogging_setup.py16 class ModemManagerFormatter(logging.Formatter):
56 stdout_formatter = logging.Formatter(
/external/autotest/client/cros/cellular/
H A Dcellular_logging.py24 formatter = logging.Formatter(format_string)
H A Dlabconfig_write_stanzas30 class Formatter(object): class in inherits:object
55 f = Formatter()
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DStringLiteral.java18 import java.util.Formatter;
59 new Formatter(result).format("\\u%04x", (int) c);
/external/autotest/client/common_lib/cros/
H A Ddark_resume_xmlrpc_server.py48 formatter = logging.Formatter(
/external/autotest/client/cros/
H A Ddark_resume_xmlrpc_server.py48 formatter = logging.Formatter(
/external/autotest/server/
H A Dserver_logging_config.py17 self.console_formatter = logging.Formatter()
/external/libnl/python/netlink/
H A Dutil.py15 from string import Formatter namespace
78 class MyFormatter(Formatter):
103 return Formatter.get_value(self, key, args, kwds)
118 return Formatter.get_value(self, key, args, kwds)
/external/selinux/gui/
H A Dhtml_util.py30 import formatter as Formatter namespace
41 class TextWriter(Formatter.DumbWriter):
44 Formatter.DumbWriter.__init__(self, file, maxcol)
134 formatter = Formatter.AbstractFormatter(TextWriter(buffer, maxcol))
/external/autotest/client/common_lib/
H A Dlogging_config.py26 class VarLogMessageFormatter(logging.Formatter):
56 file_formatter = logging.Formatter(fmt=FILE_FORMAT, datefmt=DATE_FORMAT)
60 console_formatter = logging.Formatter(fmt=CONSOLE_FORMAT,
89 formatter = logging.Formatter(fmt=self.CONSOLE_FORMAT,
115 formatter = logging.Formatter(fmt=self.FILE_FORMAT, datefmt=datefmt)
173 handler.setFormatter(logging.Formatter(
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
H A DNumberPicker.java44 public interface Formatter { interface in class:NumberPicker
53 public static final NumberPicker.Formatter TWO_DIGIT_FORMATTER = new NumberPicker.Formatter() {
55 final java.util.Formatter mFmt = new java.util.Formatter(mBuilder);
88 private Formatter mFormatter;
142 public void setFormatter(Formatter formatter) {
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DFormatterTest.java23 import java.util.logging.Formatter;
30 Formatter f;
127 public static class MockFormatter extends Formatter {
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue148/
H A DPrintableUnicodeTest.java18 import java.util.Formatter;
172 Formatter formatter = new Formatter(result);
/external/autotest/client/cros/networking/
H A Dapmanager_xmlrpc_server.py63 formatter = logging.Formatter(

Completed in 3971 milliseconds

1234