Home
last modified time | relevance | path

Searched refs:formatting (Results 1 – 25 of 221) sorted by relevance

123456789

/external/clang/test/SemaObjC/
Dformat-cstrings-warning.m33 …using %s directive in NSString which is being passed as a formatting argument to the formatting me…
34 …using %s directive in NSString which is being passed as a formatting argument to the formatting me…
35 …using %s directive in NSString which is being passed as a formatting argument to the formatting me…
36 …using %s directive in NSString which is being passed as a formatting argument to the formatting me…
37 …using %s directive in NSString which is being passed as a formatting argument to the formatting me…
63 …using %s directive in CFString which is being passed as a formatting argument to the formatting CF…
64 …using %s directive in CFString which is being passed as a formatting argument to the formatting CF…
74 …using %s directive in CFString which is being passed as a formatting argument to the formatting CF…
76 …using %s directive in CFString which is being passed as a formatting argument to the formatting CF…
77 …using %s directive in CFString which is being passed as a formatting argument to the formatting CF…
/external/icu/icu4c/source/test/perf/DateFmtPerf/
DReadMe.txt12 …hese cases, the performance test function does all of the work, i.e. initializing, formatting, etc.
17 DateFmt250: Tests date formatting with 250 dates
18 DateFmt10000: Tests date formatting with 10,000 dates
19 DateFmt100000: Tests date formatting with 100,000 dates
/external/autotest/client/site_tests/power_LoadTest/extension/
Dtime.js18 var formatting = { variable
24 var timeString = date.toLocaleTimeString([], formatting);
/external/fmtlib/doc/
Dapi.rst1 .. _string-formatting-api:
45 Date and time formatting
50 formatting::
65 user-defined type. That is how date and time formatting described in the
67 shows how to implement custom formatting for a user-defined structure.
95 formatting of user-defined types that have overloaded ``operator<<``::
157 Printf formatting
160 The header ``fmt/printf.h`` provides ``printf``-like formatting functionality.
264 It is also possible to write a formatting function that uses a custom
Dindex.rst4 **fmt** (formerly cppformat) is an open-source formatting library.
44 The ``fmt::print`` function performs formatting and writes the result to a file:
57 If your compiler supports C++11, then the formatting functions are implemented
179 The output of all formatting functions is consistent across platforms. In
180 particular, formatting a floating-point infinity always gives ``inf`` while the
Dsyntax.rst46 precision and so on. Each value type can define its own "formatting
49 Most built-in types support a common formatting mini-language, which is
55 formatting of a value to be dynamically specified.
70 although some of the formatting options are only supported by the numeric types.
267 Floating-point formatting is locale-dependent.
307 the printf formatting.
309 In most of the cases the syntax is similar to the printf formatting, with the
369 Using type-specific formatting::
/external/clang/docs/
DLibFormat.rst5 LibFormat is a library that implements automatic source code formatting based
31 formatting. A list of options can be found under :ref:`style-options`.
39 The style options describe specific formatting options that can be used in
DClangFormat.rst44 Use -fallback-style=none to skip formatting.
82 When the desired code formatting style is different from the available options,
121 or save any files. To revert a formatting, just undo.
180 -style STYLE formatting style to apply (LLVM, Google, Chromium, Mozilla,
/external/python/cpython2/Lib/test/
Dformatfloat_testcases.txt1 -- 'f' code formatting, with explicit precision (>= 0). Output always
92 -- 'e' code formatting with explicit precision (>= 0). Output should
221 -- 'g' code formatting.
298 -- alternate g formatting: always include decimal point and
341 -- for repr formatting see the separate test_short_repr test in
344 -- str formatting. Result always includes decimal point and at
Dtest__locale.py101 formatting = localeconv()
103 if self.numeric_tester('localeconv', formatting[lc], lc, loc):
/external/python/cpython2/Doc/library/
Drepr.rst27 Class which provides formatting services useful in implementing functions
95 formatting method is available on the :class:`Repr` object. It is applied in a
102 formatting imposed by the instance.
108 determine which formatting method to call, passing it *obj* and *level*. The
109 type-specific methods should call :meth:`repr1` to perform recursive formatting,
Dfpformat.rst6 :synopsis: General floating point formatting functions.
21 interpolation operator described in the :ref:`string-formatting` section.
Dstring.rst21 :ref:`string-formatting` section. Also, see the :mod:`re` module for
106 .. _new-string-formatting:
114 to do complex variable substitutions and value formatting via the
117 string formatting behaviors using the same implementation as the built-in
132 This function does the actual work of formatting. It is exposed as a
272 The *conversion* field causes a type coercion before formatting. Normally, the
273 job of formatting a value is done by the :meth:`__format__` method of the value
275 as a string, overriding its own definition of formatting. By converting the
276 value to a string before calling :meth:`__format__`, the normal formatting logic
289 precision and so on. Each value type can define its own "formatting
[all …]
Dstrings.rst15 described in the :ref:`string-formatting` section. Also, see the
Dcalendar.rst34 preparing the calendar data for formatting. This class doesn't do any formatting
91 Return the data for the specified year ready for formatting. The return
99 Return the data for the specified year ready for formatting (similar to
106 Return the data for the specified year ready for formatting (similar to
/external/fmtlib/
DChangeLog.rst7 * Corrected buffer growth when formatting time (`#367 <https://github.com/fmtlib/fmt/issues/367>`_)
33 `date and time formatting <http://fmtlib.net/3.0.0/api.html#date-and-time-formatting>`_
44 * ``std::ostream`` support including formatting of user-defined types that provide
68 * Added support for locale-specific integer formatting with the ``n`` specifier
76 * Sign is now preserved when formatting an integer with an incorrect ``printf``
85 * Length modifiers such as ``ll`` are now optional in printf formatting
290 * ``fmt::printf`` and ``fmt::sprintf`` now support formatting of ``bool`` with the
317 * [Breaking] ``fmt::(s)printf`` now supports formatting of objects of user-defined types
386 * Made formatting of user-defined types more efficient with a custom stream buffer
391 * Further improved performance of ``fmt::Writer`` on integer formatting
[all …]
DREADME.rst14 **fmt** is an open-source formatting library for C++.
35 <http://fmtlib.net/latest/api.html#printf-formatting-functions>`_
190 So why yet another formatting library?
261 SafeFormat is a formatting library which uses printf-like format strings
277 This is not really a formatting library but I decided to include it here
280 on integer formatting than ``fmt::Writer`` on Karma's own benchmark,
313 formatting <http://zverovich.net/2013/09/07/integer-to-string-conversion-in-cplusplus.html>`_,
314 but slower on floating-point formatting which dominates this benchmark.
357 libraries to compare formatting function overhead only. Boost Format
423 formatting. Thanks `Ruslan Baratov <https://github.com/ruslo>`_ for comprehensive
[all …]
/external/libphonenumber/
Drelease_notes.txt45 have formatting applied in formatInOriginalFormat, and
176 - Updated alternate formatting data for country calling code(s): 595
494 - New alternate formatting data for country calling code(s): 676
528 - New alternate formatting data for country calling code(s): 54, 91
558 - New alternate formatting data for country calling code(s): 95
586 - Fixing bug where digits could be lost in as-you-type formatting and
587 formatting patterns incorrectly applied.
641 - New alternate formatting data for country calling code(s): 255, 27, 381, 506
642 - Updated alternate formatting data for country calling code(s): 43
650 - New alternate formatting data for country calling code(s): 505, 679
[all …]
/external/libcxx/
D.clang-format9 # Disable formatting options which may break tests.
/external/llvm/test/CodeGen/Hexagon/
Dchecktabs.ll2 ; Make sure we are emitting tabs as formatting.
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt653 Reconstruct the active formatting elements, if any.
766 3. If node is not in the formatting category, and is not in the
784 3. If node is not in the formatting category, and is not in the
888 If the list of active formatting elements contains an element
893 element from the list of active formatting elements and the
905 Reconstruct the active formatting elements, if any.
908 list of active formatting elements.
912 Reconstruct the active formatting elements, if any.
915 list of active formatting elements.
918 Reconstruct the active formatting elements, if any.
[all …]
/external/emma/
Drelease.properties8 # properties affecting formatting of build id and date:
/external/curl/include/curl/
Dcurlbuild.h.in176 /* curl_off_t formatting string directive without "%" conversion specifier. */
179 /* unsigned curl_off_t formatting string without "%" conversion specifier. */
182 /* curl_off_t formatting string directive with "%" conversion specifier. */
Dcurlbuild.h.cmake179 /* curl_off_t formatting string directive without "%" conversion specifier. */
182 /* unsigned curl_off_t formatting string without "%" conversion specifier. */
185 /* curl_off_t formatting string directive with "%" conversion specifier. */
/external/icu/icu4c/packaging/rpm/
Dicu.spec27 and time formatting, support for many locales, message catalogs
28 and resources, message formatting, normalization, number and currency
29 formatting, time zones support, transliteration, word, line and

123456789