HomeSort by relevance Sort by last modified time
    Searched refs:negative (Results 101 - 125 of 299) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 419 boolean negative;
423 negative = yVelocity < 0;
431 negative = xVelocity < 0;
441 if (negative) {
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 64 unsigned int negative:1; member in struct:ieee854_long_double::__anon34975
581 v.ieee.negative = 0;
626 v.ieee.negative = 0;
637 v.ieee.negative = 0;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
stream.h 97 * fill level of the buffer is negative.
325 * been suspended. This will return 0 if not, and negative on
471 * result can be negative, i.e. the captured samples are not yet
472 * played. In this case *negative is set to 1. \since 0.6 */
473 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 97 * fill level of the buffer is negative.
325 * been suspended. This will return 0 if not, and negative on
471 * result can be negative, i.e. the captured samples are not yet
472 * played. In this case *negative is set to 1. \since 0.6 */
473 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
stream.h 97 * fill level of the buffer is negative.
325 * been suspended. This will return 0 if not, and negative on
471 * result can be negative, i.e. the captured samples are not yet
472 * played. In this case *negative is set to 1. \since 0.6 */
473 int pa_stream_get_latency(pa_stream *s, pa_usec_t *r_usec, int *negative);
  /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."
  /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/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/icu4c/i18n/
zonemeta.cpp 867 UBool negative = FALSE; local
870 negative = TRUE;
882 formatCustomID(hour, min, sec, negative, zid);
887 ZoneMeta::formatCustomID(uint8_t hour, uint8_t min, uint8_t sec, UBool negative, UnicodeString& id) {
891 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/third_party/lcov-1.9/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 501 bool negative = false; local
505 negative = true;
523 return Handle<Smi>(Smi::FromInt((negative ? -i : i)), isolate());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 455 boolean negative = false;
462 negative = yVel < 0;
490 if (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

Completed in 2864 milliseconds

1 2 3 45 6 7 8 91011>>