HomeSort by relevance Sort by last modified time
    Searched full:formatted (Results 126 - 150 of 1015) sorted by null

1 2 3 4 56 7 8 91011>>

  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneNumberFormatter.java 55 // Note changes the user made before onPostExecute() will not be formatted, but
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/mail/
FetchProfile.java 54 * The provider should, if possible, fill in a properly formatted MIME structure in
  /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/
DomainList.java 63 * Returns the list of domains formatted as a route
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
pretty-print.h 30 /* The type of a text to be formatted according a format specification
66 The second phase replaces all odd-numbered chunks with formatted
90 /* Where to output formatted text. */
162 /* Where to put whitespace around the entity being formatted. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
pretty-print.h 30 /* The type of a text to be formatted according a format specification
66 The second phase replaces all odd-numbered chunks with formatted
90 /* Where to output formatted text. */
162 /* Where to put whitespace around the entity being formatted. */
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
pretty-print.h 30 /* The type of a text to be formatted according a format specification
66 The second phase replaces all odd-numbered chunks with formatted
90 /* Where to output formatted text. */
162 /* Where to put whitespace around the entity being formatted. */
  /system/core/adb/
utils.h 55 /* tries to add a formatted string to a bounded buffer */
  /system/extras/tests/bionic/libc/other/
test_vfprintf_leak.c 29 * the initial code leaked heap memory each time a formatted double was printed
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 212 * @return the formatted string.
226 * occurrence of this field in the formatted text.
231 * the target string buffer to append the formatted double value
235 * of the alignment field in the formatted text.
245 * @return the formatted string.
259 * occurrence of this field in the formatted text.
264 * the target string buffer to append the formatted long value
268 * of the alignment field in the formatted text.
284 * in the formatted text.
289 * the target string buffer to append the formatted number to
    [all...]
FieldPosition.java 21 * Identifies fields in formatted strings. If a {@code FieldPosition} is passed
23 * the start and end indices of the field in the formatted string.
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CollectionCertStoreParametersTest.java 197 * Assertion: returns the formatted string describing parameters
208 * Assertion: returns the formatted string describing parameters
  /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
Support_Format.java 46 assertEquals("Test " + count + ": incorrect formatted text",
49 assertEquals("Test " + count + ": incorrect formatted text", text,
Support_MessageFormat.java 61 // test other format fields that are included in the formatted text
67 // test fields that are not included in the formatted text
  /external/libnfc-nxp/src/
phFriNfc_MifULFormat.h 181 * \brief Initiates the conversion of the already NDEF formatted tag to READ ONLY.
183 * \copydoc page_ovr The function initiates the conversion of the already NDEF formatted
  /external/llvm/include/llvm/Support/
FormattedStream.h 1 //===-- llvm/Support/FormattedStream.h - Formatted streams ------*- C++ -*-===//
22 /// formatted_raw_ostream - Formatted raw_fd_ostream to handle
  /external/qemu/android/utils/
assert.h 35 /* Report an assertion failure then panic. Arguments are formatted string */
124 /* Generic assertion, must be followed by formatted string parameters */
  /frameworks/base/opengl/java/android/opengl/
ETC1.java 90 * @param in a native order direct buffer of the image data. Formatted such that
121 * Check if a PKM header is correctly formatted.
  /libcore/luni/src/main/java/java/io/
Console.java 66 * Writes a formatted string to the console using
160 * A formatted prompt is also displayed.
  /libcore/support/src/test/java/tests/support/
Support_Format.java 46 assertEquals("Test " + count + ": incorrect formatted text",
49 assertEquals("Test " + count + ": incorrect formatted text", text,
Support_MessageFormat.java 60 // test other format fields that are included in the formatted text
66 // test fields that are not included in the formatted text
  /external/blktrace/doc/
blkparse.1 5 blkparse \- produce formatted output of event streams of block devices
15 various devices on various CPUs, and produce a formatted output of the event
17 \fIblktrace\fR utility and convert it to a nicely formatted and human-readable
28 is combining event streams and dumping formatted data.
53 By default, blkparse sends formatted data to standard output. This may
  /external/icu4c/i18n/unicode/
unum.h 291 * The integer will be formatted according to the UNumberFormat's locale.
294 * @param result A pointer to a buffer to receive the formatted number.
320 * The int64 will be formatted according to the UNumberFormat's locale.
323 * @param result A pointer to a buffer to receive the formatted number.
349 * The double will be formatted according to the UNumberFormat's locale.
352 * @param result A pointer to a buffer to receive the formatted number.
378 * The number will be formatted according to the UNumberFormat's locale.
385 * @param result A pointer to a buffer to receive the formatted number.
412 * The double will be formatted according to the UNumberFormat's locale.
416 * @param result a pointer to the buffer to receive the formatted numbe
    [all...]
numfmt.h 192 * a formatted number should be returned.
317 * @param number The value to be formatted.
330 * @param number The value to be formatted.
343 * @param number The value to be formatted.
356 * @param number The value to be formatted.
371 * @param number The value to be formatted.
389 * @param number The value to be formatted.
405 * @param number The value to be formatted.
424 * @param number The value to be formatted.
439 * @param number The value to be formatted
    [all...]
  /external/icu4c/test/intltest/
dtptngts.cpp 487 logln(UnicodeString(" Formatted date:") + rDate);
512 logln(UnicodeString(" Formatted date:") + rDate);
731 UnicodeString formatted; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 1302 String formatted = XmlPrettyPrinter.prettyPrint(actual, formatPrefs, style, local
    [all...]

Completed in 814 milliseconds

1 2 3 4 56 7 8 91011>>