HomeSort by relevance Sort by last modified time
    Searched defs:negative (Results 26 - 50 of 99) sorted by null

12 3 4

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dtx_dec.cpp 415 Flag negative;
521 negative = 1;
525 negative = 0;
541 if (negative != 0)
871 Flag negative; local
1004 negative = 1;
1008 negative = 0;
1025 if (negative != 0)
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AbsSeekBarTest.java 69 final int negative = -5; local
78 myAbsSeekBar.setThumbOffset(negative);
79 assertEquals(negative, myAbsSeekBar.getThumbOffset());
  /external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_string.c 37 SDL_bool negative = SDL_FALSE; local
40 negative = SDL_TRUE;
62 if ( negative && value ) {
140 SDL_bool negative = SDL_FALSE; local
143 negative = SDL_TRUE;
165 if ( negative && value ) {
213 SDL_bool negative = SDL_FALSE; local
216 negative = SDL_TRUE;
232 if ( negative && value ) {
    [all...]
  /external/stlport/src/
num_get_float.cpp 64 unsigned int negative:1; member in struct:ieee854_long_double::__anon35852
581 v.ieee.negative = 0;
626 v.ieee.negative = 0;
637 v.ieee.negative = 0;
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 64 unsigned int negative:1; member in struct:ieee854_long_double::__anon43861
581 v.ieee.negative = 0;
626 v.ieee.negative = 0;
637 v.ieee.negative = 0;
  /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/oprofile/opjitconv/
debug_line.c 181 int negative = data < 0; local
186 if (negative)
  /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) {
vtzone.cpp 119 UBool negative = FALSE; local
124 negative = TRUE;
144 if (negative) {
154 UBool negative = FALSE; local
167 negative = TRUE;
176 if (negative) {
482 // A value of BYMONTHDAY could be negative, for example, -1 means
560 // Resolve negative day numbers. A negative day number should
    [all...]
  /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/chromium_org/third_party/webrtc/modules/audio_device/linux/
audio_device_pulse_linux.cc 2448 int negative; local
    [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...]
  /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) {
vtzone.cpp 119 UBool negative = FALSE; local
124 negative = TRUE;
144 if (negative) {
154 UBool negative = FALSE; local
167 negative = TRUE;
176 if (negative) {
482 // A value of BYMONTHDAY could be negative, for example, -1 means
560 // Resolve negative day numbers. A negative day number should
    [all...]
  /external/chromium_org/third_party/qcms/src/
iccread.c 262 bool negative; local
284 // Check if any of the XYZ values are negative (see mozilla bug 498245)
285 // CIEXYZ tristimulus values cannot be negative according to the spec.
286 negative =
291 if (negative)
    [all...]
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 1160 const bool negative = (src & (1 << (numSrcBits-1))) != 0; local
    [all...]
  /external/gcc-demangle/
cp-demangle.c 669 printf ("negative literal\n");
1436 int negative; local
    [all...]
  /external/jhead/
exif.c 524 int negative = 0; local
528 negative = 1;
535 if (negative) {
    [all...]
  /external/valgrind/main/coregrind/m_demangle/
cp-demangle.c 691 printf ("negative literal\n");
1484 int negative; local
    [all...]
  /external/chromium_org/v8/src/x64/
macro-assembler-x64.cc 1112 bool negative = value < 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest.cc 211 "'-' and a : separated list of negative patterns (tests to "
213 "patterns and does not match any of the negative patterns.");
245 "How many times to repeat each test. Specify a negative number "
481 // positive filter and negative filter portions
485 String negative; local
488 negative = String("");
491 negative = String(dash+1); // Everything after the dash
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/gtest/src/
gtest.cc 218 "'-' and a : separated list of negative patterns (tests to "
220 "patterns and does not match any of the negative patterns.");
252 "How many times to repeat each test. Specify a negative number "
485 // positive filter and negative filter portions
489 std::string negative; local
492 negative = "";
495 negative = std::string(dash + 1); // Everything after the dash
505 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 211 "'-' and a : separated list of negative patterns (tests to "
213 "patterns and does not match any of the negative patterns.");
245 "How many times to repeat each test. Specify a negative number "
481 // positive filter and negative filter portions
485 String negative; local
488 negative = String("");
491 negative = String(dash+1); // Everything after the dash
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 211 "'-' and a : separated list of negative patterns (tests to "
213 "patterns and does not match any of the negative patterns.");
245 "How many times to repeat each test. Specify a negative number "
481 // positive filter and negative filter portions
485 String negative; local
488 negative = String("");
491 negative = String(dash+1); // Everything after the dash
501 !MatchesFilter(full_name, negative.c_str()));
    [all...]

Completed in 967 milliseconds

12 3 4