HomeSort by relevance Sort by last modified time
    Searched refs:Formatter (Results 126 - 150 of 187) sorted by null

1 2 3 4 56 7 8

  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 50 import java.util.Formatter;
122 // TODO recreate formatter when locale changes
123 protected static Formatter mFormatter = new Formatter(mStringBuilder, Locale.getDefault());
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningState.java 43 import android.text.format.Formatter;
515 String sizeStr = Formatter.formatShortFileSize(
658 String sizeStr = Formatter.formatShortFileSize(
    [all...]
ApplicationsState.java 22 import android.text.format.Formatter;
    [all...]
InstalledAppDetails.java 63 import android.text.format.Formatter;
245 return Formatter.formatFileSize(getActivity(), size);
    [all...]
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
PhotoTable.java 45 import java.util.Formatter;
1028 Formatter formatter = new Formatter(); local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
343 # Formatter classes and functions
346 class Formatter(object):
348 Formatter instances are used to convert a LogRecord to text.
352 be interpreted by either a human or an external system. The base Formatter
356 The Formatter can be initialized with a format string which makes use of
392 Initialize the formatter with specified format strings.
394 Initialize the formatter either with the specified format string, or a
408 This method should be called from format() by a formatter which
416 is used; to change this for a particular formatter instance, set th
    [all...]
config.py 123 c = logging.Formatter
146 if "formatter" in opts:
147 fmt = cp.get(sectname, "formatter")
560 'formatter %r: %s' % (name, e))
664 """Configure a formatter from a dictionary."""
682 result = logging.Formatter(fmt, dfmt)
704 formatter = config.pop('formatter', None)
705 if formatter:
707 formatter = self.config['formatters'][formatter
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 29 'FATAL', 'FileHandler', 'Filter', 'Formatter', 'Handler', 'INFO',
343 # Formatter classes and functions
346 class Formatter(object):
348 Formatter instances are used to convert a LogRecord to text.
352 be interpreted by either a human or an external system. The base Formatter
356 The Formatter can be initialized with a format string which makes use of
392 Initialize the formatter with specified format strings.
394 Initialize the formatter either with the specified format string, or a
408 This method should be called from format() by a formatter which
416 is used; to change this for a particular formatter instance, set th
    [all...]
config.py 123 c = logging.Formatter
146 if "formatter" in opts:
147 fmt = cp.get(sectname, "formatter")
560 'formatter %r: %s' % (name, e))
664 """Configure a formatter from a dictionary."""
682 result = logging.Formatter(fmt, dfmt)
704 formatter = config.pop('formatter', None)
705 if formatter:
707 formatter = self.config['formatters'][formatter
    [all...]
  /external/chromium_org/media/tools/constrained_network_server/
cns.py 414 file_handler.setFormatter(logging.Formatter('[%(threadName)s] %(message)s'))
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 25 import android.text.format.Formatter;
503 String timeString = Formatter.formatShortElapsedTime(getContext(),
519 String timeString = Formatter.formatShortElapsedTime(getContext(),
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 534 # the Formatter class
543 class Formatter(object):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 534 # the Formatter class
543 class Formatter(object):
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 761 console_logger.setFormatter(logging.Formatter('%(message)s'))
767 file_logger.setFormatter(logging.Formatter('%(message)s'))
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
MenuHelper.java 38 import android.text.format.Formatter;
392 : Formatter.formatFileSize(activity, length);
    [all...]
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 173 char DoubleFormatter[MAXID];// Printf-like 'cmsFloat64Number' formatter
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java 62 import java.util.Formatter;
301 * @param flags a bit mask of options See {@link DateUtils#formatDateRange(Context, Formatter,
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Camera.java 83 import java.util.Formatter;
196 private final Formatter mFormatter = new Formatter(mBuilder);
    [all...]
  /packages/apps/Music/src/com/android/music/
MusicUtils.java 68 import java.util.Formatter;
742 * new Formatter every time you call it, which is very inefficient.
743 * Reusing an existing Formatter more than tripled the speed of
745 * This Formatter/StringBuilder are also used by makeAlbumSongsLabel()
748 private static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());
    [all...]
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java 56 import android.text.format.Formatter;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 100 import java.util.Formatter;
230 private static Formatter mF = new Formatter(mSB, Locale.getDefault());
    [all...]
  /packages/apps/Camera/src/com/android/camera/
PhotoModule.java 86 import java.util.Formatter;
218 private final Formatter mFormatter = new Formatter(mBuilder);
    [all...]
  /external/chromium-trace/trace-viewer/examples/stream_server/
standalone.py 658 formatter = logging.Formatter(
660 handler.setFormatter(formatter)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
standalone.py 654 formatter = logging.Formatter(
656 handler.setFormatter(formatter)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 863 formatter = logging.Formatter(
865 handler.setFormatter(formatter)
    [all...]

Completed in 2058 milliseconds

1 2 3 4 56 7 8