HomeSort by relevance Sort by last modified time
    Searched full:formatting (Results 501 - 525 of 1924) sorted by null

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
formatter.py 1 """Generic output formatting.
3 Formatter objects transform an abstract flow of formatting events into
11 interfaces facilitate formatting events which are not reversible, such as
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
formatter.py 1 """Generic output formatting.
3 Formatter objects transform an abstract flow of formatting events into
11 interfaces facilitate formatting events which are not reversible, such as
  /external/clang/include/clang/Format/
Format.h 40 /// \brief The \c FormatStyle is used to configure the formatting to follow
329 /// \brief Disables formatting completely.
575 /// \brief Different ways to use tab in formatting.
694 /// \brief Returns style indicating formatting should be not applied at all.
728 /// everything that might influence its formatting or might be influenced by its
729 /// formatting.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_types.py 99 # '%' formatting
215 if '%s!'%x != x+'!': self.fail('nasty string formatting bug')
363 # alternate (#) formatting
626 # Python versions <= 2.6 switched from 'f' to 'g' formatting for
690 # % formatting
710 # Alternate formatting is not supported
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_types.py 99 # '%' formatting
215 if '%s!'%x != x+'!': self.fail('nasty string formatting bug')
363 # alternate (#) formatting
626 # Python versions <= 2.6 switched from 'f' to 'g' formatting for
690 # % formatting
710 # Alternate formatting is not supported
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_types.py 99 # '%' formatting
215 if '%s!'%x != x+'!': self.fail('nasty string formatting bug')
363 # alternate (#) formatting
626 # Python versions <= 2.6 switched from 'f' to 'g' formatting for
690 # % formatting
710 # Alternate formatting is not supported
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_types.py 99 # '%' formatting
215 if '%s!'%x != x+'!': self.fail('nasty string formatting bug')
363 # alternate (#) formatting
626 # Python versions <= 2.6 switched from 'f' to 'g' formatting for
690 # % formatting
710 # Alternate formatting is not supported
  /cts/tests/tests/provider/src/android/provider/cts/
ContactsContract_SearchSnippetsTest.java 149 * Tests that if deferred snippeting is indicated, the provider will not perform formatting
166 * Tests that even if deferred snippeting is indicated, a multi-word query will have formatting
  /external/apache-http/src/org/apache/http/impl/cookie/
DateUtils.java 45 * A utility class for parsing and formatting HTTP dates as used in cookies and
194 * @param pattern The pattern to use for formatting the date.
  /external/clang/test/Sema/
format-strings-fixit.c 58 // Preserve the original formatting for unsigned integers.
162 // Preserve the original formatting.
  /external/guava/guava/src/com/google/common/base/
Strings.java 89 * <p>See {@link Formatter} for a richer set of formatting capabilities.
121 * <p>See {@link Formatter} for a richer set of formatting capabilities.
  /external/icu/icu4c/source/common/unicode/
uconfig.h 381 * This switch turns off formatting and calendar/timezone services.
432 * This switch turns on other formatting fastpaths. Binary incompatible in object DecimalFormat and DecimalFormatSymbols
  /external/icu/icu4c/source/i18n/
nfsubs.h 103 // formatting
161 * operation (the inverse of the one used in formatting) is
  /external/icu/icu4c/source/i18n/unicode/
msgfmt.h 78 * During formatting, one of these sub-messages is selected according to the argument value
82 * a top-level argument, overriding the default formatting and parsing behavior
84 * However, custom formatting can be achieved more simply by writing
88 * <p>When formatting, MessageFormat takes a collection of argument values
356 * @param newLocale The locale to use for formatting dates and numbers.
367 * @param newLocale The locale to use for formatting dates and numbers.
    [all...]
reldatefmt.h 28 * The formatting style
58 * Represents the unit for formatting a relative date. e.g "in 5 days"
uformattable.h 18 * \brief C API: UFormattable is a thin wrapper for primitive types used for formatting and parsing.
57 * Opaque type representing various types of data which may be used for formatting
  /external/libchrome/base/strings/
safe_sprintf.h 40 // These functions allow for formatting complicated messages from contexts that
205 // This is the internal function that performs the actual formatting of
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Format.c 471 /* SUCCESSFUL formatting complete */
554 /* Check for further formatting */
phFriNfc_SmtCrdFmt.c 19 * \brief This component encapsulates different smart and simple tag formatting functionalities,
72 * \brief Used to Reset the context variables , before the actual smart card formatting
  /external/tlsdate/
CHANGELOG 79 Update man pages formatting
109 misc src changes (retab, formatting, includes, etc)
  /external/v8/src/mips/
disasm-mips.cc 106 // Handle formatting of instructions and their options.
135 // Support for assertions in the Decoder formatting functions.
473 // Handle all register based formatting in this function to reduce the
495 // Handle all FPUregister based formatting in this function to reduce the
541 // FormatOption takes a formatting string and interprets it based on
545 // characters that were consumed from the formatting string.
755 // Format takes a formatting string for a whole instruction and prints it into
761 if (cur == '\'') { // Single quote is used as the formatting escape.
    [all...]
  /external/valgrind/include/
pub_tool_libcprint.h 37 Formatting functions
40 /* The formatting functions supports a subset (and 2 extensions) of
  /frameworks/base/core/java/android/preference/
ListPreference.java 157 * has a {@linkplain java.lang.String#format String formatting}
176 * {@linkplain java.lang.String#format String formatting}
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 30 * urls, acronyms,formatting (e.g., '*'s for bold), me commands
83 * Create a message parser to parse urls, formatting, acronyms, smileys,
469 * Deal with formatting characters.
472 * - Treat all contiguous strings of formatting characters as one block.
475 * is used to determine whether to turn on/off that type of formatting;
641 * section with special formatting.
    [all...]
  /libcore/ojluni/src/main/java/java/util/logging/
Handler.java 76 * The <tt>Handler</tt> is responsible for formatting the message, when and
77 * if necessary. The formatting should include localization.

Completed in 973 milliseconds

<<21222324252627282930>>