Home
last modified time | relevance | path

Searched refs:remaining_bytes (Results 1 – 25 of 30) 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/stack/fuzzers/
Drfcomm_fuzzer.cc148 while (fdp->remaining_bytes() > 0) { in FuzzAsServer()
195 while (fdp->remaining_bytes() > 0) { in FuzzAsClient()
Dsdp_fuzzer.cc167 while (fdp.remaining_bytes() > 0) { in FuzzAsServer()
215 while (fdp.remaining_bytes() > 0) { in FuzzAsClient()
Dgatt_fuzzer.cc225 while (fdp.remaining_bytes() > 0) { in FuzzAsServer()
252 while (fdp.remaining_bytes() > 0) { in FuzzAsClient()
Dbnep_fuzzer.cc147 while (fdp.remaining_bytes() > 0) { in Fuzz()
Dsmp_fuzzer.cc210 while (fdp.remaining_bytes() > 0) { in Fuzz()
Davrc_fuzzer.cc200 while (fdp.remaining_bytes() > 0) { in Fuzz()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/codec/
Dfuzz_a2dp_codec_config.cc27 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
Dfuzz_a2dp_codec_info.cc27 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
Dfuzz_a2dp_codec.cc30 while (dataProvider.remaining_bytes() > 0 && count++ <= kMaxIterations) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/test/fuzzers/sdp/
Dfuzz_sdp.cc29 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/stack/test/fuzzers/a2dp/
Dfuzz_a2dp.cc31 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/modules/Bluetooth/system/profile/avrcp/tests/avrcp_device_fuzz/
Davrcp_device_fuzz.cc280 mFdp.ConsumeIntegralInRange<size_t>(0, mFdp.remaining_bytes() * 50 / 100)); in CreateBrowsePacket()
297 mFdp.ConsumeIntegralInRange<size_t>(0, mFdp.remaining_bytes() * 50 / 100)); in CreateAvrcpPacket()
333 while (mFdp.remaining_bytes()) { in Process()
/packages/modules/Bluetooth/system/gd/hci/fuzz/
Dhci_layer_fuzz_test.cc42 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
Dacl_manager_fuzz_test.cc54 while (dataProvider.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/1.1/test/fuzzer/
DHalDisplayFuzzer.cpp55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DHalCameraFuzzer.cpp70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
DVirtualCameraFuzzer.cpp70 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/modules/StatsD/lib/libstatssocket/fuzzers/
Dstats_event_fuzzer.cpp34 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/evs/manager/aidl/tests/fuzz/
DHalDisplayFuzzer.cpp55 while (fdp.remaining_bytes() > kMaxFuzzerConsumedBytes) { in LLVMFuzzerTestOneInput()
/packages/services/Car/cpp/computepipe/tests/fuzz/
DPixelStreamManagerFuzzer.cpp83 while (fdp.remaining_bytes() > 0) { in LLVMFuzzerTestOneInput()
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()
/packages/modules/Bluetooth/system/device/fuzzer/
Dbtdevice_esco_fuzzer.cpp119 while (mFuzzedDataProvider.remaining_bytes()) { in LLVMFuzzerTestOneInput()

12