/external/chromium_org/v8/test/mjsunit/es6/ |
math-expm1.js | 54 // Test most negative double value.
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-1117.js | 31 // constant 0 with a negative integer.
|
regress-252797.js | 31 // starting with a negative lookup.
|
regress-2595.js | 42 // that calls p.f (guarded by a negative dictionary lookup on the reciever)
|
/external/chromium_org/v8/test/webkit/ |
regexp-negative-special-characters.js | 25 "This test checks Unicode in negative RegExp character classes."
|
/external/libunwind/doc/ |
unw_is_signal_frame.tex | 36 not. Otherwise, a negative value of one of the error-codes below is
|
unw_step.tex | 27 negative value of one of the error-codes below is returned.
|
unw_create_addr_space.tex | 96 return zero. Otherwise, the negative value of one of the 129 call-back must return zero. Otherwise, the negative value of one of 148 call-back must return zero. Otherwise, the negative value of one of 167 return zero. Otherwise, the negative value of one of the 187 return zero. Otherwise, the negative value of one of the 207 zero. Otherwise, the negative value of one of the 233 return zero. Otherwise, the negative value of one of the
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 26 # For recognizing "negative alias" options, eg. "quiet=!verbose" 40 * boolean options can have "negative aliases" -- eg. if 41 --quiet is the "negative alias" of --verbose, then "--quiet" 138 """Set the negative aliases for this option parser. 142 self._check_alias_dict(negative_alias, "negative alias") 188 # Is option is a "negative alias" for some other option (eg. 194 ("invalid negative alias '%s': " 283 # It has a negative option -q quiet, which should set verbose = 0.
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
fancy_getopt.py | 26 # For recognizing "negative alias" options, eg. "quiet=!verbose" 40 * boolean options can have "negative aliases" -- eg. if 41 --quiet is the "negative alias" of --verbose, then "--quiet" 138 """Set the negative aliases for this option parser. 142 self._check_alias_dict(negative_alias, "negative alias") 188 # Is option is a "negative alias" for some other option (eg. 194 ("invalid negative alias '%s': " 283 # It has a negative option -q quiet, which should set verbose = 0.
|
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_signed_rgba.spec | 93 slightly more negative than -1.0. 111 127 (that is, uses different scale factors for negative and positive 160 negative values generated post-filtering would be clamped to
|
/external/chromium_org/v8/test/mjsunit/ |
string-index.js | 53 assertEquals("undefined", typeof(foo[-2]), "negative index"); 61 assertEquals("undefined", typeof(foo[-2]), "negative index"); 210 // Test negative zero case.
|
array-sort.js | 44 // Default sort on negative numbers. 49 // Default sort on negative and non-negative numbers.
|
/external/mesa3d/docs/ |
MESA_texture_signed_rgba.spec | 93 slightly more negative than -1.0. 111 127 (that is, uses different scale factors for negative and positive 160 negative values generated post-filtering would be clamped to
|
/external/protobuf/src/google/protobuf/ |
text_format.cc | 506 // Note that since the tokenizer does not support negative numbers, 511 bool negative = false; local 514 negative = true; 515 // Two's complement always allows one more negative integer than 526 if (negative) { 534 // Note that since the tokenizer does not support negative numbers, 539 bool negative = false; local 542 negative = true; 577 if (negative) { [all...] |
/external/chromium_org/third_party/icu/source/i18n/ |
zonemeta.cpp | 842 UBool negative = FALSE; local 845 negative = TRUE; 857 formatCustomID(hour, min, sec, negative, zid); 862 ZoneMeta::formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id) { 866 if (negative) {
|
/external/icu/icu4c/source/i18n/ |
zonemeta.cpp | 840 UBool negative = FALSE; local 843 negative = TRUE; 855 formatCustomID(hour, min, sec, negative, zid); 860 ZoneMeta::formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id) { 864 if (negative) {
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
genflat.pl | 453 my $negative; # If set, warn about negative counts 533 # Fix negative counts 537 $negative = 1; 606 if ($negative) 608 warn("WARNING: Negative counts found in tracefile ". 916 # Make sure we don't get negative numbers
|
/external/chromium_org/v8/src/ |
json-parser.h | 511 bool negative = false; local 515 negative = true; 533 return Handle<Smi>(Smi::FromInt((negative ? -i : i)), isolate());
|
/external/chromium_org/v8/src/mips/ |
constants-mips.h | 527 // COP1 CMP negative predicates Bit 5..4 = 01. 573 negative = 8, 594 sign = negative, 596 mi = negative,
|
/external/chromium_org/v8/src/mips64/ |
constants-mips64.h | 540 // COP1 CMP negative predicates Bit 5..4 = 01. 587 negative = 8, 608 sign = negative, 610 mi = negative,
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format.cc | 768 // Note that since the tokenizer does not support negative numbers, 773 bool negative = false; local 776 negative = true; 777 // Two's complement always allows one more negative integer than 788 if (negative) { 796 // Note that since the tokenizer does not support negative numbers, 801 bool negative = false; local 804 negative = true; 840 if (negative) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/hermes/ |
x86p_16.asm | 83 ; negative counter 190 ; negative counter 305 ; negative counter
|
/build/target/board/generic/ |
BoardConfig.mk | 56 # or negative (before the HW vsync). Setting it to 0 will result in a
|
/external/chromium_org/v8/test/mjsunit/compiler/ |
dead-loops-neg.js | 30 // Presents negative opportunities for dead loop removal.
|