HomeSort by relevance Sort by last modified time
    Searched refs:number (Results 126 - 150 of 2605) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
ContentLengthParser.java 58 String number = this.lexer.number(); local
59 contentLength.setContentLength(Integer.parseInt(number));
81 * Issue number:
88 * CVS: Issue number:
90 * CVS: then enter the issue number(s) here.
121 * Issue number:
129 * CVS: Issue number:
131 * CVS: then enter the issue number(s) here.
MaxForwardsParser.java 57 String number = this.lexer.number(); local
58 contentLength.setMaxForwards(Integer.parseInt(number));
80 * Issue number:
87 * CVS: Issue number:
89 * CVS: then enter the issue number(s) here.
118 * Issue number:
126 * CVS: Issue number:
128 * CVS: then enter the issue number(s) here.
MinExpiresParser.java 76 String number = this.lexer.number(); local
78 minExpires.setExpires(Integer.parseInt(number));
101 * Issue number:
108 * CVS: Issue number:
110 * CVS: then enter the issue number(s) here.
139 * Issue number:
147 * CVS: Issue number:
149 * CVS: then enter the issue number(s) here.
RSeqParser.java 75 String number = this.lexer.number(); local
77 rseq.setSeqNumber(Long.parseLong(number));
114 * Issue number:
120 * CVS: Issue number:
122 * CVS: then enter the issue number(s) here.
136 * Issue number:
143 * CVS: Issue number:
145 * CVS: then enter the issue number(s) here.
173 * Issue number
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/eva/
invalid_R6.s 21 lle $33, 8($5) # CHECK: :[[@LINE]]:19: error: invalid register number
22 lle $4, 8($33) # CHECK: :[[@LINE]]:25: error: invalid register number
25 lwe $33, 8($5) # CHECK: :[[@LINE]]:19: error: invalid register number
26 lwe $4, 8($33) # CHECK: :[[@LINE]]:25: error: invalid register number
29 sbe $33, 8($5) # CHECK: :[[@LINE]]:19: error: invalid register number
30 sbe $4, 8($33) # CHECK: :[[@LINE]]:25: error: invalid register number
33 sce $33, 8($5) # CHECK: :[[@LINE]]:19: error: invalid register number
34 sce $4, 8($33) # CHECK: :[[@LINE]]:25: error: invalid register number
37 she $33, 8($5) # CHECK: :[[@LINE]]:19: error: invalid register number
38 she $4, 8($33) # CHECK: :[[@LINE]]:25: error: invalid register number
    [all...]
  /external/protobuf/js/binary/
