/external/valgrind/main/cachegrind/tests/ |
filter_stderr | 10 # Remove numbers from I/D/LL "refs:" lines 13 # Remove numbers from I1/D1/LL/LLi/LLd "misses:" and "miss rates:" lines
|
/external/valgrind/main/helgrind/tests/ |
filter_stderr | 10 # get rid of the numbers in bits of text "Thread #n", "thread #n", 18 # Likewise for frame numbers, which depend on compilation.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atmioc.h | 1 /* atmioc.h - ranges for ATM-related ioctl numbers */ 8 * "magic" ioctl numbers.
|
serial_core.h | 46 * ARM specific type numbers. These are not currently guaranteed 58 /* Sparc type numbers. */ 69 /* Parisc type numbers. */ 75 /* Macintosh Zilog type numbers */ 96 /* MPC52xx type numbers */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmioc.h | 1 /* atmioc.h - ranges for ATM-related ioctl numbers */ 8 * "magic" ioctl numbers.
|
serial_core.h | 46 * ARM specific type numbers. These are not currently guaranteed 58 /* Sparc type numbers. */ 69 /* Parisc type numbers. */ 75 /* Macintosh Zilog type numbers */ 96 /* MPC52xx type numbers */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atmioc.h | 1 /* atmioc.h - ranges for ATM-related ioctl numbers */ 8 * "magic" ioctl numbers.
|
serial_core.h | 46 * ARM specific type numbers. These are not currently guaranteed 58 /* Sparc type numbers. */ 69 /* Parisc type numbers. */ 75 /* Macintosh Zilog type numbers */ 96 /* MPC52xx type numbers */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_abstract_numbers.py | 1 """Unit tests for numbers.py.""" 5 from numbers import Complex, Real, Rational, Integral
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_abstract_numbers.py | 1 """Unit tests for numbers.py.""" 5 from numbers import Complex, Real, Rational, Integral
|
/external/chromium/base/ |
version.cc | 80 std::vector<std::string> numbers; local 81 base::SplitString(version_str, '.', &numbers); 82 if (numbers.empty()) 84 for (std::vector<std::string>::iterator i = numbers.begin(); 85 i != numbers.end(); ++i) {
|
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/ |
ShortNumberUtil.java | 24 * Utility for international short phone numbers, such as short codes and emergency numbers. Note 25 * most commercial short numbers are not handled here, but by the PhoneNumberUtil. 76 // code before emergency numbers (e.g. +1911) works, but later, if that proves to work, we can 87 // In Brazil, emergency numbers don't work when additional digits are appended.
|
/external/tcpdump/ |
slcompress.h | 30 * numbers have changed (bottom 5 bits). The next octet is a 38 * There are 5 numbers which can change (they are always inserted 44 * use a variable length coding with one octet for numbers in the 45 * range 1 - 255 and 3 octets (0, MSB, LSB) for numbers in the 63 * and in the interest of conserving bits, numbers are chosen so the
|
/external/kernel-headers/original/asm-arm/arch/ |
irqs.h | 29 * IRQ numbers for interrupt handler 1 31 * NOTE: See also the OMAP-1510 and 1610 specific IRQ numbers below 60 * OMAP-1510 specific IRQ numbers for interrupt handler 1 72 * OMAP-1610 specific IRQ numbers for interrupt handler 1 84 * OMAP-730 specific IRQ numbers for interrupt handler 1 106 * IRQ numbers for interrupt handler 2 108 * NOTE: See also the OMAP-1510 and 1610 specific IRQ numbers below 137 * OMAP-1510 specific IRQ numbers for interrupt handler 2 142 * OMAP-1610 specific IRQ numbers for interrupt handler 2 178 * OMAP-730 specific IRQ numbers for interrupt handler [all...] |
/external/clang/test/Analysis/ |
retain-release-region-store.m | 162 NSNumber *numbers[] = { 170 for (unsigned i = 0 ; i < sizeof(numbers) / sizeof(numbers[0]) ; ++i) 171 [numbers[i] release]; 175 NSNumber *numbers[] = { 185 NSNumber *numbers[] = { 193 NSArray *s_numbers =[[NSArray alloc] initWithObjects:&numbers[0] count:sizeof(numbers) / sizeof(numbers[0])]; 195 for (unsigned i = 0 ; i < sizeof(numbers) / sizeof(numbers[0]) ; ++i [all...] |
/external/dropbear/ |
keyimport.c | 700 struct mpint_pos numbers[9]; local 738 numbers[0].start = zero; numbers[0].bytes = 1; zero[0] = '\0'; 749 numbers[2].bytes = buf_getint(keyblob); 750 numbers[2].start = buf_getptr(keyblob, numbers[2].bytes); 751 buf_incrpos(keyblob, numbers[2].bytes); 754 numbers[1].bytes = buf_getint(keyblob); 755 numbers[1].start = buf_getptr(keyblob, numbers[1].bytes) [all...] |
/bionic/libc/tools/ |
bionic_utils.py | 115 numbers = string.split(number,',') 116 if len(numbers) == 1: 117 syscall_common = int(numbers[0]) 122 if len(numbers) == 3: 124 syscall_arm = int(numbers[0]) 125 syscall_x86 = int(numbers[1]) 126 syscall_mips = int(numbers[2])
|
/external/clang/test/SemaTemplate/ |
alias-templates.cpp | 151 template <typename T, T... Numbers> 154 template <unsigned int... Numbers> 155 using MyNumberTuple = NumberTuple<unsigned int, Numbers...>; 157 template <typename U, unsigned int... Numbers> 158 void foo(U&&, MyNumberTuple<Numbers...>); 160 template <typename U, unsigned int... Numbers> 161 void bar(U&&, NumberTuple<unsigned int, Numbers...>);
|
/libcore/luni/src/main/java/java/math/ |
Primality.java | 30 /** All prime numbers with bit length lesser than 10 bits. */ 46 /** All {@code BigInteger} prime numbers with bit length lesser than 10 bits. */ 65 // * numbers in the array. 78 * It uses the sieve of Eratosthenes to discard several composite numbers in 80 * this process it applies the Miller-Rabin test to the numbers that were 119 // At this point, all numbers in the gap are initialized as 130 // To execute Miller-Rabin for non-divisible numbers by all first
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
grammar.py | 39 symbol2number -- a dict mapping symbol names to numbers. Symbol 40 numbers are always 256 or higher, to distinguish 41 them from token numbers, which are between 0 and 44 number2symbol -- a dict mapping numbers to symbol names; 55 dfas -- a dict mapping symbol numbers to (DFA, first) 64 number is the index in this list; label numbers 72 tokens -- a dict mapping token numbers to arc labels.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
grammar.py | 39 symbol2number -- a dict mapping symbol names to numbers. Symbol 40 numbers are always 256 or higher, to distinguish 41 them from token numbers, which are between 0 and 44 number2symbol -- a dict mapping numbers to symbol names; 55 dfas -- a dict mapping symbol numbers to (DFA, first) 64 number is the index in this list; label numbers 72 tokens -- a dict mapping token numbers to arc labels.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
results.py | 51 self.numbers = Numbers( 61 """The missing line numbers, formatted nicely. 110 """Returns a list of line numbers that have more than one exit.""" 138 Returns a dict mapping line numbers to a tuple: 155 class Numbers(object): 233 nums = Numbers() 244 # Implementing 0+Numbers allows us to sum() a list of Numbers.
|
/cts/tools/dasm/src/java_cup/ |
version.java | 9 * Version numbers used here are broken into 3 parts: major, minor, and 11 * Major numbers will change at the time of major reworking of some 12 * part of the system. Minor numbers for each public release or
|
/external/chromium/chrome/browser/userfeedback/proto/ |
extension.proto | 51 // NOTE: Field numbers for ExternalExtensionSubmit and InternalExtensionSubmit 55 // If the field numbers were overlapping for both protos, such cross-submission 77 // NOTE: Field numbers for ExternalExtensionSubmit and InternalExtensionSubmit
|
/external/chromium_org/net/quic/ |
quic_ack_notifier_manager.h | 47 // updates the internal set of sequence numbers in each matching AckNotifier. 63 // be told which sequeunce numbers were ACKed. 64 // Once a given QuicAckNotifier has seen all the sequence numbers it is
|