Home
last modified time | relevance | path

Searched defs:fuzzer (Results 1 – 25 of 106) sorted by relevance

12345

/aosp_15_r20/external/zstd/tests/fuzz/
H A DREADME.md124 ### Build your harness
135 ### Generate seed data
142 ### Run the harness
149 ### Minimize and zip the corpus
157 ### Upload the zip file to GitHub
/aosp_15_r20/build/soong/cc/
H A Dfuzz.go39 type fuzzer struct { struct
40 Properties FuzzProperties
43 func (fuzzer *fuzzer) flags(ctx ModuleContext, flags Flags) Flags {
56 func (fuzzer *fuzzer) props() []interface{} {
/aosp_15_r20/external/zstd/tests/
H A DMakefile166 fuzzer : CPPFLAGS += $(MULTITHREAD_CPP) -Wno-deprecated-declarations target
167 fuzzer : LDFLAGS += $(MULTITHREAD_LD) target
168 fuzzer : $(ZSTDMT_OBJECTS) target
169 fuzzer fuzzer32 : $(ZDICT_FILES) $(PRGDIR)/util.c $(PRGDIR)/timefn.c $(PRGDIR)/datagen.c fuzzer.c target
/aosp_15_r20/external/crosvm/fuzz/fuzz_targets/
H A Dfs_server_fuzzer.rs9 mod fuzzer { module
56 mod fuzzer { module
/aosp_15_r20/external/zstd/build/meson/tests/
H A Dmeson.build64 fuzzer = executable('fuzzer', variable
H A DvalgrindTest.py15 def valgrindTest(valgrind, datagen, fuzzer, zstd, fullbench): argument
/aosp_15_r20/external/libxml2/fuzz/
H A DgenSeed.c44 const char *fuzzer; member
446 const char *fuzzer; in main() local
/aosp_15_r20/external/cronet/third_party/boringssl/src/fuzz/
H A DCMakeLists.txt1 macro(fuzzer name) macro
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/fuzz/
DCMakeLists.txt5 macro(fuzzer name) macro
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/fuzz/
DCMakeLists.txt5 macro(fuzzer name) macro
/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerExtraCountersDarwin.cpp16 namespace fuzzer { namespace
DFuzzerExtraCountersWindows.cpp17 namespace fuzzer { namespace
DFuzzerExtraCounters.cpp19 namespace fuzzer { namespace
DFuzzerUtilLinux.cpp21 namespace fuzzer { namespace
DFuzzerExtFunctionsDlsym.cpp38 namespace fuzzer { namespace
/aosp_15_r20/external/cronet/testing/libfuzzer/renderer_fuzzing/
H A Drenderer_fuzzing.h29 bool RegisterFuzzer(RendererFuzzerBase* fuzzer) { in RegisterFuzzer()
/aosp_15_r20/external/pdfium/testing/fuzzers/
H A Dpdfium_fuzzer.cc18 PDFiumFuzzer fuzzer; in LLVMFuzzerTestOneInput() local
H A Dpdfium_xfa_fuzzer.cc28 PDFiumXFAFuzzer fuzzer; in LLVMFuzzerTestOneInput() local
/aosp_15_r20/art/tools/dexfuzz/src/dexfuzz/
H A DDexFuzz.java89 Fuzzer fuzzer = null; in main() local
/aosp_15_r20/external/openscreen/cast/streaming/
H A Drtp_packet_parser_fuzzer.cc23 namespace fuzzer { namespace
H A Dsender_report_parser_fuzzer.cc39 namespace fuzzer { namespace
/aosp_15_r20/external/zstd/build/cmake/tests/
H A DCMakeLists.txt69 add_executable(fuzzer ${PROGRAMS_DIR}/datagen.c ${PROGRAMS_DIR}/util.c ${PROGRAMS_DIR}/timefn.c ${T… target
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerExtFunctionsDlsym.cpp38 namespace fuzzer { namespace
/aosp_15_r20/external/virglrenderer/
H A Dmeson_options.txt102 'fuzzer', boolean
/aosp_15_r20/external/pigweed/pw_fuzzer/examples/libfuzzer/
H A Dtoy_fuzzer.cc29 namespace pw::fuzzer::example { namespace

12345