Home
last modified time | relevance | path

Searched defs:Fuzz (Results 1 – 25 of 27) 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/rust/android-crates-io/crates/http/tests/
Dheader_map_fuzz.rs24 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/
Dheader_map_fuzz.rs24 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/
Dfuzz_test.go22 func Fuzz(f *testing.F) { 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/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/golang-protobuf/internal/fuzz/wirefuzz/
Dfuzz.go20 func Fuzz(data []byte) (score int) { func
/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.h26 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/rust/android-crates-io/crates/open-enum/src/
Dtest-lints.rs74 pub enum Fuzz { enum
/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(const uint8_t* data, size_t size) : fData(data), fSize(size), fNextByte(0) {} in Fuzz() function
/external/libchrome/crypto/
Dp224_spake_unittest.cc119 TEST(MutualAuth, Fuzz) { in TEST() argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc344 void Fuzz(random::SimplePhilox* rng) { in Fuzz() function
/external/deqp-deps/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp562 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
/external/swiftshader/third_party/SPIRV-Tools/tools/fuzz/
Dfuzz.cpp562 bool Fuzz(const spv_target_env& target_env, in Fuzz() function
/external/angle/third_party/spirv-tools/src/tools/fuzz/
Dfuzz.cpp562 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
/external/regex-re2/re2/testing/
Dre2_test.cc515 TEST(EmptyCharset, Fuzz) { in TEST() argument
/external/cronet/stable/third_party/re2/src/re2/testing/
Dre2_test.cc529 TEST(EmptyCharset, Fuzz) { in TEST() argument

12