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

<<111213141516

  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 402 Msg << "Unknown special formatter '" << Code
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 377 * Formatter with a given starting indentation (for nested structs).
  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObject.java 385 * Formatter with a given starting indentation (for nested structs).
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h 36 #include <debug/formatter.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 221 // insert text tokens that the formatter will preserve, which we can then turn back
  /external/apache-xml/src/main/java/org/apache/xml/utils/
XMLString.java 65 * This function may be useful to a formatter, but to get first class
66 * results, the formatter should probably do it's own white space handling
XMLStringDefault.java 77 * This function may be useful to a formatter, but to get first class
78 * results, the formatter should probably do it's own white space handling
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java 845 * This function may be useful to a formatter, but to get first class
846 * results, the formatter should probably do it's own white space handling
XString.java     [all...]
  /external/gtest/test/
gtest_unittest.cc     [all...]
  /external/icu4c/test/intltest/
msfmrgts.cpp 588 logln("Formatter Pattern : " + fmt->toPattern(pat));
646 errln( (UnicodeString) "Formatter Pattern : " + pat);
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetFile.py 761 console_logger.setFormatter(logging.Formatter('%(message)s'))
767 file_logger.setFormatter(logging.Formatter('%(message)s'))
    [all...]
  /frameworks/base/docs/html/sdk/api_diff/12/changes/
classes_index_changes.html 192 <A HREF="android.text.format.Formatter.html" class="hiddenlink" target="rightframe">Formatter</A><br>
  /frameworks/base/docs/html/sdk/api_diff/12/
user_comments_for_11_to_12.xml 769 <identifier id="android.text.format.Formatter"/>
775 <identifier id="android.text.format.Formatter.formatIpAddress_changed(int)"/>
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 52 import android.text.format.Formatter;
205 return Formatter.formatFileSize(getActivity(), size);
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java 55 // @formatter:off
61 // @formatter:on
73 // @formatter:off
106 // @formatter:on
284 // @formatter:off
344 // @formatter:on
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 21 import java.util.Formatter;
149 private final Formatter mFormatter = new Formatter(mFormatBuilder);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 109 import java.util.Formatter;
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/event/
EditEventView.java 93 import java.util.Formatter;
202 private static Formatter mF = new Formatter(mSB, Locale.getDefault());
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Camera.java 83 import java.util.Formatter;
196 private final Formatter mFormatter = new Formatter(mBuilder);
    [all...]
  /external/chromium/testing/gtest/test/
gtest_unittest.cc     [all...]
  /external/clang/docs/
InternalsManual.html 285 <tr><td>Description:</td><td>This is a simple formatter for integers that is
311 <tr><td>Description:</td><td><p>This is a formatter for complex plural forms.
340 <tr><td>Description:</td><td><p>This is a formatter which represents the
344 <p>This formatter is currently hard-coded to use English ordinals.</p></td></tr>
349 <tr><td>Description:</td><td><p>This is a simple formatter that indicates the
356 <tr><td>Description:</td><td><p>This is a simple formatter that indicates the
363 <tr><td>Description</td><td><p>This formatter indicates that the fully-qualified name of the declaration should be printed, e.g., "std::vector" rather than "vector".</p></td></tr>
369 of repetitive diagnostics and/or have an idea for a useful formatter, please
    [all...]

Completed in 1679 milliseconds

<<111213141516