writer.js 81 * @private {!Array<!Uint8Array|!Array<number>>}
86 * Total number of bytes in the blocks_ array. Does _not_ include bytes in
88 * @private {number}
105 * @private {!Array.<!Array.<number>>}
128 * @param {number} field
129 * @return {!Array.<number>}
144 * parent block and adds the number of bytes needed to encode that length to
146 * @param {!Array.<number>} bookmark
168 * @param {number} start The start of the range to write.
169 * @param {number} end The end of the range to write
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
timeit.py 5 This module avoids a number of common traps for measuring execution
15 -n/--number N: how many times to execute 'statement' (default: see below)
30 If -n is not given, a suitable number of loops is calculated by trying
178 def timeit(self, number=default_number):
179 """Time 'number' executions of the main statement.
183 a number of times, as a float measured in seconds. The
184 argument is the number of times through the loop, defaulting
189 it = itertools.repeat(None, number)
191 it = [None] * number
199 def repeat(self, repeat=default_repeat, number=default_number):
    [all...]
  /external/autotest/client/site_tests/platform_PrinterPpds/
test_multithreaded_processor.py 34 # calculates single even number
48 for i, number in enumerate(evenNumbers):
49 assert number == i*2
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/jcajce/
JcaCertificateID.java 15 public JcaCertificateID(DigestCalculator digestCalculator, X509Certificate issuerCert, BigInteger number)
18 super(digestCalculator, new JcaX509CertificateHolder(issuerCert), number);
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/number/
IsCloseToTest.java 1 package org.hamcrest.number;
6 import static org.hamcrest.number.IsCloseTo.closeTo;
24 assertDoesNotMatch("number too small", matcher, 0.0);
IsNanTest.java 1 package org.hamcrest.number;
7 import static org.hamcrest.number.IsNaN.notANumber;
  /external/icu/android_icu4j/src/main/java/android/icu/number/
Notation.java 4 package android.icu.number;
6 import android.icu.number.NumberFormatter.SignDisplay;
35 * Print the number using scientific notation (also known as scientific form, standard index form, or
37 * Western locales display the number in the form "#E0", where the number is displayed with one digit
65 * Print the number using engineering notation, a variant of scientific notation in which the
92 * Print the number using short-form compact notation.
121 * to the closest integer after scaling the number by the corresponding power of 10, but with a digit
138 * Print the number using long-form compact notation. For more information on compact notation, see
165 * Print the number using simple notation without any scaling by powers of ten. This is the defaul
    [all...]
CompactNotation.java 4 package android.icu.number;
12 import android.icu.impl.number.CompactData;
13 import android.icu.impl.number.CompactData.CompactType;
14 import android.icu.impl.number.DecimalFormatProperties;
15 import android.icu.impl.number.DecimalQuantity;
16 import android.icu.impl.number.MicroProps;
17 import android.icu.impl.number.MicroPropsGenerator;
18 import android.icu.impl.number.MutablePatternModifier;
19 import android.icu.impl.number.MutablePatternModifier.ImmutablePatternModifier;
20 import android.icu.impl.number.PatternStringParser
    [all...]
  /external/icu/icu4c/source/test/letest/
xmlreader.cpp 48 char number[16]; local
59 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
60 number[len] = '\0';
63 sscanf(number, "%x", &array[count++]);
77 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
78 number[len] = '\0';
79 sscanf(number, "%x", &array[count]);
94 char number[32] local
    [all...]
  /external/icu/icu4c/source/test/perf/leperf/
xmlreader.cpp 52 char number[16]; local
63 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
64 number[len] = '\0';
67 sscanf(number, "%x", &array[count++]);
81 len = numbers.extract(start, end - start, number, ARRAY_SIZE(number), US_INV);
82 number[len] = '\0';
83 sscanf(number, "%x", &array[count]);
98 char number[32] local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/number/
Notation.java 3 package com.ibm.icu.number;
5 import com.ibm.icu.number.NumberFormatter.SignDisplay;
34 * Print the number using scientific notation (also known as scientific form, standard index form, or
36 * Western locales display the number in the form "#E0", where the number is displayed with one digit
65 * Print the number using engineering notation, a variant of scientific notation in which the
93 * Print the number using short-form compact notation.
122 * to the closest integer after scaling the number by the corresponding power of 10, but with a digit
140 * Print the number using long-form compact notation. For more information on compact notation, see
168 * Print the number using simple notation without any scaling by powers of ten. This is the defaul
    [all...]
CompactNotation.java 3 package com.ibm.icu.number;
11 import com.ibm.icu.impl.number.CompactData;
12 import com.ibm.icu.impl.number.CompactData.CompactType;
13 import com.ibm.icu.impl.number.DecimalFormatProperties;
14 import com.ibm.icu.impl.number.DecimalQuantity;
15 import com.ibm.icu.impl.number.MicroProps;
16 import com.ibm.icu.impl.number.MicroPropsGenerator;
17 import com.ibm.icu.impl.number.MutablePatternModifier;
18 import com.ibm.icu.impl.number.MutablePatternModifier.ImmutablePatternModifier;
19 import com.ibm.icu.impl.number.PatternStringParser
    [all...]
  /external/protobuf/objectivec/
GPBUnknownField_PackagePrivate.h 39 - (instancetype)initWithNumber:(int32_t)number;
  /external/python/cpython2/Lib/
timeit.py 5 This module avoids a number of common traps for measuring execution
15 -n/--number N: how many times to execute 'statement' (default: see below)
30 If -n is not given, a suitable number of loops is calculated by trying
185 def timeit(self, number=default_number):
186 """Time 'number' executions of the main statement.
190 a number of times, as a float measured in seconds. The
191 argument is the number of times through the loop, defaulting
196 it = itertools.repeat(None, number)
198 it = [None] * number
208 def repeat(self, repeat=default_repeat, number=default_number)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 51 namespace number { namespace
108 * // Print out a number with the localized number, currency and percent
145 * // Print out a number using the localized number, currency,
170 * manipulate aspects of the pattern, such as the minimum number of integer
206 * <td>Number
211 * <td>Number
216 * <td>Number
221 * <td>Number
    [all...]
numfmt.h 31 * \brief C++ API: Compatibility APIs for number formatting.
60 * Abstract base class for all number formats. Provides interface for
61 * formatting and parsing a number. Also provides methods for
62 * determining which locales have number formats, and what their names
70 * decimal digits used, or whether the number format is even decimal.
72 * To format a number for the current Locale, use one of the static
101 * for (int32_t number: {123, 3333, -1234567}) {
102 * nf->format(number, myString);
107 * To format a number for a different Locale, specify it in the
118 * Use \c createInstance() to get the normal number format for a \c Locale
    [all...]
  /external/v8/src/
dateparser-inl.h 50 // Any unrecognized word before the first number is ignored.
52 // An unsigned number followed by ':' is a time value, and is
53 // added to the TimeComposer. A number followed by '::' adds a second
54 // zero as well. A number followed by '.' is also a time and must be
56 // Any other number is a date component and is added to DayComposer.
62 // after a number has been read (before the first number, any garbage
71 // garbage string after a number has been read.
85 int n = token.number();
131 // Garbage words are illegal if a number has been read
    [all...]
  /external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
descriptor_source_test_base.py 62 enum_proto.value.add(name='DT_DOUBLE', number=0)
63 enum_proto.value.add(name='DT_BOOL', number=1)
72 number=1,
78 number=2,
83 number=3,
88 number=4,
97 number=1,
102 number=2,
110 number=1,
115 number=2
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NFRuleSet.java 23 * appropriate rule for formatting a particular number and dispatch
25 * a number.
75 * number. It is called from a >> substitution in another rule set's
88 * Limit of recursion. It's about a 64 bit number formatted in base 2.
162 // (the number of elements in the description list isn't necessarily
163 // the number of rules-- some descriptions may expend into two rules)
432 * @param number The number being formatted
437 public void format(long number, StringBuilder toInsertInto, int pos, int recursionCount) {
441 NFRule applicableRule = findNormalRule(number);
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
NFRuleSet.java 22 * appropriate rule for formatting a particular number and dispatch
24 * a number.
74 * number. It is called from a >> substitution in another rule set's
87 * Limit of recursion. It's about a 64 bit number formatted in base 2.
161 // (the number of elements in the description list isn't necessarily
162 // the number of rules-- some descriptions may expend into two rules)
431 * @param number The number being formatted
436 public void format(long number, StringBuilder toInsertInto, int pos, int recursionCount) {
440 NFRule applicableRule = findNormalRule(number);
    [all...]

Completed in 2886 milliseconds

1 2 3 4 56 7 8 91011>>