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

<<11121314151617181920>>

  /external/proguard/src/proguard/classfile/editor/
LocalVariableTypeInfoAdder.java 28 * This LocalVariableTypeInfoVisitor adds all line numbers that it visits to the given
39 * Creates a new LocalVariableTypeInfoAdder that will copy line numbers into the
  /external/tcpdump/
packetdat.awk 2 # we need to know (usual) packet size to convert byte numbers
3 # to packet numbers
  /external/v8/test/mjsunit/
unicode-string-to-number.js 29 // characters when converting to numbers.
33 // Check that long string can convert to proper numbers.
  /external/valgrind/main/none/tests/
filter_fdleak 17 # different numbers of entries, line numbers or not depending on whether
  /packages/apps/Dialer/tests/res/values/
donottranslate_strings.xml 36 <string name="useRandomNumbers">Use random numbers</string>
39 <string name="noLogEntriesToast">No entries in the call log yet. Need at least one record for the template. Or use random numbers.</string>
  /packages/apps/Mms/tests/src/com/android/mms/util/
VerifyRecipientUnitTests.java 52 assertEquals("Numbers aren't equal",
56 assertEquals("Numbers aren't equal",
  /external/chromium_org/third_party/libphonenumber/src/resources/
phonenumber.proto 17 // Definition of protocol buffer for representing international telephone numbers.
42 // numbers with a maximum length of 40 digits. It is defined as a string here to accommodate for the
50 // There have been plans to migrate fixed-line numbers to start with the digit two since December
65 // This field is used to store the raw input string containing phone numbers before it was
66 // canonicalized by the library. For example, it could be used to store alphanumerical numbers
86 // parameter provided in the parsing function by the clients. This happens mostly for numbers
PhoneNumberMetadata.xml 30 hence only basic validation rules (numbers should be between 3 and 15 digits long) will be
150 <!-- Note that the definitions of 1800 and 1802 numbers differ in the plan and on the
156 <!-- The national numbering plan says that numbers beginning with 9 are reserved for special
273 <!-- 268 468 is not in the plan, but has been added after numbers with this prefix have been
287 <!-- 268 776/778/779 are not in the plan, but have been added after numbers with these
497 Cost Services", it is highly likely these numbers are premium rate numbers. No
556 <!-- Includes telephone numbers in Nagorno-Karabakh Republic, physically located inside
631 <!-- Expanded the 92 prefix possibilities to match numbers found online. Unitel
932 <!-- Format short numbers as a block. --
    [all...]
  /packages/apps/Calculator/res/values/
strings.xml 22 <!-- Displayed numbers for the digit buttons -->
24 <!-- Displayed numbers for the digit buttons -->
26 <!-- Displayed numbers for the digit buttons -->
28 <!-- Displayed numbers for the digit buttons -->
30 <!-- Displayed numbers for the digit buttons -->
32 <!-- Displayed numbers for the digit buttons -->
34 <!-- Displayed numbers for the digit buttons -->
36 <!-- Displayed numbers for the digit buttons -->
38 <!-- Displayed numbers for the digit buttons -->
40 <!-- Displayed numbers for the digit buttons --
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 31 internal representation will change, if numbers with greater precision
34 it can be used to represent both signed and unsigned numbers. For
41 You may also represent with numbers in smaller precision using double_int.
51 numbers with precision higher than HOST_WIDE_INT). It might be less
131 you are representing numbers with precision less than
141 of the following operations, if the precision of the numbers
238 /* Zero and sign extension of numbers in smaller precisions. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 31 internal representation will change, if numbers with greater precision
34 it can be used to represent both signed and unsigned numbers. For
41 You may also represent with numbers in smaller precision using double_int.
51 numbers with precision higher than HOST_WIDE_INT). It might be less
131 you are representing numbers with precision less than
141 of the following operations, if the precision of the numbers
238 /* Zero and sign extension of numbers in smaller precisions. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
double-int.h 31 internal representation will change, if numbers with greater precision
34 it can be used to represent both signed and unsigned numbers. For
41 You may also represent with numbers in smaller precision using double_int.
51 numbers with precision higher than HOST_WIDE_INT). It might be less
131 you are representing numbers with precision less than
141 of the following operations, if the precision of the numbers
238 /* Zero and sign extension of numbers in smaller precisions. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
double-int.h 31 internal representation will change, if numbers with greater precision
34 it can be used to represent both signed and unsigned numbers. For
41 You may also represent with numbers in smaller precision using double_int.
51 numbers with precision higher than HOST_WIDE_INT). It might be less
131 you are representing numbers with precision less than
141 of the following operations, if the precision of the numbers
238 /* Zero and sign extension of numbers in smaller precisions. */
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 61 this.numbers = new Array(this.size);
63 this.numbers[i] = i + 1;
66 var r = Math.floor(Math.random() * this.numbers.length);
68 var tmp = this.numbers[i];
69 this.numbers[i] = this.numbers[r];
70 this.numbers[r] = tmp;
259 var len = this.numbers.length;
269 var val = this.numbers[i];
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 41 // types of numbers in New Zealand.
91 // Test parsing mobile numbers of Argentina.
98 // Test parsing fixed-line numbers of Argentina.
124 // Test parsing fixed-line numbers of Mexico.
129 // Test parsing mobile numbers of Mexico.
248 // Numbers should not be considered valid, if they are surrounded by Latin characters, but
265 // Numbers followed by % should be dropped.
279 // Contexts with trailing characters. Leading characters are okay here since the numbers we will
286 // Numbers should not be considered valid, if they have trailing Latin characters, but should be
299 // Numbers should be considered valid, since they start with punctuation
662 StringBuilder numbers = new StringBuilder(); local
685 StringBuilder numbers = new StringBuilder(); local
700 StringBuilder numbers = new StringBuilder(); local
    [all...]
  /external/opencv/cvaux/src/
cvmorphing.cpp 281 int *first_num, /* numbers of pixel in first line */
283 int *second_num, /* numbers of pixel in second line */
286 int *dst_num, /* numbers of pixel in output line */
362 int *first_num, /* numbers of pixel in first line */
364 int *second_num, /* numbers of pixel in second line */
367 int *dst_num, /* numbers of pixel in output line */
381 first_num, /* numbers of pixel in first line */
383 second_num, /* numbers of pixel in second line */
386 dst_num, /* numbers of pixel in output line */
  /external/chromium_org/base/
sys_info_android.cc 16 // Default version of Android to fall back to when actual version numbers
24 // Parse out the OS version numbers from the system properties.
30 // Try to parse out the version numbers from the string.
35 // If we don't have a full set of version numbers, make the extras 0.
151 // Parse out the numbers.
  /external/libppp/src/
slcompress.h 47 * numbers have changed (bottom 5 bits). The next octet is a
55 * There are 5 numbers which can change (they are always inserted
61 * use a variable length coding with one octet for numbers in the
62 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
80 * and in the interest of conserving bits, numbers are chosen so the
  /external/ppp/pppd/include/net/
slcompress.h 36 * numbers have changed (bottom 5 bits). The next octet is a
44 * There are 5 numbers which can change (they are always inserted
50 * use a variable length coding with one octet for numbers in the
51 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
69 * and in the interest of conserving bits, numbers are chosen so the
vjcompress.h 36 * numbers have changed (bottom 5 bits). The next octet is a
44 * There are 5 numbers which can change (they are always inserted
50 * use a variable length coding with one octet for numbers in the
51 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the
69 * and in the interest of conserving bits, numbers are chosen so the
  /external/stlport/test/unit/
equal_test.cpp 43 int numbers[10] = { 0, 0, 1, 1, 2, 2, 2, 2, 3, 3 }; local
44 pair<int*, int*> range = equal_range((int*)numbers, (int*)numbers + 10, 2);
45 CPPUNIT_ASSERT( (range.first - numbers) == 4 );
46 CPPUNIT_ASSERT( (range.second - numbers) == 8 );
  /ndk/tests/device/test-gnustl-full/unit/
equal_test.cpp 43 int numbers[10] = { 0, 0, 1, 1, 2, 2, 2, 2, 3, 3 }; local
44 pair<int*, int*> range = equal_range((int*)numbers, (int*)numbers + 10, 2);
45 CPPUNIT_ASSERT( (range.first - numbers) == 4 );
46 CPPUNIT_ASSERT( (range.second - numbers) == 8 );
  /ndk/tests/device/test-stlport/unit/
equal_test.cpp 43 int numbers[10] = { 0, 0, 1, 1, 2, 2, 2, 2, 3, 3 }; local
44 pair<int*, int*> range = equal_range((int*)numbers, (int*)numbers + 10, 2);
45 CPPUNIT_ASSERT( (range.first - numbers) == 4 );
46 CPPUNIT_ASSERT( (range.second - numbers) == 8 );
  /external/bison/src/
derives.c 31 /* Linked list of rule numbers. */
69 /* DSET[NTERM - NTOKENS] -- A linked list of the numbers of the rules
75 indexed by rule numbers. */
  /external/chromium_org/chrome/browser/ui/webui/options/
autofill_options_handler.h 77 // Validates a list of phone numbers. The resulting validated list of
78 // numbers is then sent back to the WebUI.
80 // array of numbers, and the country code string set on the profile.

Completed in 1389 milliseconds

<<11121314151617181920>>