| /external/golang-protobuf/internal/testprotos/fuzz/ |
| D | fuzz.pb.go | 20 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 …]
|
| D | fuzz.proto | 15 message Fuzz { message
|
| /external/oss-fuzz/projects/blackfriday/ |
| D | render_fuzzer.go | 18 func Fuzz(data []byte) int { func
|
| /external/oss-fuzz/projects/protoreflect/ |
| D | fuzz_dynamic.go | 11 func Fuzz(data []byte) int { func
|
| /external/oss-fuzz/projects/ygot/ |
| D | fuzz.go | 5 func Fuzz(data []byte) int { func
|
| /external/oss-fuzz/projects/juju/ |
| D | storage_fuzzer.go | 18 func Fuzz(data []byte) int { func
|
| /external/golang-protobuf/internal/fuzz/textfuzz/ |
| D | fuzz.go | 16 func Fuzz(data []byte) (score int) { func
|
| /external/golang-protobuf/internal/fuzz/jsonfuzz/ |
| D | fuzz.go | 16 func Fuzz(data []byte) (score int) { func
|
| /external/golang-protobuf/internal/fuzz/wirefuzz/ |
| D | fuzz.go | 20 func Fuzz(data []byte) (score int) { func
|
| /external/libprotobuf-mutator/examples/libxml2/ |
| D | libxml2_example_test.cc | 25 TEST_F(LibXml2ExampleTest, Fuzz) { in TEST_F() argument
|
| /external/libprotobuf-mutator/examples/expat/ |
| D | expat_example_test.cc | 25 TEST_F(ExpatExampleTest, Fuzz) { in TEST_F() argument
|
| /external/openscreen/discovery/mdns/ |
| D | mdns_reader_fuzztest.cc | 10 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
| /external/pdfium/testing/fuzzers/ |
| D | xfa_codec_fuzzer.h | 25 static int Fuzz(const uint8_t* data, size_t size, FXCODEC_IMAGE_TYPE type) { in Fuzz() function
|
| D | pdf_hint_table_fuzzer.cc | 32 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function in HintTableForFuzzing
|
| /external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/ |
| D | fuzz_session.h | 125 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
| /external/tensorflow/tensorflow/core/kernels/fuzzing/ |
| D | fuzz_session.h | 126 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
| /external/skia/fuzz/ |
| D | Fuzz.h | 26 explicit Fuzz(sk_sp<SkData> bytes) : fBytes(bytes), fNextByte(0) {} in Fuzz() function
|
| /external/cronet/crypto/ |
| D | p224_spake_unittest.cc | 118 TEST(MutualAuth, Fuzz) { in TEST() argument
|
| /external/libchrome/crypto/ |
| D | p224_spake_unittest.cc | 119 TEST(MutualAuth, Fuzz) { in TEST() argument
|
| /external/oss-fuzz/projects/go-json-iterator/ |
| D | fuzz_json.go | 13 func Fuzz(data []byte) int { func
|
| /external/tensorflow/tensorflow/core/util/ |
| D | example_proto_fast_parsing_test.cc | 344 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/tools/fuzz/ |
| D | fuzz.cpp | 568 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
|
| /external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
| D | fuzz.cpp | 568 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
|
| /external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
| D | fuzz.cpp | 568 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
|
| /external/llvm/lib/Fuzzer/test/ |
| D | FuzzerUnittest.cpp | 435 Fuzzer Fuzz(LLVMFuzzerTestOneInput, MD, {}); in TEST() local
|