HomeSort by relevance Sort by last modified time
    Searched full:fuzz (Results 26 - 50 of 287) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/v8/test/webkit/
dfg-inline-arguments-use-from-all-the-places-broken.js 32 function fuzz(a, b) { function
33 return [foo.arguments, bar.arguments, getter.arguments, fuzz.arguments];
37 return [foo.arguments, bar.arguments, getter.arguments].concat(fuzz(42, 56));
dfg-inline-arguments-use-from-all-the-places.js 32 function fuzz(a, b) { function
33 return [foo.arguments, bar.arguments, getter.arguments, fuzz.arguments];
37 return [foo.arguments, bar.arguments, getter.arguments].concat(fuzz(42, 56));
dfg-inline-arguments-use-from-uninlined-code.js 32 function fuzz() { function
42 var array2 = fuzz(a,b,c);
dfg-flush-get-local.js 32 function fuzz(a, b) { function
  /art/tools/dexfuzz/src/dexfuzz/fuzzers/
FuzzerSingle.java 23 * Superclass for fuzzers that fuzz once.
  /external/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 1 //===-- ClangFormatFuzzer.cpp - Fuzz the Clang format tool ----------------===//
19 // FIXME: fuzz more things: different styles, different style features.
  /external/skia/gyp/
most.gyp 30 'fuzz.gyp:fuzz',
  /docs/source.android.com/src/devices/input/
diagnostics.jd 204 X: source=0x00001002, min=0.000, max=719.001, flat=0.000, fuzz=0.999
205 Y: source=0x00001002, min=0.000, max=1279.001, flat=0.000, fuzz=0.999
206 PRESSURE: source=0x00001002, min=0.000, max=1.000, flat=0.000, fuzz=0.000
207 SIZE: source=0x00001002, min=0.000, max=1.000, flat=0.000, fuzz=0.000
208 TOUCH_MAJOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
209 TOUCH_MINOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
210 TOOL_MAJOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
211 TOOL_MINOR: source=0x00001002, min=0.000, max=1468.605, flat=0.000, fuzz=0.000
219 X: min=0, max=720, flat=0, fuzz=0, resolution=0
220 Y: min=0, max=1280, flat=0, fuzz=0, resolution=
    [all...]
  /external/ImageMagick/PerlMagick/t/
filter.t 31 $fuzz=int(0.05*(Image::Magick->new()->QuantumRange));
54 testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/ColorFloodfill.miff', 'ColorFloodfill', q/geometry=>"+25+45"/, 0.15, 1.0);
57 testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Colorize.miff', 'Colorize', q/fill=>"red", blend=>"50%"/, 0.0, 0.0 );
114 testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/MatteFloodfill.miff', 'MatteFloodfill', q/geometry=>"+25+45"/, 0.25, 1.0);
141 testFilterCompare('input.miff', "fuzz=>$fuzz", 'reference/filter/Opaque.miff', 'Opaque', q/color=>"#e23834", fill=>"green"/, 0.0, 0.0);
  /system/update_engine/update_manager/
chromeos_policy.h 121 // Default update check timeout interval/fuzz values used to compute the
122 // NextUpdateCheckTime(), in seconds. Actual fuzz is within +/- half of the
129 // Maximum update attempt backoff interval and fuzz.
149 // |fuzz| seconds. The return value is guaranteed to be a non-negative
151 static base::TimeDelta FuzzedInterval(PRNG* prng, int interval, int fuzz);
  /external/llvm/tools/llvm-as-fuzzer/
llvm-as-fuzzer.cpp 1 //===--- fuzz-llvm-as.cpp - Fuzzer for llvm-as using lib/Fuzzer -----------===//
10 // Build tool to fuzz the LLVM assembler (llvm-as) using
12 // faster than using afl-fuzz, since it is run in-process.
  /art/test/578-bce-visit/src/
Main.java 18 * Automatically generated fuzz test that exposed bug in the way bounds
58 System.out.println("FUZZ result = " + k + " " + mX);
  /external/v8/test/cctest/
types-fuzz.h 118 types.push_back(Fuzz());
243 TypeHandle Fuzz(int depth = 4) {
292 TypeHandle element = Fuzz(depth / 2);
297 TypeHandle result = Fuzz(depth / 2);
298 TypeHandle receiver = Fuzz(depth / 2);
302 TypeHandle parameter = Fuzz(depth / 2);
325 TypeHandle operand = Fuzz(depth - 1);
test-accessors.cc 49 ApiTestFuzzer::Fuzz();
55 ApiTestFuzzer::Fuzz();
61 ApiTestFuzzer::Fuzz();
122 ApiTestFuzzer::Fuzz();
168 ApiTestFuzzer::Fuzz();
270 ApiTestFuzzer::Fuzz();
316 ApiTestFuzzer::Fuzz();
355 ApiTestFuzzer::Fuzz();
424 ApiTestFuzzer::Fuzz();
479 ApiTestFuzzer::Fuzz();
    [all...]
  /external/freetype/src/pshinter/
pshglob.c 232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta < 2 * fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pshinter/
pshglob.c 232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta / 2 < fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
  /external/pdfium/third_party/freetype/src/pshinter/
pshglob.c 232 /* fuzz-expands the zones as well. */
239 FT_Int fuzz,
317 /* expand top and bottom tables with blue fuzz */
331 zone->org_bottom -= fuzz;
334 /* checking that the interval is smaller than the fuzz */
342 if ( delta / 2 < fuzz )
346 zone[0].org_top = top + fuzz;
347 zone[1].org_bottom = bot - fuzz;
355 zone->org_top = top + fuzz;
  /external/ImageMagick/tests/
validate.h 27 "-metric RMSE -fuzz 5%",
28 "-metric AE -fuzz 5%",
154 "-fill blue -fuzz 35% -opaque red",
195 "-fuzz 35% -transparent red",
196 "-fuzz 5% -trim",
242 fuzz; member in struct:ReferenceFormats
  /bionic/libc/kernel/uapi/linux/
virtio_input.h 37 __u32 fuzz; member in struct:virtio_input_absinfo
  /external/ImageMagick/MagickCore/
image.h 219 fuzz; /* current color fuzz attribute - move to image_info */ member in struct:_Image
412 fuzz; /* current color fuzz attribute */ member in struct:_ImageInfo
  /external/llvm/tools/llvm-dwarfdump/fuzzer/
llvm-dwarfdump-fuzzer.cpp 1 //===-- llvm-dwarfdump-fuzzer.cpp - Fuzz the llvm-dwarfdump tool ----------===//
  /external/boringssl/src/
CMakeLists.txt 83 if(FUZZ)
161 if(FUZZ)
162 add_subdirectory(fuzz)
  /external/ImageMagick/ImageMagick/api/
paint.html 61 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
143 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
185 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
227 <p>As there is one fuzz value for the all the channels, TransparentPaintImage() is not suitable for the operations like chroma, where the tolerance for similarity of two color component (RGB) can be different. Thus we define this method to take two target pixels (one low and one high) and all the pixels of an image which are lying between these two pixels are made transparent.</p>
  /external/ImageMagick/www/api/
paint.html 65 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
147 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
189 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
231 <p>As there is one fuzz value for the all the channels, TransparentPaintImage() is not suitable for the operations like chroma, where the tolerance for similarity of two color component (RGB) can be different. Thus we define this method to take two target pixels (one low and one high) and all the pixels of an image which are lying between these two pixels are made transparent.</p>
paint.php 61 <p>By default target must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. The fuzz member of image defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color for the purposes of the floodfill.</p>
143 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
185 <p>By default color must match a particular pixel color exactly. However, in many cases two colors may differ by a small amount. Fuzz defines how much tolerance is acceptable to consider two colors as the same. For example, set fuzz to 10 and the color red at intensities of 100 and 102 respectively are now interpreted as the same color.</p>
227 <p>As there is one fuzz value for the all the channels, TransparentPaintImage() is not suitable for the operations like chroma, where the tolerance for similarity of two color component (RGB) can be different. Thus we define this method to take two target pixels (one low and one high) and all the pixels of an image which are lying between these two pixels are made transparent.</p>

Completed in 1655 milliseconds

12 3 4 5 6 7 8 91011>>