| /external/chromium_org/gpu/config/ |
| gpu_control_list_format.txt | 49 // 22. "webkit_bugs" is an array of associated webkit bug numbers. 50 // 23. "cr_bugs" is an array of associated webkit bug numbers. 70 // "any". "value" and "value2" are valid float numbers.
|
| /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/ |
| diy-fp.h | 38 // with a uint64 significand and an int exponent. Normalized DiyFp numbers will 50 // The exponents of both numbers must be the same and the significand of this 60 // The exponents of both numbers must be the same and this must be bigger
|
| /external/chromium_org/tools/grit/grit/format/ |
| c_format.py | 52 "Return the octal form of the hex numbers" 66 # output message with non-ascii chars escaped as octal numbers 67 # C's grammar allows escaped hexadecimal numbers to be infinite,
|
| /external/chromium_org/v8/src/ |
| diy-fp.h | 35 // with a uint64 significand and an int exponent. Normalized DiyFp numbers will 47 // The exponents of both numbers must be the same and the significand of this 57 // The exponents of both numbers must be the same and this must be bigger
|
| /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
| components.html | 13 the performance results, hence make it easy to match the numbers in the corresponding 28 Several performance numbers (e.g. Elapsed Process Time and CPU Time) are stored 38 + Performance numbers
|
| /external/libnfc-nxp/src/ |
| phFriNfc_IntNdefMap.h | 55 /* NFC Device Major and Minor Version numbers*/ 56 /* !!CAUTION!! these needs to be updated periodically.Major and Minor version numbers 64 /* Macros to find major and minor TAG : Ex:Type1/Type2/Type3/Type4 version numbers*/
|
| /external/libvpx/libvpx/examples/includes/geshi/geshi/ |
| m68k.php | 103 'NUMBERS' => array( 128 //Hex numbers 130 //Binary numbers
|
| vhdl.php | 107 'NUMBERS' => array( 130 //Hex numbers and scientific notation for numbers
|
| /external/openssh/ |
| moduli.0 | 7 The /etc/moduli file contains prime numbers and generators for use by 12 numbers that are likely to be useful. A second primality testing pass, 13 using ssh-keygen -T, provides a high degree of assurance that the numbers
|
| moduli.5 | 25 file contains prime numbers and generators for use by 36 calculates numbers that are likely to be useful. 41 provides a high degree of assurance that the numbers are prime and are
|
| /external/smack/src/org/xbill/DNS/ |
| TTL.java | 7 * numbers followed by 1 letter units of time (W - week, D - day, H - hour, 28 * BIND-style string with numbers and units. 76 * string with numbers and units.
|
| /external/stlport/test/unit/ |
| adj_test.cpp | 87 int numbers[5] = { 1, 2, 4, 8, 16 }; local 89 adjacent_difference(numbers, numbers + 5, (int*)difference);
|
| /external/v8/src/ |
| diy-fp.h | 35 // with a uint64 significand and an int exponent. Normalized DiyFp numbers will 47 // The exponents of both numbers must be the same and the significand of this 57 // The exponents of both numbers must be the same and this must be bigger
|
| /frameworks/av/libvideoeditor/vss/inc/ |
| M4EXIFC_CommonAPI.h | 103 * @brief get the version numbers of the exif library. 104 * @note This function retrieves the version numbers in a structure. 105 * @param pVersion: (OUT) the structure containing version numbers
|
| /frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
| LVM_Macros.h | 29 A, B and C are all 32 bit SIGNED numbers and ShiftR can vary from 0 to 64 67 A and C are 32 bit SIGNED numbers. B is a 16 bit SIGNED number. 100 A,B and C are 32 bit SIGNED numbers.
|
| /libcore/luni/src/main/java/java/math/ |
| Division.java | 30 * <li><i>gcd</i> between {@link BigInteger} numbers.</li> 35 * <li>Modular exponentiation between {@link BigInteger} numbers.</li> 36 * <li>Modular inverse of a {@link BigInteger} numbers.</li>
|
| /ndk/tests/device/test-gnustl-full/unit/ |
| adj_test.cpp | 87 int numbers[5] = { 1, 2, 4, 8, 16 }; local 89 adjacent_difference(numbers, numbers + 5, (int*)difference);
|
| /ndk/tests/device/test-stlport/unit/ |
| adj_test.cpp | 87 int numbers[5] = { 1, 2, 4, 8, 16 }; local 89 adjacent_difference(numbers, numbers + 5, (int*)difference);
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
| fix_operator.py | 7 operator.isNumberType(obj) -> isinstance(obj, numbers.Number) 72 @invocation("isinstance(%s, numbers.Number)") 74 return self._handle_type2abc(node, results, u"numbers", u"Number")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/ |
| fix_operator.py | 7 operator.isNumberType(obj) -> isinstance(obj, numbers.Number) 72 @invocation("isinstance(%s, numbers.Number)") 74 return self._handle_type2abc(node, results, u"numbers", u"Number")
|
| /frameworks/ex/common/tests/src/com/android/common/widget/ |
| GroupingListAdapterTests.java | 107 private void buildCursor(String... numbers) { 110 for (String number : numbers) { 288 String[] numbers = new String[500]; local 289 for (int i = 0; i < numbers.length; i++) { 292 numbers[i] = String.valueOf((i / 2) * 2); 295 buildCursor(numbers);
|
| /packages/apps/ContactsCommon/src/com/android/contacts/common/ |
| MoreContactUtils.java | 58 // if this is not about phone numbers, we know this is not a match (of course, some 76 // Match phone numbers represented by keypad letters, in which case prefer the 84 // do a full parse of the numbers 88 // don't understand the numbers? let's play it safe 96 // For NANP phone numbers, match when one has +1 and the other does not. 99 // At this point, the numbers can be either case 1 or 2 below....
|
| /packages/apps/InCallUI/src/com/android/incallui/ |
| CallerInfoUtils.java | 67 final String[] numbers = number.split("&"); local 68 number = numbers[0]; 69 if (numbers.length > 1) { 70 info.forwardingNumber = numbers[1]; 80 * Handles certain "corner cases" for CNAP. When we receive weird phone numbers 171 // sanitized phone numbers.
|
| /external/chromium/chrome/browser/autofill/ |
| field_types.h | 46 // Work phone numbers (values [15,19]) are deprecated. 54 // Cell phone numbers (values [25, 29]) are deprecated.
|
| phone_field.cc | 188 // This one is the same for Home and Fax numbers. 193 // This one is the same for Home and Fax numbers. 201 // This one is the same for Home and Fax numbers. 216 // This one is the same for Home and Fax numbers. 221 // This one is the same for Home and Fax numbers. 226 // This one is the same for Home and Fax numbers. 231 // This one is the same for Home and Fax numbers. 236 // This one is the same for Home and Fax numbers.
|