Home
last modified time | relevance | path

Searched defs:FuzzingOptions (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/libfuzzer-sys/libfuzzer/
DFuzzerOptions.h17 struct FuzzingOptions { struct
18 int Verbosity = 1;
19 size_t MaxLen = 0;
20 size_t LenControl = 1000;
21 bool KeepSeed = false;
22 int UnitTimeoutSec = 300;
23 int TimeoutExitCode = 70;
24 int OOMExitCode = 71;
25 int InterruptExitCode = 72;
26 int ErrorExitCode = 77;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerOptions.h17 struct FuzzingOptions { struct
18 int Verbosity = 1;
19 size_t MaxLen = 0;
20 size_t LenControl = 1000;
21 bool KeepSeed = false;
22 int UnitTimeoutSec = 300;
23 int TimeoutExitCode = 70;
24 int OOMExitCode = 71;
25 int InterruptExitCode = 72;
26 int ErrorExitCode = 77;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerOptions.h17 struct FuzzingOptions { struct
18 int Verbosity = 1;
19 size_t MaxLen = 0;
20 size_t LenControl = 1000;
21 bool KeepSeed = false;
22 int UnitTimeoutSec = 300;
23 int TimeoutExitCode = 70;
24 int OOMExitCode = 71;
25 int InterruptExitCode = 72;
26 int ErrorExitCode = 77;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerOptions.h17 struct FuzzingOptions { struct
18 int Verbosity = 1;
19 size_t MaxLen = 0;
20 size_t LenControl = 1000;
21 bool KeepSeed = false;
22 int UnitTimeoutSec = 300;
23 int TimeoutExitCode = 70;
24 int OOMExitCode = 71;
25 int InterruptExitCode = 72;
26 int ErrorExitCode = 77;
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/prebuilt_include/llvm/lib/Fuzzer/
DFuzzerOptions.h17 struct FuzzingOptions { struct
18 int Verbosity = 1;
19 size_t MaxLen = 0;
20 size_t LenControl = 1000;
21 bool KeepSeed = false;
22 int UnitTimeoutSec = 300;
23 int TimeoutExitCode = 70;
24 int OOMExitCode = 71;
25 int InterruptExitCode = 72;
26 int ErrorExitCode = 77;
[all …]
/aosp_15_r20/external/llvm/lib/Fuzzer/
H A DFuzzerInternal.h206 struct FuzzingOptions { struct
207 int Verbosity = 1;
208 size_t MaxLen = 0;
209 int UnitTimeoutSec = 300;
210 int TimeoutExitCode = 77;
211 int ErrorExitCode = 77;
212 int MaxTotalTimeSec = 0;
213 int RssLimitMb = 0;
214 bool DoCrossOver = true;
215 int MutateDepth = 5;
[all …]