/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeUnitTest.java | 170 int[] numbers = new int[] {1, 7}; local 244 for( int numIndex = 0; numIndex < numbers.length; ++numIndex ) { 248 timeUnitAmount = new TimeUnitAmount(numbers[numIndex], units[unitIndex]); 256 + ", value: " + numbers[numIndex],
|
/external/lisa/libs/utils/analysis/ |
latency_analysis.py | 125 numbers = 0 130 numbers += 1 131 if numbers: 132 verb = 'is' if numbers == 1 else 'are' [all...] |
/external/protobuf/js/binary/ |
arith.js | 68 * Compare two 64-bit numbers. Returns -1 if the first is 134 * Add two 64-bit numbers to produce a 64-bit number. 148 * Subtract two 64-bit numbers to produce a 64-bit number. 162 * Multiply two 32-bit numbers to produce a 64-bit number. 168 // Directly multiplying two 32-bit numbers may produce up to 64 bits of 170 // JavaScript numbers. So we multiply with 16-bit digits (radix 65536) 343 * Add two 64-bit numbers to produce a 64-bit number. 357 * Subtract two 64-bit numbers to produce a 64-bit number.
|
/external/v8/src/inspector/ |
debugger-script.js | 144 // or [ 1, <general_error_message>, <compiler_message>, <line_number>, <column_number> ] in case of compile error, numbers are 1-based. 194 var numbers = []; 196 return numbers; 201 numbers.push(scriptBreakPoint ? scriptBreakPoint.number() : breakpoint.number()); 203 return numbers;
|
/frameworks/rs/script_api/ |
rs_convert.spec | 41 Converting numbers too large to fit the destination type yields undefined results. 109 input numbers greater than INT_MAX/255.f or less than INT_MIN/255.f result in
|
/external/llvm/test/MC/Mips/ |
micromips-invalid.s | 23 lwm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected 29 swm16 $16, $19, $ra, 8($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected 32 lwm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected 35 swm32 $16, $19, 8($4) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: consecutive register numbers expected
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
VisualVoicemailSmsFilter.java | 176 Log.i(TAG, "SMS matching VVM format received but is not from originating numbers"); 301 private static boolean isSmsFromNumbers(SmsMessage message, List<String> numbers) { 307 for (String number : numbers) {
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
BluetoothMapbMessage.java | 78 * @param phoneNumbers a String[] of phone numbers 96 * @param phoneNumbers a String[] of phone numbers 114 * @param phoneNumbers a String[] of phone numbers 139 * @param phoneNumbers a String[] of phone numbers 150 private void setPhoneNumbers(String[] numbers) { 151 if(numbers != null && numbers.length > 0) { 152 mPhoneNumbers = new String[numbers.length]; 153 for(int i = 0, n = numbers.length; i < n; i++){ 154 String networkNumber = PhoneNumberUtils.extractNetworkPortion(numbers[i]) [all...] |
/prebuilts/go/darwin-x86/src/compress/bzip2/ |
move_to_front.go | 9 // many small valued numbers, which is suitable for entropy encoding. It works
|
/prebuilts/go/darwin-x86/src/math/big/ |
floatexample_test.go | 14 // Operate on numbers of different precision.
|
/prebuilts/go/darwin-x86/src/runtime/debug/ |
stack_test.go | 23 The traceback should look something like this, modulo line numbers and hex constants.
|
/prebuilts/go/darwin-x86/src/runtime/ |
hash32.go | 16 // Constants for multiplication: four random odd 32-bit numbers.
|
hash64.go | 16 // Constants for multiplication: four random odd 64-bit numbers.
|
lfstack_64bit.go | 26 // On AMD64, virtual addresses are 48-bit numbers sign extended to 64.
|
/prebuilts/go/darwin-x86/test/ken/ |
cplx2.go | 7 // Test arithmetic on complex numbers, including multiplication and division.
|
/prebuilts/go/linux-x86/src/compress/bzip2/ |
move_to_front.go | 9 // many small valued numbers, which is suitable for entropy encoding. It works
|
/prebuilts/go/linux-x86/src/math/big/ |
floatexample_test.go | 14 // Operate on numbers of different precision.
|
/prebuilts/go/linux-x86/src/runtime/debug/ |
stack_test.go | 23 The traceback should look something like this, modulo line numbers and hex constants.
|
/prebuilts/go/linux-x86/src/runtime/ |
hash32.go | 16 // Constants for multiplication: four random odd 32-bit numbers.
|
hash64.go | 16 // Constants for multiplication: four random odd 64-bit numbers.
|
lfstack_64bit.go | 26 // On AMD64, virtual addresses are 48-bit numbers sign extended to 64.
|
/prebuilts/go/linux-x86/test/ken/ |
cplx2.go | 7 // Test arithmetic on complex numbers, including multiplication and division.
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
RopeByteString.java | 81 * <p>There's nothing special about using the Fibonacci numbers for this, but 90 // Dynamically generate the list of Fibonacci numbers the first time this 92 List<Integer> numbers = new ArrayList<Integer>(); external variable declarations 101 numbers.add(f2); 109 numbers.add(Integer.MAX_VALUE); 110 minLengthByDepth = new int[numbers.size()]; 113 minLengthByDepth[i] = numbers.get(i);
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
PhoneNumberMatcherTest.java | 85 // types of numbers in New Zealand. 99 // Note that real Polish numbers do *not* start with a 0. 136 // Test parsing mobile numbers of Argentina. 143 // Test parsing fixed-line numbers of Argentina. 169 // Test parsing fixed-line numbers of Mexico. 174 // Test parsing mobile numbers of Mexico. 322 // Numbers should not be considered valid, if they are surrounded by Latin characters, but 339 // Numbers followed by % should be dropped. 353 // Contexts with trailing characters. Leading characters are okay here since the numbers we will 360 // Numbers should not be considered valid, if they have trailing Latin characters, but should b 742 StringBuilder numbers = new StringBuilder(); local 765 StringBuilder numbers = new StringBuilder(); local 780 StringBuilder numbers = new StringBuilder(); local [all...] |
/prebuilts/go/darwin-x86/src/net/ |
lookup.go | 14 // names and numbers for platforms that don't have a complete list of 15 // protocol numbers. 17 // See http://www.iana.org/assignments/protocol-numbers 29 // numbers for platforms that don't have a complete list of port numbers 91 // A Resolver looks up names and numbers.
|