Home
last modified time | relevance | path

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

/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DHalDisplayFuzzer.cpp48 const int kMaxFuzzerConsumedBytes = 12; variable
55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
101 std::string indent = fdp.ConsumeRandomLengthString(kMaxFuzzerConsumedBytes); in LLVMFuzzerTestOneInput()
DVirtualCameraFuzzer.cpp57 const int kMaxFuzzerConsumedBytes = 12; variable
70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp60 const int kMaxFuzzerConsumedBytes = 12; variable
70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/aidl/tests/fuzz/
DHalDisplayFuzzer.cpp48 const int kMaxFuzzerConsumedBytes = 12; variable
55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
92 std::string indent = fdp.ConsumeRandomLengthString(kMaxFuzzerConsumedBytes); in LLVMFuzzerTestOneInput()
DVirtualCameraFuzzer.cpp64 const int kMaxFuzzerConsumedBytes = 12; variable
83 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp72 const int kMaxFuzzerConsumedBytes = 12; variable
88 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()