Searched refs:negative (Results 1 - 25 of 190) sorted by relevance

12345678

/external/proguard/src/proguard/gui/
H A DFilterBuilder.java54 StringBuffer negative = new StringBuffer();
56 buildFilter("", positive, negative);
58 return positive.length() <= negative.length() ?
60 negative.toString();
69 * @param negative the filter to be extended, assuming the matching
74 StringBuffer negative)
119 // Extend the negative filter with exceptions and return.
120 if (negative.length() > 0)
122 negative.append(',');
124 negative
72 buildFilter(String prefix, StringBuffer positive, StringBuffer negative) argument
[all...]
/external/valgrind/main/drd/tests/
H A Dannotate_ignore_read.stderr.exp3 test69: negative
H A Dannotate_order_1.stderr.exp3 test03: negative
H A Dannotate_order_2.stderr.exp3 test30: negative
H A Dannotate_order_3.stderr.exp3 test31: negative
H A Dannotate_spinlock.stderr.exp3 test27: negative
/external/guava/guava/src/com/google/common/primitives/
H A DAndroidInteger.java51 boolean negative = string.charAt(i) == '-';
52 if (negative && ++i == length) {
55 return tryParse(string, i, radix, negative);
60 boolean negative) {
77 if (!negative) {
59 tryParse(String string, int offset, int radix, boolean negative) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DIntersectionUtilities.cpp15 bool negative = (bits < 0);
H A DDataTypes.cpp34 bool negative() const { return (i >> 31) != 0; } function in union:Float_t
57 if (uA.negative() != uB.negative())
/external/skia/experimental/Intersection/
H A DIntersectionUtilities.cpp15 bool negative = (bits < 0);
H A DDataTypes.cpp34 bool negative() const { return (i >> 31) != 0; } function in union:Float_t
57 if (uA.negative() != uB.negative())
/external/smack/src/org/xbill/DNS/
H A DAPLRecord.java25 public final boolean negative; field in class:APLRecord.Element
30 Element(int family, boolean negative, Object address, int prefixLength) argument
33 this.negative = negative;
44 * @param negative Indicates if this prefix is a negation.
50 Element(boolean negative, InetAddress address, int prefixLength) { argument
51 this(Address.familyOf(address), negative, address,
58 if (negative)
77 negative == elt.negative
[all...]
/external/llvm/test/MC/AsmParser/
H A Ddirective_rept-diagnostics.s24 .global negative
25 .type negative,@object
26 negative: label
29 # CHECK: error: Count is negative
H A Ddirective_fill.s63 # CHECK-WARNINGS: '.fill' directive with negative repeat count has no effect
67 # CHECK-WARNINGS: '.fill' directive with negative size has no effect
/external/chromium_org/v8/src/
H A Dconversions-inl.h32 inline double SignedZero(bool negative) { argument
33 return negative ? uint64_to_double(Double::kSignMask) : 0.0;
49 bool negative = x < 0; local
50 if (negative) {
63 return negative ? ~result + 1 : result;
133 bool negative,
140 if (current == end) return SignedZero(negative);
218 if (negative) {
226 return std::ldexp(static_cast<double>(negative ? -number : number), exponent);
242 bool negative
130 InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, EndMark end, bool negative, bool allow_trailing_junk) argument
[all...]
H A Dconversions.cc177 bool negative = false; local
179 // We must not negate the most negative int.
181 negative = true;
191 if (negative) buffer[--i] = '-';
203 bool negative = false; local
207 negative = true;
256 if (negative) builder.AddCharacter('-');
269 bool negative,
283 if (negative) builder.AddCharacter('-');
304 bool negative local
267 CreateExponentialRepresentation(char* decimal_rep, int exponent, bool negative, int significant_digits) argument
350 bool negative = false; local
[all...]
/external/smali/smali/src/main/java/org/jf/smali/
H A DLiteralTools.java54 boolean negative = false;
57 negative = true;
93 if (negative) {
124 boolean negative = false;
127 negative = true;
163 if (negative) {
188 boolean negative = false;
191 negative = true;
227 if (negative) {
258 boolean negative
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollAnimator.cpp100 bool negative = deltaY < 0; local
102 if (negative)
111 bool negative = deltaX < 0; local
113 if (negative)
/external/chromium_org/tools/relocation_packer/src/
H A Dsleb128.cc24 // negative number).
29 const bool negative = value < 0; local
36 if (negative)
/external/bison/lib/
H A Dstrtol.c124 /* True if negative values of the signed integer type T use two's
241 int negative; local
298 negative = 1;
303 negative = 0;
307 negative = 0;
385 && i > (negative
397 return negative ? STRTOL_LONG_MIN : STRTOL_LONG_MAX;
402 return negative ? -i : i;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Dbyte_io_unittest.cc28 T CreateTestValue(bool negative, uint8_t num_bytes) { argument
31 val = (val << 8) + (negative ? (0xFF - i) : (i + 1));
33 if (negative && std::numeric_limits<T>::is_signed) {
57 // Test both for values that are positive and negative (if signed)
59 bool negative = neg > 0; local
62 T test_value = CreateTestValue<T>(negative, B);
79 // Test both for values that are positive and negative (if signed).
81 bool negative = neg > 0; local
84 T test_value = CreateTestValue<T>(negative, B);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_printf.cc46 bool negative) {
49 RAW_CHECK(base == 10 || !negative);
50 RAW_CHECK(absolute_value || !negative);
53 if (negative && minimal_num_length)
55 if (negative && pad_with_zero)
76 if (negative && !pad_with_zero) result += AppendChar(buff, buff_end, '-');
88 pad_with_zero, false /* negative */);
93 bool negative = (num < 0); local
94 return AppendNumber(buff, buff_end, (u64)(negative ? -num : num), 10,
95 minimal_num_length, pad_with_zero, negative);
44 AppendNumber(char **buff, const char *buff_end, u64 absolute_value, u8 base, u8 minimal_num_length, bool pad_with_zero, bool negative) argument
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dvp8_variance16x16_armv6.asm48 sel r6, r9, lr ; select bytes with negative difference
52 usad8 r5, r6, lr ; calculate sum of negative differences
56 subs r8, r8, r5 ; subtract negative differences from sum
71 sel r6, r9, lr ; select bytes with negative difference
75 usad8 r5, r6, lr ; calculate sum of negative differences
80 sub r8, r8, r5 ; subtract negative differences from sum
95 sel r6, r9, lr ; select bytes with negative difference
99 usad8 r5, r6, lr ; calculate sum of negative differences
104 sub r8, r8, r5 ; subtract negative differences from sum
121 sel r6, r9, lr ; select bytes with negative differenc
[all...]
H A Dvp8_variance_halfpixvar16x16_h_armv6.asm53 sel r6, r6, lr ; select bytes with negative difference
57 usad8 r5, r6, lr ; calculate sum of negative differences
61 subs r8, r8, r5 ; subtract negative differences from sum
83 sel r6, r6, lr ; select bytes with negative difference
87 usad8 r5, r6, lr ; calculate sum of negative differences
92 sub r8, r8, r5 ; subtract negative differences from sum
114 sel r6, r6, lr ; select bytes with negative difference
118 usad8 r5, r6, lr ; calculate sum of negative differences
123 sub r8, r8, r5 ; subtract negative differences from sum
147 sel r6, r6, lr ; select bytes with negative differenc
[all...]
H A Dvp8_variance_halfpixvar16x16_v_armv6.asm54 sel r6, r6, lr ; select bytes with negative difference
58 usad8 r5, r6, lr ; calculate sum of negative differences
62 subs r8, r8, r5 ; subtract negative differences from sum
84 sel r6, r6, lr ; select bytes with negative difference
88 usad8 r5, r6, lr ; calculate sum of negative differences
93 sub r8, r8, r5 ; subtract negative differences from sum
115 sel r6, r6, lr ; select bytes with negative difference
119 usad8 r5, r6, lr ; calculate sum of negative differences
124 sub r8, r8, r5 ; subtract negative differences from sum
148 sel r6, r6, lr ; select bytes with negative differenc
[all...]

Completed in 378 milliseconds

12345678