/libcore/luni/src/test/java/libcore/util/ |
ZoneInfoTest.java | 149 * around the boundary of positive transitions. 216 * transitions where the transition times are positive is not affected by rounding issues. 278 * transitions where the transition times are positive is not affected by rounding issues.
|
/libcore/luni/src/test/java/tests/security/spec/ |
ECFieldF2mTest.java | 127 * Assertion: IllegalArgumentException if m is not positive. 248 * Assertion: IllegalArgumentException if m is not positive. 287 * Assertion: IllegalArgumentException if m is not positive.
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
ppc.h | 219 is made if this is zero. For positive values, the operand 288 /* This operand takes signed values, but also accepts a full positive 355 number is disallowed and one more than the normal most positive
|
/external/aac/libFDK/src/ |
fixpoint_math.cpp | 135 This function does not return positive values since input values are treated as fractional values. 136 It does not make sense to input an integer value into this function (and expect a positive output value) 239 For negative input values the output should be treated as a positive fractional value. 240 For positive input values the output should be treated as a positive integer value. 434 return((LONG)1); /* minimum positive value */
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
DigitList.java | 19 * positive and negative representation, digit grouping, decimal point, 277 // We should be able to use a negative scale value for a positive exponential 355 // // Positive zero fits into a long, but negative zero can only 379 // // negative sign. If this represents a positive value, then it does 819 // * must be positive and finite. 829 // // Positive logs could be too small, e.g. 0.99 instead of 1.0 [all...] |
/external/icu/icu4c/source/test/cintltst/ |
bocu1tst.c | 84 * number of positive and negative single-byte codes 85 * (counting 0==BOCU1_MIDDLE among the positive ones) 89 /* number of lead bytes for positive and negative 2/3/4-byte sequences */ 206 * For positive n, the if() condition is always FALSE. 289 /* mostly positive differences, and single-byte negative ones */ 418 /* positive difference */
|
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/ |
CharsetBOCU1.java | 48 * number of positive and negative single-byte codes 49 * (counting 0==BOCU1_MIDDLE among the positive ones) 53 /* number of lead bytes for positive and negative 2/3/4-byte sequences */ 255 * For positive n, the if() condition is always FALSE. 295 /* mostly positive differences, and single-byte negative ones */ 726 /* positive difference */ [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
DigitList.java | 18 * positive and negative representation, digit grouping, decimal point, 276 // We should be able to use a negative scale value for a positive exponential 354 // // Positive zero fits into a long, but negative zero can only 378 // // negative sign. If this represents a positive value, then it does 818 // * must be positive and finite. 828 // // Positive logs could be too small, e.g. 0.99 instead of 1.0 [all...] |
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_motion.jd | 301 is positive.</li> 303 positive.</li> 354 is the same as the one used for the acceleration sensor. Rotation is positive in the 356 from some positive location on the x, y or z axis at a device positioned on the origin would report 357 positive rotation if the device appeared to be rotating counter clockwise. This is the 358 standard mathematical definition of positive rotation and is not the same as the definition for
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
IntegerTest.java | 56 assertTrue("3 compared to 2 gave non-positive answer", new Integer(3) 89 assertTrue("Returned incorrect value for most positive value decimal", 91 assertTrue("Returned incorrect value for most positive value hex", 320 assertTrue("Returned incorrect value for most positive value", Integer 366 assertTrue("Returned incorrect value for most positive value hex", 372 assertTrue("Returned incorrect value for most positive value decimal", [all...] |
LongTest.java | 56 assertTrue("3 compared to 2 gave non-positive answer", new Long(3L) 87 "Returned incorrect value for most positive value decimal", 90 "Returned incorrect value for most positive value hex", 208 assertTrue("Returned incorrect value for most positive value", Long 246 assertTrue("Returned incorrect value for most positive value hex", Long 254 "Returned incorrect value for most positive value decimal", [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerTest.java | 292 // add large positive + small positive 294 // add large positive + small negative 296 // add large negative + small positive 333 assertTrue("Wrong positive signum", two.signum() == 1); 933 assertTrue("positive remainder == mod", r.signum() < 0
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 167 * A positive float value indicating the expected number of 171 * A positive float value indicating the maximum number of 190 throw new IllegalArgumentException("Non-positive " 193 throw new IllegalArgumentException("Non-positive " 215 * A positive float value indicating the expected number of 219 * A positive float value indicating the maximum number of [all...] |
CharsetEncoder.java | 167 * A positive float value indicating the expected number of 171 * A positive float value indicating the maximum number of 201 throw new IllegalArgumentException("Non-positive " 204 throw new IllegalArgumentException("Non-positive " 230 * A positive float value indicating the expected number of 234 * A positive float value indicating the maximum number of [all...] |
/libcore/ojluni/src/main/java/java/text/ |
DecimalFormatSymbols.java | 262 * Gets the character used to separate positive and negative subpatterns 270 * Sets the character used to separate positive and negative subpatterns 315 * minusSign to the positive format. 325 * minusSign to the positive format. 336 * minusSign to the positive format. [all...] |
/bionic/tools/relocation_packer/src/ |
packer_unittest.cc | 183 // positive for uint64_t 240 // positive for uint64_t
|
/external/aac/libAACdec/src/ |
rvlc_info.h | 97 #define MAX_RVL 7 /* positive RVLC escape */ 100 #define TABLE_OFFSET 7 /* dpcm offset of valid output values of rvl table decoding, the rvl table ouly returns positive values, therefore the offset */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/solvers/ |
UnivariateRealSolverUtils.java | 123 * is not positive, or initial is not between lowerBound and upperBound 163 * is not positive, or initial is not between lowerBound and upperBound
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
HypergeometricDistributionImpl.java | 264 * @throws IllegalArgumentException if <code>size</code> is not positive. 276 * @throws IllegalArgumentException if <code>size</code> is not positive.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/ |
SingularValueDecompositionImpl.java | 30 * p × p diagonal matrix with positive or null elements, V is a p × 146 // The right sign corresponds to a positive dot product of A.V_i and U_i
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
DecimalFormatProperties.java | 370 * pattern-separator specifies the character used to separate positive 383 * pattern-separator specifies the character used to separate positive
|
ElemTemplate.java | 272 * real number (positive or negative), matching the production 287 * real number (positive or negative), matching the production
|
/external/autotest/client/tests/wb_kupdate/ |
wb_kupdate.py | 34 raise error.TestError('Write size should be a positive integer.') 38 raise error.TestError('File count shoulde be a positive integer.')
|
/external/chromium-trace/catapult/systrace/systrace/ |
systrace-legacy.py | 130 parser.error('the trace time must be a positive number') 135 parser.error('the trace buffer size must be a positive number')
|
systrace.py | 102 parser.error('the trace time must be a positive number') 105 parser.error('the trace buffer size must be a positive number')
|