Searched refs:fuzzed (Results 1 – 13 of 13) sorted by relevance
/external/harfbuzz_ng/test/fuzzing/ |
D | Makefile.am | 48 cat $(srcdir)/../shaping/tests/fuzzed.tests | \
|
/external/honggfuzz/examples/terminal-emulators/ |
D | README.md | 14 feedback accumulation) will not be closed by the fuzzed binary (terminal emulator) 23 Add compiler-time instrumentation to your fuzzed terminal emulator. Typically it
|
/external/honggfuzz/ |
D | README.md | 7 …l of all your available CPU cores. The file corpus is shared between threads (and fuzzed instances) 14 …* Supports __persistent fuzzing mode__ (long-lived process calling a fuzzed API repeatedly) with l… 15 …ested instead: as it's faster and multiple instances of a service can be fuzzed at once in this mo…
|
/external/skia/samplecode/ |
D | SampleSVGPong.cpp | 267 const SkScalar fuzzed = fabs(spd) + fRand.nextRangeScalar(-kBallSpeedFuzz, kBallSpeedFuzz); in fuzzBallSpeed() local 269 return sign * SkTPin(fuzzed, kBallSpeedMin, kBallSpeedMax); in fuzzBallSpeed()
|
/external/skqp/samplecode/ |
D | SampleSVGPong.cpp | 267 const SkScalar fuzzed = fabs(spd) + fRand.nextRangeScalar(-kBallSpeedFuzz, kBallSpeedFuzz); in fuzzBallSpeed() local 269 return sign * SkTPin(fuzzed, kBallSpeedMin, kBallSpeedMax); in fuzzBallSpeed()
|
/external/harfbuzz_ng/test/shaping/ |
D | Makefile.am | 57 tests/fuzzed.tests \
|
/external/tcpdump/tests/ |
D | TESTLIST | 66 # fuzzed pcap 176 # fuzzed pcap 256 # fuzzed pcap 263 # fuzzed pcap 289 # fuzzed pcap 591 # fuzzed pcap 596 # fuzzed pcap
|
/external/honggfuzz/docs/ |
D | FeedbackDrivenFuzzing.md | 48 In order to make this mode work, one needs to compile the fuzzed tool (_xmllint_ here) with _-fsani… 222 As above, it will try to maximize the number of branches taken by CPU on behalf of the fuzzed proce…
|
D | USAGE.md | 12 fuzzed instances) 20 …* Supports __persistent fuzzing mode__ (long-lived process calling a fuzzed API repeatedly) with l…
|
/external/ImageMagick/ |
D | AUTHORS.txt | 123 Contributed numerous fuzzed-images that revealed program flaws in
|
/external/clang/docs/ |
D | SanitizerCoverage.rst | 401 a fuzzer in the same process as the code being fuzzed (in-process fuzzer).
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 19 The fuzzer is linked with the library under test, and feeds fuzzed inputs to the
|
/external/scapy/doc/scapy/ |
D | usage.rst | 260 …ollowing example, the IP layer is normal, and the UDP and NTP layers are fuzzed. The UDP checksum …
|