/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
reloc-bad.l | 2 .*:[[:digit:]]+: (Error|Warning): .* GPREL14 .* 3 .*:[[:digit:]]+: (Error|Warning): .* LTOFF14 .* 4 .*:[[:digit:]]+: (Error|Warning): .* LTOFF32[LM]SB .* 5 .*:[[:digit:]]+: (Error|Warning): .* LTOFF64[LM]SB .* 6 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF14 .* 7 .*:[[:digit:]]+: (Error|Warning): .* PLTOFF32[LM]SB .* 8 .*:[[:digit:]]+: (Error|Warning): .* FPTR14 .* 9 .*:[[:digit:]]+: (Error|Warning): .* FPTR22 .* 10 .*:[[:digit:]]+: (Error|Warning): .* PCREL14 .* 11 .*:[[:digit:]]+: (Error|Warning): .* LTOFF_FPTR14 . [all...] |
pound.l | 8 [[:space:]]*[[:digit:]]+[[:space:]]+\.explicit 9 [[:space:]]*[[:digit:]]+[[:space:]]+ 10 [[:space:]]*[[:digit:]]+[[:space:]]+\.global esym# 11 [[:space:]]*[[:digit:]]+[[:space:]]+ 12 [[:space:]]*[[:digit:]]+[[:space:]]+\.section \.extra#, "a", @progbits 13 [[:space:]]*[[:digit:]]+[[:space:]]+ 14 [[:space:]]*[[:digit:]]+[[:space:]]+\.text 15 [[:space:]]*[[:digit:]]+[[:space:]]+ 16 [[:space:]]*[[:digit:]]+[[:space:]]+ break 0 17 [[:space:]]*[[:digit:]]+[[:space:]] [all...] |
rotX.l | 2 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive 3 .*.s:[[:digit:]]+: Error: [Nn]umber of elements must be positive 4 .*.s:[[:digit:]]+: Error: [Bb]ad or irreducible absolute expression
|
/external/clang/test/CodeGenCXX/ |
template-dependent-bind-temporary.cpp | 16 T digit; local 17 char((digit < 10 ? '0' : 'a') + digit) + result;
|
/frameworks/base/core/java/android/widget/ |
DoubleDigitManager.java | 22 * Provides callbacks indicating the steps in two digit pressing within a 35 * @param timeoutInMillis How long after the first digit is pressed does 36 * the user have to press the second digit? 45 * Report to this manager that a digit was pressed. 46 * @param digit 48 public void reportDigit(int digit) { 50 intermediateDigit = digit; 61 if (!mCallBack.singleDigitIntermediate(digit)) { 63 // this wasn't a good candidate for the intermediate digit, 64 // make it the final digit (since there is no opportunity t [all...] |
/prebuilts/gdb/darwin-x86/include/python2.7/ |
longintrepr.h | 12 integer type, and one set for 15-bit digits with each digit stored in an 14 configure time or in pyport.h, is used to decide which digit size to use. 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type, 45 typedef PY_UINT32_T digit; typedef 46 typedef PY_INT32_T sdigit; /* signed variant of digit */ 50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */ 51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */ 53 typedef unsigned short digit; typedef 54 typedef short sdigit; /* signed variant of digit */ [all...] |
/prebuilts/gdb/linux-x86/include/python2.7/ |
longintrepr.h | 12 integer type, and one set for 15-bit digits with each digit stored in an 14 configure time or in pyport.h, is used to decide which digit size to use. 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type, 45 typedef PY_UINT32_T digit; typedef 46 typedef PY_INT32_T sdigit; /* signed variant of digit */ 50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */ 51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */ 53 typedef unsigned short digit; typedef 54 typedef short sdigit; /* signed variant of digit */ [all...] |
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
longintrepr.h | 12 integer type, and one set for 15-bit digits with each digit stored in an 14 configure time or in pyport.h, is used to decide which digit size to use. 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type, 45 typedef PY_UINT32_T digit; typedef 46 typedef PY_INT32_T sdigit; /* signed variant of digit */ 50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */ 51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */ 53 typedef unsigned short digit; typedef 54 typedef short sdigit; /* signed variant of digit */ [all...] |
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
longintrepr.h | 12 integer type, and one set for 15-bit digits with each digit stored in an 14 configure time or in pyport.h, is used to decide which digit size to use. 16 Type 'digit' should be able to hold 2*PyLong_BASE-1, and type 'twodigits' 18 PyLong_BASE*PyLong_BASE-1. x_sub assumes that 'digit' is an unsigned type, 45 typedef PY_UINT32_T digit; typedef 46 typedef PY_INT32_T sdigit; /* signed variant of digit */ 50 #define _PyLong_DECIMAL_SHIFT 9 /* max(e such that 10**e fits in a digit) */ 51 #define _PyLong_DECIMAL_BASE ((digit)1000000000) /* 10 ** DECIMAL_SHIFT */ 53 typedef unsigned short digit; typedef 54 typedef short sdigit; /* signed variant of digit */ [all...] |
/external/icu/icu4c/source/common/ |
ustrfmt.c | 32 int digit; local 37 digit = (int)(i % radix); 38 buffer[length++]=(UChar)(digit<=9?(0x0030+digit):(0x0030+digit+7));
|
/packages/apps/Messaging/src/com/android/messaging/util/ |
TextUtil.java | 40 * (e.g. Arabic, Persian) digits with their decimal digit equivalents. 48 int digit = Character.digit(c, 10); local 49 if (digit != -1) { 50 normalizedDigits.append(digit);
|
/hardware/bsp/intel/peripheral/libupm/src/tm1637/ |
javaupm_tm1637.i | 6 %varargs(4, int digit = 0) write;
|
pyupm_tm1637.i | 5 %varargs(4, int digit = 0) write;
|
jsupm_tm1637.i | 5 %varargs(4, int digit = 0) write;
|
/libcore/ojluni/src/main/java/sun/security/util/ |
DerInputBuffer.java | 300 * Generalized time has a four-digit year and allows any 311 year = 1000 * Character.digit((char)buf[pos++], 10); 312 year += 100 * Character.digit((char)buf[pos++], 10); 313 year += 10 * Character.digit((char)buf[pos++], 10); 314 year += Character.digit((char)buf[pos++], 10); 318 year = 10 * Character.digit((char)buf[pos++], 10); 319 year += Character.digit((char)buf[pos++], 10); 327 month = 10 * Character.digit((char)buf[pos++], 10); 328 month += Character.digit((char)buf[pos++], 10); 330 day = 10 * Character.digit((char)buf[pos++], 10) [all...] |
/external/ipsec-tools/src/racoon/ |
prsa_tok.l | 49 digit [0-9] 50 octet (([01]?{digit}?{digit})|((2([0-4]{digit}))|(25[0-5]))) 82 {digit}+ { prsalval.num = atol(prsatext); return NUMBER; }
|
/external/smali/smali/src/main/java/org/jf/smali/ |
LiteralTools.java | 67 } else if (Character.digit(byteChars[position], 8) >= 0) { 74 int digit; local 78 digit = Character.digit(byteChars[position], radix); 79 if (digit < 0) { 80 throw new NumberFormatException("The string contains invalid an digit - '" + byteChars[position] + "'"); 86 if (shiftedResult < 0 && shiftedResult >= -digit) { 89 result = (byte)(shiftedResult + digit); 137 } else if (Character.digit(shortChars[position], 8) >= 0) { 144 int digit; local 208 int digit; local 278 int digit; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
WNafL2RMultiplier.java | 40 int digit = wi >> 16, zeroes = wi & 0xFFFF; local 42 int n = Math.abs(digit); 43 ECPoint[] table = digit < 0 ? preCompNeg : preComp; 73 int digit = wi >> 16, zeroes = wi & 0xFFFF; 75 int n = Math.abs(digit); 76 ECPoint[] table = digit < 0 ? preCompNeg : preComp;
|
/external/selinux/libsepol/cil/src/ |
cil_lexer.l | 46 digit [0-9] 49 symbol ({digit}|{alpha}|{spec_char})+
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/ |
PhoneNumberHelper.java | 71 // Character.digit() supports ASCII and Unicode digits (fullwidth, Arabic-Indic, etc.) 72 int digit = Character.digit(c, 10); local 73 if (digit != -1) { 74 sb.append(digit);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/ |
ctype_base.h | 53 static const mask digit = 1 << 3; member in struct:ctype_base 60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/ |
ctype_base.h | 53 static const mask digit = 1 << 3; member in struct:ctype_base 60 static const mask alnum = (1 << 2) | (1 << 3); // alpha|digit
|
/packages/apps/Dialer/tests/src/com/android/dialer/dialpad/ |
DialpadFragmentInstrumentationTest.java | 77 private void pressAndReleaseKey(int digit, final DialpadFragment fragment) { 78 final View dialpadKey = findViewByDigit(digit, fragment); 87 assertEquals(digitsBefore + String.valueOf(digit), 91 private View findViewByDigit(int digit, DialpadFragment fragment) { 92 return fragment.getView().findViewById(getViewIdByDigit(digit)); 95 private int getViewIdByDigit(int digit) { 96 switch (digit) {
|
/external/webrtc/webrtc/base/ |
urlencode.cc | 20 int digit = *pch; local 21 if (digit >= '0' && digit <= '9') { 22 value += digit - '0'; 24 else if (digit >= 'A' && digit <= 'F') { 25 value += digit - 'A' + 10; 27 else if (digit >= 'a' && digit <= 'f') { 28 value += digit - 'a' + 10 [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
DateNumberFormat.java | 213 int digit = ch - digits[0]; local 214 if (digit < 0 || 9 < digit) { 215 digit = UCharacter.digit(ch); 217 if (digit < 0 || 9 < digit) { 218 for ( digit = 0 ; digit < 10 ; digit++ ) [all...] |