Home
last modified time | relevance | path

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

12

/external/golang-protobuf/internal/testprotos/fuzz/
Dfuzz.pb.go20 type Fuzz struct { struct
21 state protoimpl.MessageState
22 sizeCache protoimpl.SizeCache
23 unknownFields protoimpl.UnknownFields
25 … `protobuf:"bytes,1,opt,name=test_all_types,json=testAllTypes" json:"test_all_types,omitempty"`
26 …"bytes,2,opt,name=test_all_extensions,json=testAllExtensions" json:"test_all_extensions,omitempty"`
27 … `protobuf:"bytes,3,opt,name=test_required,json=testRequired" json:"test_required,omitempty"`
28 …,4,opt,name=test_required_foreign,json=testRequiredForeign" json:"test_required_foreign,omitempty"`
29 …st_required_group_fields,json=testRequiredGroupFields" json:"test_required_group_fields,omitempty"`
30 …tobuf:"bytes,6,opt,name=test_packed_types,json=testPackedTypes" json:"test_packed_types,omitempty"`
[all …]
Dfuzz.proto15 message Fuzz { message
/external/oss-fuzz/projects/blackfriday/
Drender_fuzzer.go18 func Fuzz(data []byte) int { func
/external/oss-fuzz/projects/protoreflect/
Dfuzz_dynamic.go11 func Fuzz(data []byte) int { func
/external/oss-fuzz/projects/ygot/
Dfuzz.go5 func Fuzz(data []byte) int { func
/external/oss-fuzz/projects/juju/
Dstorage_fuzzer.go18 func Fuzz(data []byte) int { func
/external/golang-protobuf/internal/fuzz/textfuzz/
Dfuzz.go16 func Fuzz(data []byte) (score int) { func
/external/golang-protobuf/internal/fuzz/jsonfuzz/
Dfuzz.go16 func Fuzz(data []byte) (score int) { func
/external/golang-protobuf/internal/fuzz/wirefuzz/
Dfuzz.go20 func Fuzz(data []byte) (score 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.h25 static int Fuzz(const uint8_t* data, size_t size, FXCODEC_IMAGE_TYPE type) { in Fuzz() function
Dpdf_hint_table_fuzzer.cc32 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function in HintTableForFuzzing
/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/skia/fuzz/
DFuzz.h26 explicit Fuzz(sk_sp<SkData> bytes) : fBytes(bytes), fNextByte(0) {} in Fuzz() function
/external/cronet/crypto/
Dp224_spake_unittest.cc118 TEST(MutualAuth, Fuzz) { in TEST() argument
/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/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc344 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/
Dfuzz.cpp568 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp568 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp568 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

12