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

12345678910

/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/syslinux/com32/lib/math/
H A Dstrtod.c51 int negative; local
64 negative = 0;
67 negative = 1; // Fall through to increment position
103 if (negative)
109 negative = 0;
112 negative = 1; // Fall through to increment pos
124 if (negative)
/external/valgrind/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/dng_sdk/source/
H A Ddng_validate.cpp127 // Read into the negative.
129 AutoPtr<dng_negative> negative; local
144 negative.Reset (host.Make_dng_negative ());
146 negative->Parse (host, stream, info);
148 negative->PostParse (host, stream, info);
154 negative->ReadStage1Image (host, stream, info);
163 negative->ReadTransparencyMask (host, stream, info);
167 negative->ValidateRawImageDigest (host);
178 const dng_image &stage1 = *negative->Stage1Image ();
194 negative
[all...]
H A Ddng_mosaic_info.h100 dng_negative &negative);
144 /// \param negative DNG negative of mosaiced data.
150 dng_negative &negative,
157 /// \param negative DNG negative of mosaiced data.
164 dng_negative &negative,
172 /// \param negative DNG negative of mosaiced data.
179 dng_negative &negative,
[all...]
H A Ddng_opcodes.cpp117 dng_negative &negative)
123 negative.SetIsPreview (true);
142 else if (!IsValidForNegative (negative))
227 dng_negative & /* negative */,
256 dng_negative &negative,
264 , fNegative (negative)
360 dng_negative &negative,
397 negative,
432 dng_negative &negative,
438 , fNegative (negative)
116 AboutToApply(dng_host &host, dng_negative &negative) argument
255 dng_filter_opcode_task(dng_filter_opcode &opcode, dng_negative &negative, const dng_image &srcImage, dng_image &dstImage) argument
359 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) argument
431 dng_inplace_opcode_task(dng_inplace_opcode &opcode, dng_negative &negative, dng_image &image) argument
533 Apply(dng_host &host, dng_negative &negative, AutoPtr<dng_image> &image) argument
[all...]
H A Ddng_opcodes.h209 /// Is this opcode valid for the specified negative?
211 virtual bool IsValidForNegative (const dng_negative & /* negative */) const
222 /// specified negative. Returns true if this opcode should be applied to
223 /// the negative, false otherwise.
226 dng_negative &negative);
228 /// Apply this opcode to the specified image with associated negative.
231 dng_negative &negative,
257 dng_negative &negative,
337 /// \param negative The negative objec
[all...]
H A Ddng_color_spec.cpp66 dng_color_spec::dng_color_spec (const dng_negative &negative, argument
69 : fChannels (negative.ColorChannels ())
125 if (negative. CameraCalibrationSignature () ==
129 if (negative.CameraCalibration1 ().Rows () == fChannels &&
130 negative.CameraCalibration1 ().Cols () == fChannels)
133 fCameraCalibration1 = negative.CameraCalibration1 ();
137 if (negative.CameraCalibration2 ().Rows () == fChannels &&
138 negative.CameraCalibration2 ().Cols () == fChannels)
141 fCameraCalibration2 = negative.CameraCalibration2 ();
152 fAnalogBalance [j] [j] = negative
[all...]
H A Ddng_image_writer.cpp1723 const dng_negative &negative);
1730 const dng_negative &negative)
1765 const dng_image &rawImage (negative.RawImage ());
1767 const dng_linearization_info *rangeInfo = negative.GetLinearizationInfo ();
1933 fWhiteLevelData32 [c] = negative.WhiteLevel (c);
2105 const dng_negative &negative);
2112 const dng_negative &negative)
2114 : fColorChannels (negative.ColorChannels ())
2117 negative.CameraCalibration1 ())
2120 negative
1729 range_tag_set(dng_tiff_directory &directory, const dng_negative &negative) argument
2111 color_tag_set(dng_tiff_directory &directory, const dng_negative &negative) argument
5256 WriteTIFF(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const dng_color_space *space, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) argument
5329 WriteTIFFWithProfile(dng_host &host, dng_stream &stream, const dng_image &image, uint32 photometricInterpretation, uint32 compression, dng_negative *negative, const void *profileData, uint32 profileSize, const dng_resolution *resolution, const dng_jpeg_preview *thumbnail, const dng_memory_block *imageResources, dng_metadata_subset metadataSubset) argument
5596 WriteDNG(dng_host &host, dng_stream &stream, dng_negative &negative, const dng_preview_list *previewList, uint32 maxBackwardVersion, bool uncompressed) argument
5616 WriteDNG(dng_host &host, dng_stream &stream, const dng_negative &negative, const dng_metadata &constMetadata, const dng_preview_list *previewList, uint32 maxBackwardVersion, bool uncompressed) argument
[all...]
H A Ddng_lens_correction.h112 /// Are these warp params valid for the specified negative?
114 virtual bool IsValidForNegative (const dng_negative &negative) const;
124 /// [0,1]. The returned result is non-negative.
134 /// computed result are non-negative.
146 /// itself. The returned result is non-negative. Mathematically,
472 virtual bool IsValidForNegative (const dng_negative &negative) const;
477 dng_negative &negative,
508 virtual bool IsValidForNegative (const dng_negative &negative) const;
513 dng_negative &negative,
615 virtual void Prepare (dng_negative &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
/external/llvm/test/MC/Mips/
H A Dreloc-directive-negative.s5 .reloc -1, R_MIPS_32, .text # CHECK: :[[@LINE]]:9: error: expression is negative
/external/valgrind/memcheck/tests/
H A Dmalloc3.stderr.exp1 Argument 'size' of function malloc has a fishy (possibly negative) value: -1
5 Argument 'size' of function calloc has a fishy (possibly negative) value: -1
/external/autotest/server/site_tests/android_Invariants/
H A Dandroid_Invariants.py15 def assert_path_test(self, path, test, negative=False):
22 @param negative: if True, test for the negative.
24 self.host.run('test %s -%s %s' % ('!' if negative else '', test, path))
/external/autotest/server/site_tests/brillo_Invariants/
H A Dbrillo_Invariants.py15 def assert_path_test(self, path, test, negative=False):
22 @param negative: if True, test for the negative.
24 self.host.run('test %s -%s %s' % ('!' if negative else '', test, path))
49 self.assert_path_test('/fstab.device', 'e', negative=True)
/external/pdfium/third_party/bigint/
H A DBigIntegerUtils.cc15 return (x.getSign() == BigInteger::negative)
26 return (s[0] == '-') ? BigInteger(stringToBigUnsigned(s.substr(1, s.length() - 1)), BigInteger::negative)
53 if (x.getSign() == BigInteger::negative)
/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/v8/src/
H A Dconversions.cc178 bool negative = false; local
180 // We must not negate the most negative int.
182 negative = true;
192 if (negative) buffer[--i] = '-';
204 bool negative = false; local
208 negative = true;
257 if (negative) builder.AddCharacter('-');
270 bool negative,
284 if (negative) builder.AddCharacter('-');
305 bool negative local
268 CreateExponentialRepresentation(char* decimal_rep, int exponent, bool negative, int significant_digits) argument
351 bool negative = false; local
[all...]
H A Dconversions-inl.h33 inline double SignedZero(bool negative) { argument
34 return negative ? uint64_to_double(Double::kSignMask) : 0.0;
50 bool negative = x < 0; local
51 if (negative) {
64 return negative ? ~result + 1 : result;
212 bool negative,
219 if (current == end) return SignedZero(negative);
297 if (negative) {
305 return std::ldexp(static_cast<double>(negative ? -number : number), exponent);
321 bool negative
209 InternalStringToIntDouble(UnicodeCache* unicode_cache, Iterator current, EndMark end, bool negative, bool allow_trailing_junk) argument
[all...]
/external/protobuf/src/google/protobuf/util/
H A Dtime_util.cc133 // any of the operands is negative. Here we try to enforce C++11's "rounded
197 bool negative = (value[0] == '-'); local
198 int sign_length = (negative ? 1 : 0);
220 if (negative) {
221 // If a Duration is negative, both seconds and nanos should be negative.
371 void ToUint128(const Timestamp& value, uint128* result, bool* negative) { argument
373 *negative = true;
377 *negative = false;
384 void ToUint128(const Duration& value, uint128* result, bool* negative) { argument
396 ToTimestamp(const uint128& value, bool negative, Timestamp* timestamp) argument
411 ToDuration(const uint128& value, bool negative, Duration* duration) argument
436 bool negative; local
462 bool negative; local
[all...]
/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;

Completed in 4810 milliseconds

12345678910