/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
D | mutator_debugger.cc | 38 tint::fuzzers::spvtools_fuzzer::ParseMutatorDebuggerCliParams(argc, argv); in main() 40 std::unique_ptr<tint::fuzzers::spvtools_fuzzer::Mutator> mutator; in main() 43 case tint::fuzzers::spvtools_fuzzer::MutatorType::kFuzz: in main() 45 std::make_unique<tint::fuzzers::spvtools_fuzzer::SpirvFuzzMutator>( in main() 52 case tint::fuzzers::spvtools_fuzzer::MutatorType::kReduce: in main() 54 std::make_unique<tint::fuzzers::spvtools_fuzzer::SpirvReduceMutator>( in main() 60 case tint::fuzzers::spvtools_fuzzer::MutatorType::kOpt: in main() 62 std::make_unique<tint::fuzzers::spvtools_fuzzer::SpirvOptMutator>( in main() 75 tint::fuzzers::spvtools_fuzzer::Mutator::Status::kInvalid) { in main() 80 tint::fuzzers::spvtools_fuzzer::Mutator::Status::kLimitReached) { in main()
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
D | tint_black_box_fuzz_target.cc | 109 tint::fuzzers::DataBuilder builder(data.data(), data.size()); in main() 132 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main() 133 tint::fuzzers::OutputFormat::kHLSL); in main() 139 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main() 140 tint::fuzzers::OutputFormat::kMSL); in main() 147 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main() 148 tint::fuzzers::OutputFormat::kSpv); in main() 153 tint::fuzzers::CommonFuzzer fuzzer(tint::fuzzers::InputFormat::kWGSL, in main() 154 tint::fuzzers::OutputFormat::kWGSL); in main()
|
D | tint_all_transforms_fuzzer.cc | 21 namespace fuzzers { namespace 28 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kSpv); in LLVMFuzzerTestOneInput() 40 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kHLSL); in LLVMFuzzerTestOneInput() 53 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kMSL); in LLVMFuzzerTestOneInput() 65 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kSpv); in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_fuzzer.cc | 21 namespace fuzzers { namespace 24 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kNone); in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_wgsl_writer_fuzzer.cc | 21 namespace fuzzers { namespace 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_fuzzer.cc | 21 namespace fuzzers { namespace 24 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kSpv, OutputFormat::kNone); in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_hlsl_writer_fuzzer.cc | 21 namespace fuzzers { namespace 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_hlsl_writer_fuzzer.cc | 21 namespace fuzzers { namespace 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_wgsl_writer_fuzzer.cc | 21 namespace fuzzers { namespace 24 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_single_entry_point_fuzzer.cc | 20 namespace fuzzers { namespace 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_binding_remapper_fuzzer.cc | 20 namespace fuzzers { namespace 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_first_index_offset_fuzzer.cc | 20 namespace fuzzers { namespace 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_renamer_fuzzer.cc | 20 namespace fuzzers { namespace 26 fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_spv_writer_fuzzer.cc | 21 namespace fuzzers { namespace 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_vertex_pulling_fuzzer.cc | 20 namespace fuzzers { namespace 26 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_spv_writer_fuzzer.cc | 21 namespace fuzzers { namespace 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_wgsl_reader_msl_writer_fuzzer.cc | 21 namespace fuzzers { namespace 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kWGSL, in LLVMFuzzerTestOneInput()
|
D | tint_spv_reader_msl_writer_fuzzer.cc | 21 namespace fuzzers { namespace 27 tint::fuzzers::ReaderWriterFuzzer fuzzer(InputFormat::kSpv, in LLVMFuzzerTestOneInput()
|
D | tint_robustness_fuzzer.cc | 20 namespace fuzzers { namespace 26 tint::fuzzers::CommonFuzzer fuzzer(InputFormat::kWGSL, OutputFormat::kWGSL); in LLVMFuzzerTestOneInput()
|
/third_party/skia/fuzz/ |
D | README.md | 8 These fuzzers are packaged in two different ways (see //BUILD.gn). There is a `fuzz` executable 9 that contains all fuzzers and is a convenient way to reproduce fuzzer-reported bugs. There are also 13 See [../site/dev/testing/fuzz.md] for more information on building and running fuzzers using the 23 in the OSS-Fuzz repo that we make changes to when we want to add/remove/change the fuzzers that 26 describes how to test the OSS-Fuzz build and fuzzers locally using Docker. 41 *For fuzzers who depend strongly on the format of the randomized data, e.g. image decoding, SkSL 44 Example PRs for adding fuzzers: [binary](https://github.com/google/oss-fuzz/pull/4108), 53 <https://oss-fuzz.com/fuzzer-stats> is useful to see metrics on how our fuzzers are running. It 59 …- [Per Fuzzer summary for all Skia fuzzers driven by libFuzzer](https://oss-fuzz.com/fuzzer-stats?… 63 the reports always show the aggregated coverage from all fuzzers.
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
D | lib.rs | 40 pub mod fuzzers; module 57 header: fuzzers::HeaderC, in run_predicate_script() 97 fn bindgen_prop(header: fuzzers::HeaderC) -> TestResult { in bindgen_prop() 124 .quickcheck(bindgen_prop as fn(fuzzers::HeaderC) -> TestResult) in test_bindgen()
|
/third_party/spirv-tools/test/fuzzers/ |
D | spvtools_opt_fuzzer_common.cpp | 21 namespace fuzzers { namespace 30 spvtools::fuzzers::RandomGenerator random_gen(data, size); in OptFuzzerTestOneInput()
|
/third_party/json/tests/ |
D | fuzzing.md | 34 make fuzzers FUZZER_ENGINE="-fsanitize=fuzzer" 45 make fuzzers FUZZER_ENGINE="-fsanitize=fuzzer" CXX=$(brew --prefix llvm)/bin/clang 63 CXX=afl-clang-fast++ make fuzzers FUZZER_ENGINE="-fsanitize=fuzzer" 78 the same `fuzzers` target as above and also relies on the `FUZZER_ENGINE` variable. See the used
|
/third_party/skia/third_party/externals/icu/fuzzers/ |
D | BUILD.gn | 5 # ICU fuzzers. 11 group("fuzzers") {
|
/third_party/node/deps/v8/tools/testrunner/ |
D | num_fuzzer.py | 224 fuzzers = [] 227 fuzzers.append(fuzzer.create_fuzzer_config(name, prob, *args)) 237 return fuzzers
|