Home
last modified time | relevance | path

Searched refs:MAX_RUNS (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/unit_fuzzers/
DBinderFuzz.cpp32 const uint32_t MAX_RUNS = 2048; in LLVMFuzzerTestOneInput() local
35 while (fdp.remaining_bytes() > 0 && count++ < MAX_RUNS) { in LLVMFuzzerTestOneInput()
DBpBinderFuzz.cpp40 const uint32_t MAX_RUNS = 2048; in LLVMFuzzerTestOneInput() local
44 while (fdp.remaining_bytes() > 0 && count++ < MAX_RUNS) { in LLVMFuzzerTestOneInput()