Home
last modified time | relevance | path

Searched refs:build_fuzzers (Results 1 – 14 of 14) sorted by relevance

/external/oss-fuzz/infra/cifuzz/
Dcifuzz_test.py42 cifuzz.build_fuzzers(
55 cifuzz.build_fuzzers(EXAMPLE_PROJECT,
67 cifuzz.build_fuzzers(EXAMPLE_PROJECT,
76 cifuzz.build_fuzzers(
86 cifuzz.build_fuzzers(
96 cifuzz.build_fuzzers(EXAMPLE_PROJECT,
104 cifuzz.build_fuzzers(
121 cifuzz.build_fuzzers(
Dcifuzz.py41 def build_fuzzers(project_name, function
/external/oss-fuzz/infra/cifuzz/actions/
Dentrypoint.py59 if event == 'push' and not cifuzz.build_fuzzers(
65 if event == 'pull_request' and not cifuzz.build_fuzzers(
/external/oss-fuzz/infra/travis/
Dtravis_build.py70 def build_fuzzers(project, engine, sanitizer, architecture): function
126 build_fuzzers(project, engine, sanitizer, architecture)
/external/oss-fuzz/docs/advanced-topics/
Dreproducing.md75 $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> \
103 $ python infra/helper.py build_fuzzers --sanitizer undefined libxml2
112 $ python infra/helper.py build_fuzzers \
136 $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> \
Dcode_coverage.md37 $ python infra/helper.py build_fuzzers --sanitizer=coverage $PROJECT_NAME
/external/oss-fuzz/projects/perfetto/
Dbuild.sh21 $SRC/perfetto/infra/oss-fuzz/build_fuzzers
/external/ImageMagick/.travis/
Dbuild_fuzzers.sh14 . $MAGICK_SRC/build_fuzzers.sh
/external/oss-fuzz/docs/reference/
Dglossary.md74 $ python infra/helper.py build_fuzzers --sanitizer undefined json
95 python infra/helper.py build_fuzzers --architecture i386 json
/external/oss-fuzz/infra/
DREADME.md24 | `build_fuzzers` | Builds fuzz targets for a given project |
Dhelper.py196 return build_fuzzers(args)
536 def build_fuzzers(args): function
/external/ImageMagick/Magick++/fuzz/
Dbuild.sh110 . $MAGICK_SRC/build_fuzzers.sh
/external/harfbuzz_ng/
DTESTING.md73 sudo python infra/helper.py build_fuzzers --sanitizer address harfbuzz
/external/oss-fuzz/docs/getting-started/
Dnew_project_guide.md279 $ python infra/helper.py build_fuzzers --sanitizer <address/memory/undefined> $PROJECT_NAME
304 $ python infra/helper.py build_fuzzers --sanitizer coverage $PROJECT_NAME
313 of the supported build configurations with the above commands (build_fuzzers -> run_fuzzer -> cover…