Home
last modified time | relevance | path

Searched refs:remaining_bytes (Results 1 – 25 of 29) sorted by relevance

12

/packages/modules/adb/
Dsysdeps_win32_test.cpp118 std::vector<char> remaining_bytes; in TestParseCompleteUTF8() local
120 &remaining_bytes); in TestParseCompleteUTF8()
122 EXPECT_EQ(expected_remaining_bytes, remaining_bytes); in TestParseCompleteUTF8()
/packages/modules/Bluetooth/system/gd/l2cap/fuzz/
Dfuzz_l2cap.cc88 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
94 …t<uint16_t>(std::min(static_cast<size_t>(fdp.ConsumeIntegral<uint16_t>()), fdp.remaining_bytes())); in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Dfuzz_a2dp_codec_info.cc26 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
Dfuzz_a2dp_codec_config.cc26 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
Dfuzz_a2dp_codec.cc29 while (dataProvider.remaining_bytes() > 0 && count++ <= kMaxIterations) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/
Dfuzz_a2dp.cc30 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
Dfuzz_sdp.cc28 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_test.cc43 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
Dacl_manager_fuzz_test.cc55 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/fuzzers/
Dsdp_fuzzer.cc181 while (fdp.remaining_bytes() > 0) { in FuzzAsServer()
235 while (fdp.remaining_bytes() > 0) { in FuzzAsClient()
Dgatt_fuzzer.cc230 while (fdp.remaining_bytes() > 0) { in FuzzAsServer()
259 while (fdp.remaining_bytes() > 0) { in FuzzAsClient()
Dbnep_fuzzer.cc158 while (fdp.remaining_bytes() > 0) { in Fuzz()
Dsmp_fuzzer.cc211 while (fdp.remaining_bytes() > 0) { in Fuzz()
Davrc_fuzzer.cc205 while (fdp.remaining_bytes() > 0) { in Fuzz()
/packages/modules/StatsD/lib/libstatssocket/fuzzers/
Dstats_event_fuzzer.cpp34 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DHalDisplayFuzzer.cpp55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DVirtualCameraFuzzer.cpp70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/aidl/tests/fuzz/
DHalDisplayFuzzer.cpp55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DVirtualCameraFuzzer.cpp83 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DVideoInputManagerFuzzer.cpp78 while (fdp.remaining_bytes() > test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DPixelStreamManagerFuzzer.cpp83 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
DLocalPrebuildGraphFuzzer.cpp66 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DGrpcGraphFuzzer.cpp65 while (fdp.remaining_bytes() > runner::test::kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/device/fuzzer/
Dbtdevice_esco_fuzzer.cpp121 while (mFuzzedDataProvider.remaining_bytes()) { in LLVMFuzzerTestOneInput()

12