HomeSort by relevance Sort by last modified time
    Searched full:numbers (Results 1151 - 1175 of 6415) sorted by null

<<41424344454647484950>>

  /libcore/luni/src/main/java/java/text/
DecimalFormat.java 33 * A concrete subclass of {@link NumberFormat} that formats decimal numbers. It
35 * numbers in any locale, including support for Western, Arabic, or Indic
36 * digits. It also supports different flavors of numbers, including integers
37 * ("123"), fixed-point numbers ("123.4"), scientific notation ("1.23E4"),
217 * integer digits to make large numbers more legible. It is commonly used for
260 * The first subpattern is for positive numbers. The second (optional)
261 * subpattern is for negative numbers.
333 * Numbers in scientific notation are expressed as the product of a mantissa and
509 * Constructs a new {@code DecimalFormat} for formatting and parsing numbers
    [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
MANIFEST.json 118 desc: "Figure out the number of ways in which a set of numbers can be manipulated.",
134 desc: "Compute the number of prime numbers in a specific range of numbers.",
166 desc: "Compute the number of prime numbers in a specific range of numbers using bit operations.",
174 desc: "Compute various numbers in a recursive manner.",
238 desc: "Calculate the spectral norm of a matrix of numbers.",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 15 from coverage.results import Analysis, Numbers
184 Numbers.set_precision(self.config.precision)
509 """Like `analysis2` but doesn't return excluded line numbers."""
520 * A list of line numbers of executable statements.
521 * A list of line numbers of excluded statements.
522 * A list of line numbers of statements not run (missing from
524 * A readable formatted string of the missing line numbers.
html.py 131 nums = analysis.numbers
146 lineno += 1 # 1-based line numbers.
168 annotate_title = "no jumps to these line numbers"
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
asyoutypeformatter.cc 167 // an incorrect region code, even if formatting only works for numbers
256 // The formatter doesn't format numbers when numberPattern contains "|", e.g.
601 // For NANPA numbers beginning with 1[2-9], treat the 1 as the national
602 // prefix. The reason is that national significant numbers in NANPA always
603 // start with [2-9] after the national prefix. Numbers beginning with 1[01]
604 // can only be short/emergency numbers, which don't need the national
634 // could countain local formatting rules for numbers entered without
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
sampler_test.cc 127 // Tests of the quality of the random numbers generated
221 // random numbers.
227 // This assumes that the prng returns 48 bit numbers
263 // geometrically distributed random numbers.
283 // Convert them to uniform random numbers
295 // "geometric/exponential random numbers\n";
472 // x^32+x^22+x^2+x^1+1 is a primitive polynomial for random numbers
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
sampler_test.cc 127 // Tests of the quality of the random numbers generated
221 // random numbers.
227 // This assumes that the prng returns 48 bit numbers
263 // geometrically distributed random numbers.
283 // Convert them to uniform random numbers
295 // "geometric/exponential random numbers\n";
472 // x^32+x^22+x^2+x^1+1 is a primitive polynomial for random numbers
  /frameworks/base/docs/html/guide/topics/resources/
string-resource.jd 321 <td>{@code one}</td><td>When the language requires special treatment of numbers like one (as with the number 1 in English and most other languages; in Russian, any number ending in 1 but not ending in 11 is in this class).</td>
324 <td>{@code two}</td><td>When the language requires special treatment of numbers like two (as with 2 in Welsh, or 102 in Slovenian).</td>
327 <td>{@code few}</td><td>When the language requires special treatment of "small" numbers (as with 2, 3, and 4 in Czech; or numbers ending 2, 3, or 4 but not 12, 13, or 14 in Polish).</td>
330 <td>{@code many}</td><td>When the language requires special treatment of "large" numbers (as with numbers ending 11-99 in Maltese).</td>
333 <td>{@code other}</td><td>When the language does not require special treatment of the given quantity (as with all numbers in Chinese, or 42 in English).</td>
  /libcore/json/src/main/java/org/json/
JSONObject.java 260 // deviate from the original by checking all Numbers, not just floats & doubles
472 * can be coerced to a long. Note that JSON represents numbers as doubles,
473 * so this is <a href="#lossy">lossy</a>; use strings to transfer numbers via JSON.
489 * can be coerced to a long. Returns 0 otherwise. Note that JSON represents numbers as doubles,
490 * so this is <a href="#lossy">lossy</a>; use strings to transfer numbers via JSON.
499 * numbers as doubles, so this is <a href="#lossy">lossy</a>; use strings to transfer
500 * numbers via JSON.
  /dalvik/dexgen/src/com/android/dexgen/rop/code/
RegisterSpecList.java 295 * all register numbers are offset by the given amount. Mutability
298 * @param delta the amount to offset the register numbers by
327 * all register numbers are renumbered sequentially from the given
RegisterSpecSet.java 127 * is also the maximum-plus-one of register numbers that may be
351 * all register numbers are offset by the given amount. Mutability
354 * @param delta the amount to offset the register numbers by
  /dalvik/dx/src/com/android/dx/rop/code/
RegisterSpecList.java 329 * all register numbers are offset by the given amount. Mutability
332 * @param delta the amount to offset the register numbers by
361 * all incompatible register numbers are renumbered sequentially from
RegisterSpecSet.java 126 * is also the maximum-plus-one of register numbers that may be
350 * all register numbers are offset by the given amount. Mutability
353 * @param delta the amount to offset the register numbers by
  /external/bison/data/
java.m4 102 # Return the smallest int type able to handle numbers ranging from
111 # Return the smallest int type able to handle numbers ranging from
122 ## Assigning token numbers. ##
  /external/chromium_org/native_client_sdk/src/web/
index.html 7 // the second is the string following the numbers.
30 // Numbers anywhere else in the string are compared using the normal
41 // They both start with numbers.
  /external/chromium_org/printing/android/java/src/org/chromium/printing/
PrintingControllerImpl.java 61 /** Numbers of pages to be printed, zero indexed. */
274 // We need to convert ranges list into an array of individual numbers for
364 // Expand ranges into a list of individual numbers.
  /external/chromium_org/third_party/icu/source/common/
uprops.h 103 /* derived age: one nibble each for major and minor version numbers */
206 * Use the same column numbers as for u_getUnicodeProperties().
213 * For other column numbers, this function will return 0.
  /external/chromium_org/third_party/icu/source/data/unidata/
Blocks.txt 185 10100..1013F; Aegean Numbers
186 10140..1018F; Ancient Greek Numbers
212 12400..1247F; Cuneiform Numbers and Punctuation
  /external/chromium_org/third_party/icu/source/i18n/unicode/
numfmt.h 54 * NumberFormat helps you to format and parse numbers for any locale.
71 * If you are formatting multiple numbers, it is more efficient to get
127 * You can also control the display of numbers with such methods as
141 * For example, you can align numbers in two ways.
155 * the end, e.g. with parentheses in negative numbers: "(12)" for -12.
480 * to specifically handle big decimal numbers must override this method.
502 * to specifically handle big decimal numbers must override this method.
539 * e.g. for rational numbers "1 2/3", will stop after the 1).
603 * Return true if this format will parse numbers as integers
609 * @return true if this format will parse numbers as integer
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tufmtts.cpp 217 const int numbers[] = {1, 7}; local
262 numberIndex < sizeof(numbers)/sizeof(int);
273 TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status);
  /external/chromium_org/v8/test/cctest/
test-dtoa.cc 280 CHECK_EQ(0, sign); // All precomputed numbers are positive.
301 CHECK_EQ(0, sign); // All precomputed numbers are positive.
325 CHECK_EQ(0, sign); // All precomputed numbers are positive.
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
RegisterSpecList.java 330 * all register numbers are offset by the given amount. Mutability
333 * @param delta the amount to offset the register numbers by
362 * all incompatible register numbers are renumbered sequentially from
RegisterSpecSet.java 126 * is also the maximum-plus-one of register numbers that may be
350 * all register numbers are offset by the given amount. Mutability
353 * @param delta the amount to offset the register numbers by
  /external/dropbear/
buffer.c 37 /* avoid excessively large numbers, > ~8192 bits */
266 /* for our purposes we only need positive (or 0) numbers, so will
267 * fail if we get negative numbers */
  /external/icu4c/i18n/unicode/
compactdecimalformat.h 17 * \brief C++ API: Formats decimal numbers in compact form.
32 * The CompactDecimalFormat produces abbreviated numbers, suitable for display in
37 * For numbers under 1000 trillion (under 10^15, such as 123,456,789,012,345),

Completed in 2075 milliseconds

<<41424344454647484950>>