Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/golang-protobuf/internal/testprotos/fuzz/
H A 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 …]
H A Dfuzz.proto15 message Fuzz { message
/aosp_15_r20/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp772 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/
Dheader_map_fuzz.rs23 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 Dfuzz_test.go22 func Fuzz(f *testing.F) { func
/aosp_15_r20/external/golang-protobuf/internal/fuzz/textfuzz/
H A Dfuzz.go16 func Fuzz(data []byte) (score int) { func
/aosp_15_r20/external/golang-protobuf/internal/fuzz/jsonfuzz/
H A Dfuzz.go16 func Fuzz(data []byte) (score int) { func
/aosp_15_r20/external/golang-protobuf/internal/fuzz/wirefuzz/
H A Dfuzz.go20 func Fuzz(data []byte) (score int) { func
/aosp_15_r20/external/libprotobuf-mutator/examples/expat/
H A Dexpat_example_test.cc25 TEST_F(ExpatExampleTest, Fuzz) { in TEST_F() argument
/aosp_15_r20/external/libprotobuf-mutator/examples/libxml2/
H A Dlibxml2_example_test.cc25 TEST_F(LibXml2ExampleTest, Fuzz) { in TEST_F() argument
/aosp_15_r20/external/openscreen/discovery/mdns/
H A Dmdns_reader_fuzztest.cc10 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dxfa_codec_fuzzer.h25 static int Fuzz(const uint8_t* data, size_t size, FXCODEC_IMAGE_TYPE type) { in Fuzz() function
H A Dpdf_hint_table_fuzzer.cc32 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 Dfuzz_session.h125 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/fuzzing/
H A Dfuzz_session.h126 int Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/aosp_15_r20/external/cronet/crypto/
H A Dp224_spake_unittest.cc114 TEST(MutualAuth, Fuzz) { in TEST() argument
/aosp_15_r20/external/skia/fuzz/
H A DFuzz.h26 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 Dp224_spake_unittest.cc119 TEST(MutualAuth, Fuzz) { in TEST() argument
/aosp_15_r20/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc106 static void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
Dsmp_fuzzer.cc178 void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
Davrc_fuzzer.cc174 static void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
Dl2cap_fuzzer.cc165 static void Fuzz(const uint8_t* data, size_t size) { in Fuzz() function
/aosp_15_r20/prebuilts/go/linux-x86/src/testing/
Dfuzz.go210 func (f *F) Fuzz(ff any) { func
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_fast_parsing_test.cc344 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/fuzz/
Dworker.go510 Fuzz *fuzzArgs member

12