HomeSort by relevance Sort by last modified time
    Searched refs:negative (Results 226 - 250 of 495) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
__init__.py 150 If ``indent`` is a non-negative integer, then JSON array elements and
214 If ``indent`` is a non-negative integer, then JSON array elements and
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
__init__.py 150 If ``indent`` is a non-negative integer, then JSON array elements and
214 If ``indent`` is a non-negative integer, then JSON array elements and
  /art/build/
Android.common_build.mk 141 art_clang_cflags := -Wthread-safety -Wthread-safety-negative
  /developers/build/prebuilts/gradle/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 227 case R.id.negative:
  /developers/samples/android/media/MediaEffects/Application/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 227 case R.id.negative:
  /development/samples/browseable/MediaEffects/src/com.example.android.mediaeffects/
MediaEffectsFragment.java 227 case R.id.negative:
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
hashing_helper.py 391 size: The amount of bytes to read. If ommited or negative, the entire
  /external/libavc/common/arm/
ih264_resi_trans_quant_a9.s 212 vneg.s16 q1, q15 @Get negative
213 vneg.s16 q4, q0 @Get negative
407 vneg.s16 q1, q15 @Get negative
408 vneg.s16 q4, q0 @Get negative
  /external/v8/test/mjsunit/
math-floor-of-div.js 209 // Test for negative zero, overflow and division by 0.
291 // Test for flooring division with negative dividend.
  /external/v8/tools/
SourceMap.js 327 var negative = result & 1;
329 return negative ? -result : result;
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 873 * Unlike the "general" case using logarithms, this handles a negative base.
    [all...]
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 425 boolean negative = false;
431 negative = true;
451 if (negative) {
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
DfpMath.java 325 // negative, zero or NaN
412 * Note that all terms are now negative. Because the even powered ones
600 // negative infinity
952 boolean negative = false;
955 negative = true;
962 if (negative) {
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
ECFieldElement.java 429 boolean negative = x.signum() < 0;
430 if (negative)
450 if (negative && x.signum() != 0)
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Utility.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Utility.java     [all...]
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 201 // If "pieces" is negative for some reason, it returns the whole string
702 bool negative;
703 if (!safe_parse_sign(&text, &negative)) {
706 if (!negative) {
726 // We could collapse the positive and negative sections, but that
739 // negative numbers, so we need to jump through hoops to make sure
740 // we don't divide negative numbers.
771 // We could collapse the positive and negative sections, but that
784 // negative numbers, so we need to jump through hoops to make sure
785 // we don't divide negative numbers
    [all...]
  /external/v8/src/
json-parser.cc 521 bool negative = false; local
525 negative = true;
543 return Handle<Smi>(Smi::FromInt((negative ? -i : i)), isolate());
  /external/v8/src/mips/
constants-mips.h 594 // COP1 CMP negative predicates Bit 5..4 = 01.
653 negative = 8,
673 sign = negative,
675 mi = negative,
    [all...]
  /external/v8/src/mips64/
constants-mips64.h 623 // COP1 CMP negative predicates Bit 5..4 = 01.
686 negative = 8,
706 sign = negative,
708 mi = negative,
    [all...]
  /external/webrtc/webrtc/sound/
pulseaudiosoundsystem.cc 161 int negative; local
164 &negative);
172 if (negative) {
173 // The delay can be negative for monitoring streams if the captured
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 797 final boolean negative = value < 0;
798 if (negative) {
    [all...]
  /external/dng_sdk/source/
dng_render.cpp 745 const dng_negative &negative,
766 const dng_negative &negative,
773 , fNegative (negative )
940 // If there is any negative exposure compenation to perform
    [all...]
  /prebuilts/tools/common/m2/repository/com/fasterxml/jackson/core/jackson-core/2.1.3/
jackson-core-2.1.3.jar 
  /external/ImageMagick/www/api/
list.php 113 <p>The numbers start at 0 for the first image in the list, while negative numbers refer to images starting counting from the end of the range. Images may be refered to multiple times to clone them multiple times. Images refered beyond the available number of images in list are ignored.</p>
170 <p>The numbers start at 0 for the first image, while negative numbers refer to images starting counting from the end of the range. Images may be refered to multiple times without problems. Image refered beyond the available number of images in list are ignored.</p>
226 <p>The numbers start at 0 for the first image, while negative numbers refer to images starting counting from the end of the range. Images may be refered to multiple times without problems. Image refered beyond the available number of images in list are ignored.</p>
285 <p>A negative offset will return the image from the end of the list, such that an index of -1 is the last image.</p>
287 <p>If no such image exists at the specified offset a NULL image pointer is returned. This will only happen if index is less that the negative of the list length, or larger than list length -1. EG: ( -N to N-1 )</p>

Completed in 2327 milliseconds

1 2 3 4 5 6 7 8 91011>>