/external/v8/test/cctest/ |
test-dtoa.cc | 280 CHECK_EQ(0, sign); // All precomputed numbers are positive. 301 CHECK_EQ(0, sign); // All precomputed numbers are positive. 325 CHECK_EQ(0, sign); // All precomputed numbers are positive.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
timestamp_scaler_unittest.cc | 58 // |external_timestamp| will be a large positive value. 107 // |external_timestamp| will be a large positive value. 275 // |external_timestamp| will be a large positive value.
|
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/ |
oper_32b.c | 146 * L_num and L_denom must be positive and L_num < L_denom. * 159 * 16 bit positive normalized integer whose value falls in the * 162 * 16 bit positive integer whose value falls in the *
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
LensShadingMap.java | 55 * or if rows or columns is not positive 63 mRows = checkArgumentPositive(rows, "rows must be positive"); 64 mColumns = checkArgumentPositive(columns, "columns must be positive");
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/locale.money.get.members/ |
get_long_double_fr_FR.pass.cpp | 84 { // positive 164 { // positive, showbase 175 { // positive, showbase 251 { // positive 331 { // positive, showbase 342 { // positive, showbase 417 { // positive 497 { // positive, showbase 508 { // positive, showbase 583 { // positive [all...] |
get_long_double_ru_RU.pass.cpp | 84 { // positive 165 { // positive, showbase 176 { // positive, showbase 251 { // positive 332 { // positive, showbase 343 { // positive, showbase 418 { // positive 499 { // positive, showbase 510 { // positive, showbase 585 { // positive [all...] |
get_string_en_US.pass.cpp | 82 { // positive 163 { // positive, showbase 174 { // positive, showbase 250 { // positive 331 { // positive, showbase 342 { // positive, showbase 418 { // positive 499 { // positive, showbase 510 { // positive, showbase 586 { // positive [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
decimfmt.h | 240 * <td>Prefix positive exponents with localized plus sign. 246 * <td>Separates positive and negative subpatterns 286 * positive subpattern. That is, "0.00" alone is equivalent to "0.00;-0.00". If there 296 * unreliable. For example, either the positive and negative prefixes or the 298 * to distinguish positive from negative values. Another example is that the 343 * The first subpattern is for positive numbers. The second (optional) 434 * <code>\\u221E</code>, with the positive or negative prefixes and suffixes 455 * positive exponents with a localized plus sign, specify '+' between the 602 * <li>When padding is in effect, the width of the positive subpattern, 675 kRoundCeiling, /**< Round towards positive infinity * [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
wbuf.c | 54 * calls might wrap _w from negative to positive.
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
k_sin.c | 24 * 1. Since sin(-x) = -sin(x), we need only to consider positive x.
|
/bionic/tools/relocation_packer/src/ |
sleb128.cc | 45 // most significant bit is zero for a positive number and one for a
|
/cts/apps/CameraITS/tests/scene1/ |
test_ev_compensation_basic.py | 72 # Only allow positive EVs to give saturated image
|
/cts/libs/view/src/com/android/view/ |
Position.java | 59 * indicates that the smallest angle swept out is in the clockwise direction, and a positive
|
/cts/tests/tests/net/src/android/net/cts/ |
VpnServiceTest.java | 29 * blocks us from writing tests for positive cases. For now we only test for
|
/cts/tests/tests/text/src/android/text/style/cts/ |
DrawableMarginSpanTest.java | 113 // do not know what they should be, because missed javadoc. only check they are positive.
|
/cts/tests/tests/uiautomation/src/android/app/uiautomation/cts/ |
UiAutomationTest.java | 101 // The refresh period is always positive. 155 // The refresh period is always positive. 215 // The refresh presiod is always positive. 257 // The refresh presiod is always positive.
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
LocalItem.java | 75 * @return negative integer, zero, or positive integer in accordance
|
/dalvik/dx/src/com/android/dx/rop/code/ |
LocalItem.java | 75 * @return negative integer, zero, or positive integer in accordance
|
/developers/build/templates/CardStream/_MODULE_/ |
README-CardStream.txt | 54 -To implement an action, use Builder.addAction with a label, id, type (Neutral/Positive/Negative) and
|
/developers/samples/android/sensors/BatchStepSensor/Application/ |
README-CardStream.txt | 54 -To implement an action, use Builder.addAction with a label, id, type (Neutral/Positive/Negative) and
|
/device/google/contexthub/firmware/src/ |
floatRt.c | 97 //all negatives become positive for now
|
/external/ImageMagick/MagickWand/tests/ |
loop_over_lists.c | 112 * index value used (positive or negative) is too large for the
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/ |
IntegerDistribution.java | 66 * <li> If there is a minimum value, <code>m</code>, with positive
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/ |
MultistepIntegrator.java | 102 * @param minStep minimal step (must be positive even for backward 104 * @param maxStep maximal step (must be positive even for backward 149 * @param minStep minimal step (must be positive even for backward 151 * @param maxStep maximal step (must be positive even for backward
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
AdamsBashforthIntegrator.java | 149 * @param minStep minimal step (must be positive even for backward 151 * @param maxStep maximal step (must be positive even for backward 169 * @param minStep minimal step (must be positive even for backward 171 * @param maxStep maximal step (must be positive even for backward
|