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

1 2 3 4 5 6 7 8 91011>>

  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
formatter.h 25 /** @file debug/formatter.h
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
formatter.h 25 /** @file debug/formatter.h
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
formatter.h 25 /** @file debug/formatter.h
  /sdk/eclipse/
changes.txt 24 - New XML formatter which formats all XML files according to the
25 standard Android coding style. The formatter can also reorder
32 the new XML formatter.
210 - The generated XML will be better formatted. Full XML formatter
  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/
TreeView.java 712 DecimalFormat formatter = new DecimalFormat("0.000");
716 + (mSelectedNode.viewNode.measureTime != -1 ? formatter
721 + (mSelectedNode.viewNode.layoutTime != -1 ? formatter
726 + (mSelectedNode.viewNode.drawTime != -1 ? formatter
    [all...]
  /sdk/rule_api/src/com/android/ide/common/api/
IClientRulesEngine.java 43 * Prints a debug line in the Eclipse console using the ADT formatter.
  /external/chromium/testing/gtest/scripts/
gen_gtest_pred_impl.py 465 // A %(arity)s predicate-formatter function.
491 // A %(arity)s predicate-formatter functor.
659 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
  /external/gtest/scripts/
gen_gtest_pred_impl.py 467 // A %(arity)s predicate-formatter function.
494 // A %(arity)s predicate-formatter functor.
662 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
  /external/icu4c/i18n/unicode/
plurfmt.h 395 * @param locale the <code>locale</code> to use to configure the formatter.
403 * Sets the number format used by this formatter. You only need to
405 * formatter for the locale.
  /external/protobuf/gtest/scripts/
gen_gtest_pred_impl.py 467 // A %(arity)s predicate-formatter function.
494 // A %(arity)s predicate-formatter functor.
662 // predicate-formatter is a %(pf_type)s on a %(arg_type)s.
  /external/webkit/Source/WebCore/platform/
DefaultLocalizationStrategy.cpp 723 RetainPtr<CFNumberFormatterRef> formatter(AdoptCF, CFNumberFormatterCreate(0, locale.get(), kCFNumberFormatterDecimalStyle));
727 RetainPtr<CFStringRef> widthString(AdoptCF, CFNumberFormatterCreateStringWithNumber(0, formatter.get(), width.get()));
731 RetainPtr<CFStringRef> heightString(AdoptCF, CFNumberFormatterCreateStringWithNumber(0, formatter.get(), height.get()));
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 496 formatter = logging.Formatter('%(name)s: %(levelname)-8s %(message)s') variable in class:AutoInstaller
497 console.setFormatter(formatter)
  /frameworks/base/core/java/android/widget/
MediaController.java 38 import java.util.Formatter;
91 Formatter mFormatter;
286 mFormatter = new Formatter(mFormatBuilder, Locale.getDefault());
  /frameworks/base/docs/html/sdk/api_diff/11/changes/
pkg_android.widget.html 140 <A NAME="NumberPicker.Formatter"></A>
141 <nobr><A HREF="../../../../reference/android/widget/NumberPicker.Formatter.html" target="_top"><code><I>NumberPicker.Formatter</I></code></A></nobr>
  /libcore/luni/src/main/java/java/util/logging/
FileHandler.java 44 * {@code XMLFormatter} is the default formatter for {@code FileHandler}.
57 * <li>java.util.logging.FileHandler.formatter specifies the {@code Formatter}
  /packages/apps/Music/src/com/android/music/
MusicPicker.java 50 import java.util.Formatter;
105 static Formatter sFormatter = new Formatter(sFormatBuilder, Locale.getDefault());
  /packages/apps/MusicFX/src/com/android/musicfx/
ActivityMusic.java 60 import java.util.Formatter;
108 private Formatter mFormatter = new Formatter(mFormatBuilder, Locale.getDefault());
  /packages/apps/Settings/src/com/android/settings/applications/
ManageApplications.java 35 import android.text.format.Formatter;
    [all...]
RunningState.java 36 import android.text.format.Formatter;
408 String sizeStr = Formatter.formatShortFileSize(
510 String sizeStr = Formatter.formatShortFileSize(
    [all...]
  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 81 * formatter by their presence; for example, if the percent character is seen,
89 * patterns use the corresponding characters taken from this formatter's
360 * <li>When using scientific notation, the formatter controls the digit counts
382 * Integer and fraction digit counts are described above. When a formatter uses
384 * specified directly, and the formatter settings for these counts are ignored.
385 * Instead, the formatter uses as many integer and fraction digits as required
493 * not access one formatter concurrently.
    [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 86 import android.text.format.Formatter;
    [all...]
  /prebuilt/sdk/13/
android.jar 
  /development/pdk/docs/source/
using-eclipse.jd 103 Use "Formatter &rsaquo; Import" to import android-formatting.xml
  /docs/source.android.com/src/source/
using-eclipse.md 124 1. Use Formatter > Import to import `android-formatting.xml`.
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
TimeZoneTest.java 23 import java.util.Formatter;

Completed in 1704 milliseconds

1 2 3 4 5 6 7 8 91011>>