Searched refs:build_fuzzers (Results 1 – 14 of 14) sorted by relevance
/external/oss-fuzz/infra/cifuzz/ |
D | cifuzz_test.py | 42 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(
|
D | cifuzz.py | 41 def build_fuzzers(project_name, function
|
/external/oss-fuzz/infra/cifuzz/actions/ |
D | entrypoint.py | 59 if event == 'push' and not cifuzz.build_fuzzers( 65 if event == 'pull_request' and not cifuzz.build_fuzzers(
|
/external/oss-fuzz/infra/travis/ |
D | travis_build.py | 70 def build_fuzzers(project, engine, sanitizer, architecture): function 126 build_fuzzers(project, engine, sanitizer, architecture)
|
/external/oss-fuzz/docs/advanced-topics/ |
D | reproducing.md | 75 $ 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> \
|
D | code_coverage.md | 37 $ python infra/helper.py build_fuzzers --sanitizer=coverage $PROJECT_NAME
|
/external/oss-fuzz/projects/perfetto/ |
D | build.sh | 21 $SRC/perfetto/infra/oss-fuzz/build_fuzzers
|
/external/ImageMagick/.travis/ |
D | build_fuzzers.sh | 14 . $MAGICK_SRC/build_fuzzers.sh
|
/external/oss-fuzz/docs/reference/ |
D | glossary.md | 74 $ python infra/helper.py build_fuzzers --sanitizer undefined json 95 python infra/helper.py build_fuzzers --architecture i386 json
|
/external/oss-fuzz/infra/ |
D | README.md | 24 | `build_fuzzers` | Builds fuzz targets for a given project |
|
D | helper.py | 196 return build_fuzzers(args) 536 def build_fuzzers(args): function
|
/external/ImageMagick/Magick++/fuzz/ |
D | build.sh | 110 . $MAGICK_SRC/build_fuzzers.sh
|
/external/harfbuzz_ng/ |
D | TESTING.md | 73 sudo python infra/helper.py build_fuzzers --sanitizer address harfbuzz
|
/external/oss-fuzz/docs/getting-started/ |
D | new_project_guide.md | 279 $ 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…
|