/aosp_15_r20/external/golang-protobuf/internal/testprotos/fuzz/ |
H A 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 …]
|
H A D | fuzz.proto | 15 message Fuzz { message
|
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 772 TEST_F(Fuzz, DownloadSize) { in TEST_F() argument 788 TEST_F(Fuzz, DownloadPartialBuf) { in TEST_F() argument 804 TEST_F(Fuzz, DownloadOverRun) { in TEST_F() argument 829 TEST_F(Fuzz, DownloadInvalid1) { in TEST_F() argument 834 TEST_F(Fuzz, DownloadInvalid2) { in TEST_F() argument 840 TEST_F(Fuzz, DownloadInvalid3) { in TEST_F() argument 846 TEST_F(Fuzz, DownloadInvalid4) { in TEST_F() argument 852 TEST_F(Fuzz, DownloadInvalid5) { in TEST_F() argument 858 TEST_F(Fuzz, DownloadInvalid6) { in TEST_F() argument 864 TEST_F(Fuzz, DownloadInvalid7) { in TEST_F() argument [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/http/tests/ |
D | header_map_fuzz.rs | 23 struct Fuzz { struct 25 seed: [u8; 32], 28 steps: Vec<Step>, 31 reduce: usize, 71 impl Fuzz { impl 72 fn new(seed: [u8; 32]) -> Fuzz { in new() 112 impl Arbitrary for Fuzz { implementation
|
/aosp_15_r20/external/bazelbuild-rules_go/tests/core/go_test/ |
H A D | fuzz_test.go | 22 func Fuzz(f *testing.F) { func
|
/aosp_15_r20/external/golang-protobuf/internal/fuzz/textfuzz/ |
H A D | fuzz.go | 16 func Fuzz(data []byte) (score int) { func
|
/aosp_15_r20/external/golang-protobuf/internal/fuzz/jsonfuzz/ |
H A D | fuzz.go | 16 func Fuzz(data []byte) (score int) { func
|
/aosp_15_r20/external/golang-protobuf/internal/fuzz/wirefuzz/ |
H A D | fuzz.go | 20 func Fuzz(data []byte) (score int) { func
|
/aosp_15_r20/external/libprotobuf-mutator/examples/expat/ |
H A D | expat_example_test.cc | 25 TEST_F(ExpatExampleTest, Fuzz) { in TEST_F() argument
|
/aosp_15_r20/external/libprotobuf-mutator/examples/libxml2/ |
H A D | libxml2_example_test.cc | 25 TEST_F(LibXml2ExampleTest, Fuzz) { in TEST_F() argument
|
/aosp_15_r20/external/openscreen/discovery/mdns/ |
H A D | mdns_reader_fuzztest.cc | 10 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
/aosp_15_r20/external/pdfium/testing/fuzzers/ |
H A D | xfa_codec_fuzzer.h | 25 static int Fuzz(const uint8_t* data, size_t size, FXCODEC_IMAGE_TYPE type) { in Fuzz() function
|
H A D | pdf_hint_table_fuzzer.cc | 32 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function in HintTableForFuzzing
|
/aosp_15_r20/external/tensorflow/tensorflow/security/fuzzing/op_fuzzing/ |
H A D | fuzz_session.h | 125 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/fuzzing/ |
H A D | fuzz_session.h | 126 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
/aosp_15_r20/external/cronet/crypto/ |
H A D | p224_spake_unittest.cc | 114 TEST(MutualAuth, Fuzz) { in TEST() argument
|
/aosp_15_r20/external/skia/fuzz/ |
H A D | Fuzz.h | 26 explicit Fuzz(const uint8_t* data, size_t size) : fData(data), fSize(size), fNextByte(0) {} in Fuzz() function
|
/aosp_15_r20/external/libchrome/crypto/ |
H A D | p224_spake_unittest.cc | 119 TEST(MutualAuth, Fuzz) { in TEST() argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/ |
D | bnep_fuzzer.cc | 106 static void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
D | smp_fuzzer.cc | 178 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
D | avrc_fuzzer.cc | 174 static void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
D | l2cap_fuzzer.cc | 165 static void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/ |
D | fuzz.go | 210 func (f *F) Fuzz(ff any) { func
|
/aosp_15_r20/external/tensorflow/tensorflow/core/util/ |
H A D | example_proto_fast_parsing_test.cc | 344 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/ |
D | worker.go | 510 Fuzz *fuzzArgs member
|