/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
jsilver.sablecc | 552 | {negative} minus digits 553 {->New expression.negative(digits.expression)} 681 | {negative} expression // -x
|
/external/chromium_org/chrome/renderer/resources/ |
neterror.js | 68 // service. If |trackingId| is negative, the element does not come from the
|
/external/chromium_org/third_party/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 93 .cm-negative {color: #d44;}
|
/external/chromium_org/tools/valgrind/ |
suppressions.py | 538 def TestStack(stack, positive, negative, suppression_parser=None): 544 negative: the list of suppressions that should not match. 554 for supp in negative: [all...] |
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ |
file_table.js | 94 // Faster alternative to Math.floor for non-negative numbers. 148 // Faster alternative to Math.floor for non-negative numbers. 381 // If the position values are negative, it points the out of list. 391 // Faster alternative to Math.floor for non-negative numbers.
|
/external/chromium_org/v8/test/mjsunit/ |
array-bounds-check-removal.js | 164 // Specific test on negative offsets.
|
in.js | 155 // Check negative indices in arrays.
|
math-round.js | 59 // Regression test for a bug where a negative zero coming from Math.round
|
math-floor-of-div.js | 209 // Test for negative zero, overflow and division by 0. 291 // Test for flooring division with negative dividend.
|
/external/chromium_org/v8/test/webkit/ |
toString-prefix-postfix-preserve-parens.js | 114 // but will create possible false negative if toString output changes in
|
/external/libunwind/doc/ |
unw_get_proc_info_by_ip.tex | 53 returns 0. Otherwise the negative value of one of the error-codes
|
unw_get_proc_name.tex | 46 Otherwise the negative value of one of the error-codes below is
|
unw_resume.tex | 65 negative value of one of the errors below is returned.
|
/external/opencv/otherlibs/highgui/ |
utils.cpp | 351 void FillGrayPalette( PaletteEntry* palette, int bpp, bool negative ) 354 int xor_mask = negative ? 255 : 0;
|
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
x86p_32.asm | 517 ; negative counter 629 ; negative count 743 ; negative counter 855 ; negative counter
|
/external/skia/experimental/webtry/res/css/cm/ |
codemirror.css | 93 .cm-negative {color: #d44;}
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
dc.sed | 77 # Converts the fraction correctly on negative output bases, unlike 312 square root of negative number
|
/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
|
/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_org/v8/tools/ |
SourceMap.js | 327 var negative = result & 1; 329 return negative ? -result : result;
|
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/ |
InteractiveLineGraphView.java | 425 boolean negative = false; 431 negative = true; 451 if (negative) { [all...] |
/external/chromium_org/third_party/webrtc/sound/ |
pulseaudiosoundsystem.cc | 157 int negative; local 160 &negative); 168 if (negative) { 169 // The delay can be negative for monitoring streams if the captured [all...] |