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

<<61626364656667686970>>

  /external/icu4c/i18n/unicode/
rbnf.h 61 * The RuleBasedNumberFormat class formats numbers according to a set of rules. This number formatter is
80 * In a typical spellout rule set, the first twenty rules are the words for the numbers from
86 * <p>For larger numbers, we can use the preceding set of rules to format the ones place, and
100 * to all numbers from its own base value to one less than the next rule's base value. The
107 * <p>For even larger numbers, we can actually look up several parts of the number in the
143 * Notice also that the size of the major groupings in large numbers is controlled by the
144 * spacing of the rules: because in English we group numbers by thousand, the higher rules
178 * <p>The above syntax suffices only to format positive integers. To format negative numbers,
184 * where the base value would be. This rule is used to format all negative numbers. the
188 * <p>We also add a special rule called a <em>fraction rule </em>for numbers with fractiona
    [all...]
  /external/icu4c/test/intltest/
tsnmfmt.cpp 198 // Both numbers DON'T have a round-off problem when multiplied by 100! (shown as %)
268 // try again with very large numbers
272 // try again with very large numbers
tufmtts.cpp 218 const int numbers[] = {1, 7}; local
263 numberIndex < sizeof(numbers)/sizeof(int);
274 TimeUnitAmount *tamt = new TimeUnitAmount(numbers[numberIndex], tunits[unitIndex], status);
  /external/jpeg/
wizard.doc 42 appear between numbers. Also, comments can be included: a comment starts
85 "-qslots 0,1,2". If -qslots gives fewer table numbers than there are color
154 between numbers and around punctuation. Also, comments can be included: a
  /external/llvm/unittests/ADT/
DenseMapTest.cpp 238 // Make this more interesting by inserting 100 numbers into the map.
262 // Insert 100 numbers into the map
270 // Iterate over all numbers and mark each one found.
  /external/proguard/docs/
FAQ.html 57 source file names, line numbers, field names, method names, argument names,
64 names, method names, and line numbers given in exception stack traces.
243 out. If line numbers have been obfuscated away, a list of alternative method
  /external/protobuf/src/google/protobuf/compiler/
parser.h 79 // and column numbers for errors reported by DescriptorPool during validation.
303 // DescriptorPool when validating descriptors -- to line and column numbers
311 // *column with the line and column numbers. If not found, sets *line to
  /external/protobuf/src/google/protobuf/
descriptor_database.h 88 // Finds the tag numbers used by all known extensions of
93 // numbers. Returns true if the search was successful, otherwise
157 // An index mapping file names, symbol names, and extension numbers to
unknown_field_set_unittest.cc 80 // numbers as all_fields_data_ except that each field is some other wire
113 // numbers of TestAllTypes should NOT be present.
355 // they are declared as extension numbers.
  /external/qemu/android/
qemu-setup.c 270 derror( "option -ports must be followed by two comma separated positive integer numbers" );
277 derror( "option -ports must be followed by two comma separated positive integer numbers" );
282 derror( "option -ports must be followed by two different integer numbers" );
  /external/qemu/distrib/jpeg-6b/
wizard.doc 42 appear between numbers. Also, comments can be included: a comment starts
85 "-qslots 0,1,2". If -qslots gives fewer table numbers than there are color
154 between numbers and around punctuation. Also, comments can be included: a
  /external/sqlite/android/
PhoneNumberUtils.cpp 138 * digit to compare two phone numbers.
260 * Compare phone numbers a and b, return true if they're identical
378 // numbers are just 66 or not"), assuming inputs are small
  /external/v8/test/mjsunit/
array-sort.js 40 // Sort numbers by value using a compare functions.
44 // Default sort on negative numbers.
49 // Default sort on negative and non-negative numbers.
  /frameworks/av/media/libstagefright/codecs/avc/common/src/
reflist.cpp 44 /* subclause 8.2.4.1 Decoding process for picture numbers. */
68 /* subclause 8.2.4.1 Decoding process for picture numbers. */
97 /* subclause 8.2.4.1 Decoding process for picture numbers. */
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallerInfoAsyncQuery.java 154 // shortcuts to avoid query for recognized numbers.
332 * numbers and one for SIP addresses, and then have
402 // check to see if these are recognized numbers, and use shortcuts if we can.
  /frameworks/opt/datetimepicker/src/com/android/datetimepicker/time/
RadialSelectorView.java 86 * @param hasInnerCircle Whether we have both an inner and an outer circle of numbers
88 * @param disappearsOut Whether the numbers' animation will have them disappearing out
120 // Calculate values for the radius size(s) of the numbers circle(s).
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
UsimPhoneBookManager.java 215 // SIM record numbers are 1 based
279 // SIM record numbers are 1 based.
285 // SIM record numbers are 1 based.
  /hardware/invensense/60xx/mlsdk/mllite/
mlarray_legacy.c 369 * Returns an array of three numbers representing the current estimated
370 * error in the compass biases. These numbers are unitless and serve
371 * as rough estimates in which numbers less than 100 typically represent
  /packages/apps/Calendar/src/com/android/calendar/month/
SimpleWeekView.java 87 * If this month should display week numbers. false if 0, true otherwise.
241 // Allocate space for caching the day numbers and focus values
424 * Draws the week and month day numbers for this week. Override this method
  /packages/apps/Dialer/src/com/android/dialer/dialpad/
SmartDialNameMatcher.java 120 * @param query - Normalized query (only contains numbers from 0-9)
177 * @param query - Normalized query (only contains numbers from 0-9)
189 * @param query - Normalized query (only contains numbers from 0-9)
  /packages/apps/InCallUI/src/com/android/incallui/
CallerInfoAsyncQuery.java 152 // shortcuts to avoid query for recognized numbers.
330 * numbers and one for SIP addresses, and then have
398 // check to see if these are recognized numbers, and use shortcuts if we can.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
random 40 * A facility for generating random numbers on selected distributions.
212 * Produces random numbers on a given distribution function using a
315 * numbers, either from a discrete or a continuous interval. The
334 * A random number generator that produces pseudorandom numbers using the
517 * correctly, this generator will produce numbers with a very long period and
701 * numbers using @f$x_{i}\leftarrow(x_{i - s} - x_{i - r} -
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
libio.h 114 /* Magic numbers and bits for the _flags field.
115 The magic numbers use the high-order bits of _flags;
117 Note: The magic numbers must all be negative if stdio
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
random.h 44 * A facility for generating random numbers on selected distributions.
222 * Produces random numbers on a given distribution function using a
325 * numbers, either from a discrete or a continuous interval. The
344 * A random number generator that produces pseudorandom numbers using the
527 * correctly, this generator will produce numbers with a very long period and
711 * numbers using @f$x_{i}\leftarrow(x_{i - s} - x_{i - r} -
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
libio.h 114 /* Magic numbers and bits for the _flags field.
115 The magic numbers use the high-order bits of _flags;
117 Note: The magic numbers must all be negative if stdio

Completed in 1773 milliseconds

<<61626364656667686970>>