Home
last modified time | relevance | path

Searched refs:fuzzed (Results 1 – 13 of 13) sorted by relevance

/external/harfbuzz_ng/test/fuzzing/
DMakefile.am48 cat $(srcdir)/../shaping/tests/fuzzed.tests | \
/external/honggfuzz/examples/terminal-emulators/
DREADME.md14 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/
DREADME.md7 …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/
DSampleSVGPong.cpp267 const SkScalar fuzzed = fabs(spd) + fRand.nextRangeScalar(-kBallSpeedFuzz, kBallSpeedFuzz); in fuzzBallSpeed() local
269 return sign * SkTPin(fuzzed, kBallSpeedMin, kBallSpeedMax); in fuzzBallSpeed()
/external/skqp/samplecode/
DSampleSVGPong.cpp267 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/
DMakefile.am57 tests/fuzzed.tests \
/external/tcpdump/tests/
DTESTLIST66 # fuzzed pcap
176 # fuzzed pcap
256 # fuzzed pcap
263 # fuzzed pcap
289 # fuzzed pcap
591 # fuzzed pcap
596 # fuzzed pcap
/external/honggfuzz/docs/
DFeedbackDrivenFuzzing.md48 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…
DUSAGE.md12 fuzzed instances)
20 …* Supports __persistent fuzzing mode__ (long-lived process calling a fuzzed API repeatedly) with l…
/external/ImageMagick/
DAUTHORS.txt123 Contributed numerous fuzzed-images that revealed program flaws in
/external/clang/docs/
DSanitizerCoverage.rst401 a fuzzer in the same process as the code being fuzzed (in-process fuzzer).
/external/llvm/docs/
DLibFuzzer.rst19 The fuzzer is linked with the library under test, and feeds fuzzed inputs to the
/external/scapy/doc/scapy/
Dusage.rst260 …ollowing example, the IP layer is normal, and the UDP and NTP layers are fuzzed. The UDP checksum …