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

1 23 4 5 6 7 8 91011>>

  /external/v8/test/cctest/
test-macro-assembler-arm.cc 109 const int fuzz = 11; local
112 for (const byte* src = src_buffer; src < src_buffer + fuzz; src++) {
113 for (byte* dest = dest_buffer; dest < dest_buffer + fuzz; dest++) {
test-api-interceptors.cc 54 ApiTestFuzzer::Fuzz();
228 ApiTestFuzzer::Fuzz();
237 ApiTestFuzzer::Fuzz();
247 ApiTestFuzzer::Fuzz();
258 ApiTestFuzzer::Fuzz();
267 ApiTestFuzzer::Fuzz();
277 ApiTestFuzzer::Fuzz();
287 ApiTestFuzzer::Fuzz();
297 ApiTestFuzzer::Fuzz();
307 ApiTestFuzzer::Fuzz();
    [all...]
  /external/clang/tools/clang-fuzzer/
ClangFuzzer.cpp 1 //===-- ClangFuzzer.cpp - Fuzz Clang --------------------------------------===//
  /external/kernel-headers/original/uapi/linux/
virtio_input.h 45 __u32 fuzz; member in struct:virtio_input_absinfo
input.h 54 * @fuzz: specifies fuzz value that is used to filter noise from
72 __s32 fuzz; member in struct:input_absinfo
  /external/skia/tools/
chrome_fuzz.cpp 77 // Cluster-Fuzz likes "#EOF" as the last line of output to help distinguish
  /frameworks/base/core/jni/
android_view_InputDevice.cpp 75 range.source, range.min, range.max, range.flat, range.fuzz, range.resolution);
  /system/update_engine/update_manager/
chromeos_policy.cc 596 // fuzz to the interval.
623 int fuzz = 0; local
646 // in this case set the fuzz to a predetermined regular value.
649 fuzz = kTimeoutRegularFuzz;
652 // If not otherwise determined, defer to a fuzz of +/-(interval / 2).
653 if (fuzz == 0)
654 fuzz = interval;
657 &prng, interval, fuzz);
661 TimeDelta ChromeOSPolicy::FuzzedInterval(PRNG* prng, int interval, int fuzz) {
663 DCHECK_GE(fuzz, 0)
    [all...]
  /external/autotest/client/virt/tests/
iofuzz.py 57 def fuzz(session, inst_list): function in function:run_iofuzz
133 fuzz(session, inst)
  /external/llvm/lib/Fuzzer/
FuzzerFlags.def 43 " with stdout/stderr redirected to fuzz-JOB.log.")
72 FUZZER_FLAG_INT(drill, 0, "Experimental: fuzz using a single unit as the seed "
  /external/llvm/tools/llvm-mc-fuzzer/
llvm-mc-fuzzer.cpp 99 // Fuzz the big-endian MIPS32R6 disassembler using 100,000 inputs of up to
104 // Infinitely fuzz the little-endian MIPS64R2 disassembler with the MSA
  /external/owasp/sanitizer/src/tests/org/owasp/html/
HtmlSanitizerFuzzerTest.java 80 for (int fuzz = 1 + rnd.nextInt(25); --fuzz >= 0;) {
  /frameworks/native/include/input/
InputDevice.h 71 float fuzz; member in struct:android::InputDeviceInfo::MotionRange
95 float min, float max, float flat, float fuzz, float resolution);
  /frameworks/native/libs/input/
InputDevice.cpp 179 float flat, float fuzz, float resolution) {
180 MotionRange range = { axis, source, min, max, flat, fuzz, resolution };
  /external/bsdiff/
bsdiff.cc 210 const off_t fuzz = 8; local
211 if (prev_len-fuzz<=len && len<=prev_len &&
212 prev_oldscore-fuzz<=oldscore &&
214 prev_pos<=pos && pos <=prev_pos+fuzz &&
215 oldscore<=len && len<=oldscore+fuzz)
  /external/llvm/docs/
LibFuzzer.rst 2 LibFuzzer -- a library for coverage-guided fuzz testing.
11 This library is intended primarily for in-process coverage-guided fuzz testing
50 and is used to fuzz various parts of LLVM,
67 jobs 0 Number of jobs to run. If jobs >= 1 we spawn this number of jobs in separate worker processes with stdout/stderr redirected to fuzz-JOB.log.
222 cat << EOF > handshake-fuzz.cc
254 clang++ -g handshake-fuzz.cc -fsanitize=address \
313 ./afl-fuzz -i testcase_dir -o findings_dir /path/to/program -r @@
314 ./llvm-fuzz testcase_dir findings_dir # Will write new tests to testcase_dir
321 Once you implement your target function ``LLVMFuzzerTestOneInput`` and fuzz it to death,
372 This tool fuzzes the MC layer. Currently it is only able to fuzz th
    [all...]
  /external/autotest/client/bin/input/
input_device.py 43 def __init__(self, value, min_value, max_value, fuzz, flat, resolution):
47 self.fuzz = fuzz
109 value, minimum, maximum, resolution, fuzz, flatness
556 if a.fuzz != 0:
557 print ' Fuzz %6d' % a.fuzz
  /external/v8/test/webkit/
dfg-cfa-prove-put-by-id-simple-when-storing-to-specialized-function-expected.txt 229 fuzz!
230 PASS bar.call({f:baz}, fuzz) is "fuzz"
  /external/ImageMagick/utilities/
compare.1 29 \-fuzz distance colors within this distance are considered equal
compare.1.in 29 \-fuzz distance colors within this distance are considered equal
  /external/clang/utils/
FuzzTest 4 This is a generic fuzz testing tool, see --help for more information.
227 help="Add an input file to fuzz",
230 help="Add a list of inputs files to fuzz (one per line)",
234 group = OptionGroup(parser, "Fuzz Options")
  /external/v8/test/unittests/compiler/
typer-unittest.cc 11 #include "test/cctest/types-fuzz.h"
205 subtype = types_.Fuzz();
212 Type* type1 = types_.Fuzz();
213 Type* type2 = types_.Fuzz();
  /external/v8/tools/
fuzz-harness.sh 88 archive=fuzz-results-$(date +%Y%m%d%H%M%S).tar.bz2
  /art/tools/dexfuzz/
README 14 http://community.arm.com/groups/android-community/blog/2014/11/26/the-art-of-fuzz-testing
18 ADB-connected Android device, and it will fuzz these seed files, and execute the
  /hardware/libhardware/modules/input/evdev/
InputHub.h 46 int32_t fuzz = 0; // error tolerance, e.g. fuzz == 4 means value is +/- 4 due to noise member in struct:android::AbsoluteAxisInfo

Completed in 850 milliseconds

1 23 4 5 6 7 8 91011>>