Home
last modified time | relevance | path

Searched refs:Fakes (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/stack/fuzzers/
Dbnep_fuzzer.cc92 class Fakes { class
174 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
Dsmp_fuzzer.cc134 class Fakes { class
231 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
Davrc_fuzzer.cc103 class Fakes { class
223 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
Dl2cap_fuzzer.cc145 class Fakes { class
279 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
Dsdp_fuzzer.cc142 class Fakes { class
249 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
Dgatt_fuzzer.cc139 class Fakes { class
315 auto fakes = std::make_unique<Fakes>(); in LLVMFuzzerTestOneInput()
/packages/modules/IntentResolver/tests/
DREADME.md11 **Use cases**: The first choice for all new code. Fakes and other reusable test code should be plac…
33 **Use cases**: Fakes, reusable assertions, or other test setup code. Tests for code here should be …