Home
last modified time | relevance | path

Searched defs:Fuzz (Results 1 – 19 of 19) sorted by relevance

/external/oss-fuzz/projects/ygot/
Dfuzz.go5 func Fuzz(data []byte) int { func
/external/libprotobuf-mutator/examples/libxml2/
Dlibxml2_example_test.cc25 TEST_F(LibXml2ExampleTest, Fuzz) { in TEST_F() argument
/external/libprotobuf-mutator/examples/expat/
Dexpat_example_test.cc25 TEST_F(ExpatExampleTest, Fuzz) { in TEST_F() argument
/external/openscreen/discovery/mdns/
Dmdns_reader_fuzztest.cc10 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/external/pdfium/testing/fuzzers/
Dxfa_codec_fuzzer.h23 static int Fuzz(const uint8_t* data, size_t size, FXCODEC_IMAGE_TYPE type) { in Fuzz() function
Dpdf_hint_table_fuzzer.cc33 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function in HintTableForFuzzing
/external/llvm-project/compiler-rt/test/fuzzer/
DMagicSeparatorTest.cpp43 std::vector<uint8_t> Fuzz({'F', 'u', 'z', 'z'}); in LLVMFuzzerTestOneInput() local
/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/
Dfuzz_session.h125 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/external/tensorflow/tensorflow/core/kernels/fuzzing/
Dfuzz_session.h126 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/external/skqp/fuzz/
DFuzz.h25 explicit Fuzz(sk_sp<SkData> bytes) : fBytes(bytes), fNextByte(0) {} in Fuzz() function
/external/skia/fuzz/
DFuzz.h26 explicit Fuzz(sk_sp<SkData> bytes) : fBytes(bytes), fNextByte(0) {} in Fuzz() function
/external/libchrome/crypto/
Dp224_spake_unittest.cc119 TEST(MutualAuth, Fuzz) { in TEST() argument
/external/oss-fuzz/projects/go-json-iterator/
Dfuzz_json.go13 func Fuzz(data []byte) int { func
/external/skia/infra/bots/recipe_modules/builder_name_schema/
Dbuilder_name_schema.json91 "Fuzz": { object
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc340 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp546 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp546 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
/external/llvm/lib/Fuzzer/test/
DFuzzerUnittest.cpp435 Fuzzer Fuzz(LLVMFuzzerTestOneInput, MD, {}); in TEST() local
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/testing/
Dre2_test.cc524 TEST(EmptyCharset, Fuzz) { in TEST() argument