/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/rust/android-crates-io/crates/http/tests/ |
D | header_map_fuzz.rs | 24 struct Fuzz { struct 26 seed: [u8; 32], 29 steps: Vec<Step>, 32 reduce: usize, 72 impl Fuzz { implementation 73 fn new(seed: [u8; 32]) -> Fuzz { in new() 113 impl Arbitrary for Fuzz { implementation
|
/external/rust/android-crates-io/extra_versions/crates/http/tests/ |
D | header_map_fuzz.rs | 24 struct Fuzz { struct 26 seed: [u8; 32], 29 steps: Vec<Step>, 32 reduce: usize, 72 impl Fuzz { implementation 73 fn new(seed: [u8; 32]) -> Fuzz { in new() 113 impl Arbitrary for Fuzz { implementation
|
/external/bazelbuild-rules_go/tests/core/go_test/ |
D | fuzz_test.go | 22 func Fuzz(f *testing.F) { 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/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/golang-protobuf/internal/fuzz/wirefuzz/ |
D | fuzz.go | 20 func Fuzz(data []byte) (score int) { func
|
/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 | 26 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/rust/android-crates-io/crates/open-enum/src/ |
D | test-lints.rs | 74 pub enum Fuzz { enum
|
/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(const uint8_t* data, size_t size) : fData(data), fSize(size), fNextByte(0) {} in Fuzz() function
|
/external/libchrome/crypto/ |
D | p224_spake_unittest.cc | 119 TEST(MutualAuth, Fuzz) { in TEST() argument
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing_test.cc | 344 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
|
/external/deqp-deps/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 562 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
|
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/ |
D | fuzz.cpp | 562 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
|
/external/angle/third_party/spirv-tools/src/tools/fuzz/ |
D | fuzz.cpp | 562 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
|
/external/regex-re2/re2/testing/ |
D | re2_test.cc | 515 TEST(EmptyCharset, Fuzz) { in TEST() argument
|
/external/cronet/stable/third_party/re2/src/re2/testing/ |
D | re2_test.cc | 529 TEST(EmptyCharset, Fuzz) { in TEST() argument
|