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

1 2 3 4 5 6 78 91011>>

  /external/guava/src/com/google/common/base/
Preconditions.java 99 * Unmatched arguments will be appended to the formatted message in square
154 * Unmatched arguments will be appended to the formatted message in square
213 * Unmatched arguments will be appended to the formatted message in square
396 * be appended to the end of the formatted message in square braces.
  /external/icu4c/i18n/unicode/
measure.h 35 * <p>Measure objects are parsed and formatted by subclasses of
rbnf.h 104 * the number being formatted is an even multiple of 10 (the hyphen is a literal hyphen; 24
119 * formatted by the divisor. The integral quotient is used to fill in the &lt;&lt;
122 * formatted is an even multiple of the rule's divisor. The rules are applied recursively, so
196 * fractional part is formatted as a series of single-digit numbers (e.g., 123.456 would be
197 * formatted as &quot;one hundred twenty-three point four five six&quot;).</p>
297 * use the master rule.&nbsp; (If the number being formatted was passed in as a <tt>long</tt>,
314 * <li>For each rule in the list, multiply the number being formatted (which will always be
320 * denominator produces the fraction closest in value to the number being formatted wins.) If
333 * the number being formatted.</p>
337 * number being formatted. An optional <em>substitution descriptor </em>specifies how th
    [all...]
  /external/icu4c/io/
ufmt_cmn.h 96 * @param minDigits The minimum number of digits for for the formatted number,
uprintf.c 72 /* just write the formatted output */
  /external/icu4c/test/intltest/
dcfmapts.cpp 140 logln( (UnicodeString) "" + (int32_t) d + " formatted to " + res1);
143 logln((UnicodeString) "" + (int32_t) l + " formatted to " + res2);
150 logln((UnicodeString) "" + (int32_t) fD.getDouble() + " formatted to " + res3);
157 logln((UnicodeString) "" + fL.getLong() + " formatted to " + res4);
  /external/junit/src/junit/textui/
ResultPrinter.java 98 * Returns the formatted string of the elapsed time.
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 322 /**< \internal Stores the card state Ex: Blank/Formatted etc. */
343 /**< \internal Stores the output/result of the format procedure. Ex: Formatted Successfully,
448 * \brief Initiates the conversion of the already NDEF formatted tag to READ ONLY.
450 * \copydoc page_ovr The function initiates the conversion of the already NDEF formatted
  /external/libxml2/
xmlwriter.c     [all...]
  /external/llvm/tools/llvm-diff/
DiffConsumer.h 45 /// Record a formatted difference within the current context.
  /external/ppp/pppd/
chap-new.h 97 * Note: challenge and response arguments below are formatted as
  /external/qemu/android/
hw-control.c 109 D("%s: badly formatted", __FUNCTION__ );
  /external/v8/src/
messages.h 100 // Report a formatted message (needs JS allocation).
  /external/v8/test/mjsunit/
mirror-error.js 80 // Check the formatted text (regress 1231579).
mirror-function.js 82 // Check the formatted text (regress 1142074).
  /frameworks/base/core/java/android/nfc/tech/
Ndef.java 44 * formatted to contain NDEF data.
63 * implement {@link Ndef} on MIFARE Classic tags formatted to NDEF.
137 * This indicates the tag is not NDEF formatted, or that this tag
138 * is NDEF formatted but under a vendor specification that this Android
  /frameworks/base/core/java/android/os/
ParcelUuid.java 49 * if {@code uuid} is not formatted correctly.
  /frameworks/base/media/mtp/
MtpUtils.cpp 29 take the form of a Unicode string formatted as: "YYYYMMDDThhmmss.s". In this
  /frameworks/base/packages/VpnDialogs/res/values/
strings.xml 53 <!-- Formatted string for the network usage over VPN. [CHAR LIMIT=40] -->
  /frameworks/base/test-runner/src/junit/textui/
ResultPrinter.java 99 * Returns the formatted string of the elapsed time.
  /hardware/libhardware/include/hardware/
qemud.h 36 * that sends its formatted string argument(s) to the log.
  /libcore/luni/src/main/java/java/lang/
Appendable.java 23 * implements this interface can receive data formatted by a
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/cert/
MyCertificate.java 85 * Returns formatted <code>String</code>
  /packages/apps/Calendar/src/com/android/calendar/
AsyncQueryService.java 158 * @param selection A filter declaring which rows to return, formatted as an
165 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
226 * @param selection A filter declaring which rows to update, formatted as an
263 * @param selection A filter declaring which rows to delete, formatted as an
  /packages/apps/Contacts/src/com/android/contacts/
PhoneCallDetails.java 29 /** The formatted version of {@link #number}. */

Completed in 1204 milliseconds

1 2 3 4 5 6 78 91011>>