Home
last modified time | relevance | path

Searched refs:kMaxFuzzerConsumedBytes (Results 1 – 8 of 8) sorted by relevance

/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DHalDisplayFuzzer.cpp47 const int kMaxFuzzerConsumedBytes = 12; variable
54 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
100 std::string indent = fdp.ConsumeRandomLengthString(kMaxFuzzerConsumedBytes); in LLVMFuzzerTestOneInput()
DEnumeratorFuzzer.cpp56 const int kMaxFuzzerConsumedBytes = 12; variable
94 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DVirtualCameraFuzzer.cpp57 const int kMaxFuzzerConsumedBytes = 12; variable
70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp58 const int kMaxFuzzerConsumedBytes = 12; variable
68 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DCommon.h26 const int kMaxFuzzerConsumedBytes = 12; variable
DVideoInputManagerFuzzer.cpp78 while (fdp.remaining_bytes() > test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DLocalPrebuildGraphFuzzer.cpp66 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp65 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()