/external/llvm/utils/ |
shuffle_fuzz.py | 3 """A shuffle vector fuzz tester. 5 This is a python program to fuzz test the LLVM shufflevector instruction. It 68 # correctness of a shuffle, we want to bias our fuzz toward having a decent
|
/external/v8/test/cctest/ |
test-macro-assembler-mips.cc | 110 const int fuzz = 11; local 113 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) { 114 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) {
|
/frameworks/native/services/inputflinger/ |
EventHub.h | 87 int32_t fuzz; // error tolerance, eg. fuzz == 4 means value is +/- 4 due to noise member in struct:android::RawAbsoluteAxisInfo 95 fuzz = 0;
|
/external/ImageMagick/ImageMagick/script/ |
connected-components.html | 80 <p>Use <code>-connected-components 8</code> to visit 8 neighbors rather than 4. By default, neighbor colors must be exact to be part of a unique object. Use the <a href="command-line-options.php#fuzz">-fuzz</a> option to include pixels as part of an object that are <var>close</var> in color.</p>
|
compare.html | 192 <td><a href="command-line-options.php#fuzz">-fuzz <var>distance</var></a></td>
|
/external/ImageMagick/www/ |
connected-components.html | 84 <p>Use <code>-connected-components 8</code> to visit 8 neighbors rather than 4. By default, neighbor colors must be exact to be part of a unique object. Use the <a href="command-line-options.html#fuzz">-fuzz</a> option to include pixels as part of an object that are <var>close</var> in color.</p>
|
/external/llvm/lib/Fuzzer/ |
FuzzerDriver.cpp | 167 std::string Log = "fuzz-" + std::to_string(C) + ".log"; 323 F.AddToCorpus(Unit()); // Can't fuzz empty corpus, so add an empty input.
|
/external/strace/ |
evdev.c | 146 tprintf(", maximum=%" PRIu32 ", fuzz=%" PRIu32, 147 absinfo.maximum, absinfo.fuzz);
|
/art/tools/dexfuzz/src/dexfuzz/listeners/ |
LogFileListener.java | 106 write("--> FUZZ " + (iteration + 1));
|
UniqueProgramTrackerListener.java | 51 * Used to remember the seed used to fuzz the fuzzed file, so we can save it with this
|
/external/ImageMagick/MagickCore/ |
pixel.h | 179 fuzz; member in struct:_PixelInfo
|
paint.c | 86 % in many cases two colors may differ by a small amount. The fuzz member of 88 % the same. For example, set fuzz to 10 and the color red at intensities of 889 % many cases two colors may differ by a small amount. Fuzz defines how much 891 % set fuzz to 10 and the color red at intensities of 100 and 102 respectively [all...] |
/external/ImageMagick/utilities/ |
identify.1 | 31 \-fuzz distance colors within this distance are considered equal
|
identify.1.in | 31 \-fuzz distance colors within this distance are considered equal
|
/external/libchrome/crypto/ |
p224_spake_unittest.cc | 119 TEST(MutualAuth, Fuzz) {
|
/external/libweave/third_party/chromium/crypto/ |
p224_spake_unittest.cc | 119 TEST(MutualAuth, Fuzz) {
|
/external/skia/tests/ |
TextBlobCacheTest.cpp | 102 // We use a typeface which randomy returns unexpected mask formats to fuzz
|
/external/v8/test/webkit/ |
webkit.status | 45 'dfg-double-vote-fuzz': [SKIP],
|
/external/v8/tools/release/ |
check_clusterfuzz.py | 37 HOSTNAME = "backend-dot-cluster-fuzz.appspot.com"
|
/system/core/bootstat/ |
boot_event_record_store_test.cpp | 69 // than 10 seconds. This allow for a relatively large fuzz when comparing
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
Makefile.in | 71 fuzz-demangler: demangler-fuzzer
|
/frameworks/base/core/java/android/view/ |
InputDevice.java | 731 float min, float max, float flat, float fuzz, float resolution) { 732 mMotionRanges.add(new MotionRange(axis, source, min, max, flat, fuzz, resolution)); 809 private MotionRange(int axis, int source, float min, float max, float flat, float fuzz, 816 mFuzz = fuzz; [all...] |
/external/ImageMagick/MagickWand/ |
pixel-wand.c | 318 % const double fuzz) 326 % o fuzz: any two colors that are less than or equal to this distance 331 const double fuzz) 341 p->pixel.fuzz=fuzz; 342 q->pixel.fuzz=fuzz; [all...] |
/art/tools/dexfuzz/src/dexfuzz/fuzzers/ |
Fuzzer.java | 74 * These two flags are set during fuzz(), and then cleared at the end of execute(). 206 protected Program fuzz() { method in class:Fuzzer
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
ResolutionUtil.java | 217 * @param aspectRatio the aspect ratio to fuzz 246 // fuzz it so that they are bucketed together
|