/system/bt/gd/hci/fuzz/ |
D | hci_layer_fuzz_test.cc | 30 using bluetooth::fuzz::GetArbitraryBytes; 32 using bluetooth::hal::fuzz::FuzzHciHal; 33 using bluetooth::hci::fuzz::HciLayerFuzzClient; 34 using bluetooth::os::fuzz::fake_timerfd_advance; 35 using bluetooth::os::fuzz::fake_timerfd_cap_at; 36 using bluetooth::os::fuzz::fake_timerfd_reset;
|
D | acl_manager_fuzz_test.cc | 30 using bluetooth::fuzz::GetArbitraryBytes; 33 using bluetooth::hci::fuzz::FuzzHciLayer; 34 using bluetooth::os::fuzz::fake_timerfd_advance; 35 using bluetooth::os::fuzz::fake_timerfd_cap_at; 36 using bluetooth::os::fuzz::fake_timerfd_reset;
|
D | hci_layer_fuzz_client.cc | 22 namespace fuzz { namespace 23 using bluetooth::fuzz::GetArbitraryBytes; 30 aclDevNull_ = new os::fuzz::DevNullQueue<AclPacketView>(hci_->GetAclQueueEnd(), GetHandler()); in Start() 32 …aclInject_ = new os::fuzz::FuzzInjectQueue<AclPacketBuilder>(hci_->GetAclQueueEnd(), GetHandler()); in Start()
|
D | hci_layer_fuzz_client.h | 32 namespace fuzz { 80 os::fuzz::DevNullQueue<AclPacketView>* aclDevNull_; 81 os::fuzz::FuzzInjectQueue<AclPacketBuilder>* aclInject_;
|
D | fuzz_hci_layer.cc | 22 namespace fuzz { namespace 25 using bluetooth::fuzz::GetArbitraryBytes; 26 using bluetooth::fuzz::InvokeIfValid; 61 …acl_dev_null_ = new os::fuzz::DevNullQueue<AclPacketBuilder>(acl_queue_.GetDownEnd(), GetHandler()… in Start() 63 acl_inject_ = new os::fuzz::FuzzInjectQueue<AclPacketView>(acl_queue_.GetDownEnd(), GetHandler()); in Start()
|
D | fuzz_hci_layer.h | 30 namespace fuzz { 56 injectCommandComplete(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand() 64 injectCommandStatus(bluetooth::fuzz::GetArbitraryBytes(auto_reply_fdp)); in EnqueueCommand() 153 os::fuzz::DevNullQueue<AclPacketBuilder>* acl_dev_null_; 154 os::fuzz::FuzzInjectQueue<AclPacketView>* acl_inject_;
|
D | status_vs_complete_commands.h | 23 namespace fuzz {
|
D | status_vs_complete_commands.cc | 22 namespace fuzz { namespace
|
/system/tools/aidl/tests/ |
D | aidl_parser_fuzzer.cpp | 31 void fuzz(const std::string& langOpt, const std::string& content) { in fuzz() function 64 void fuzz(uint8_t options, const std::string& content) { in fuzz() function 75 fuzz("ndk", content); in fuzz() 76 fuzz("cpp", content); in fuzz() 77 fuzz("java", content); in fuzz() 94 fuzz(options, content); in LLVMFuzzerTestOneInput()
|
/system/update_engine/update_manager/ |
D | next_update_check_policy_impl.cc | 100 int fuzz = 0; in NextUpdateCheckTime() local 126 fuzz = constants.timeout_regular_fuzz; in NextUpdateCheckTime() 130 if (fuzz == 0) in NextUpdateCheckTime() 131 fuzz = interval; in NextUpdateCheckTime() 134 *last_checked_time + FuzzedInterval(&prng, interval, fuzz); in NextUpdateCheckTime() 140 int fuzz) { in FuzzedInterval() argument 142 DCHECK_GE(fuzz, 0); in FuzzedInterval() 143 int half_fuzz = fuzz / 2; in FuzzedInterval()
|
D | next_update_check_policy_impl.h | 83 static base::TimeDelta FuzzedInterval(PRNG* prng, int interval, int fuzz);
|
/system/bt/gd/os/linux_generic/ |
D | linux.h | 25 #define TIMERFD_CREATE ::bluetooth::os::fuzz::fake_timerfd_create 26 #define TIMERFD_SETTIME ::bluetooth::os::fuzz::fake_timerfd_settime 27 #define TIMERFD_CLOSE ::bluetooth::os::fuzz::fake_timerfd_close
|
/system/bt/gd/hci/ |
D | Android.bp | 64 "fuzz/status_vs_complete_commands.cc", 65 "fuzz/hci_layer_fuzz_client.cc", 66 "fuzz/fuzz_hci_layer.cc",
|
/system/bt/gd/hal/fuzz/ |
D | fuzz_hci_hal.cc | 24 namespace fuzz { namespace 25 using bluetooth::fuzz::GetArbitraryBytes; 57 waiting_for_status_ = hci::fuzz::uses_command_status(waiting_opcode_); in sendHciCommand()
|
D | fuzz_hci_hal.h | 25 namespace fuzz {
|
/system/core/fs_mgr/libsnapshot/ |
D | fuzz.sh | 5 FUZZ_BINARY=/data/fuzz/${TARGET_ARCH}/${FUZZ_TARGET}/${FUZZ_TARGET} 6 DEVICE_INIT_CORPUS_DIR=/data/fuzz/${TARGET_ARCH}/${FUZZ_TARGET}/corpus 72 …unzip -o -j -d ${HOST_SCRATCH_DIR} ${ANDROID_PRODUCT_OUT}/coverage/data/fuzz/${TARGET_ARCH}/${FUZZ…
|
D | fuzz_utils.h | 33 namespace android::fuzz { 217 using FunctionMap = android::fuzz::FunctionMap<Class>; \ 224 [[maybe_unused]] static int consistent = android::fuzz::CheckConsistency<Action>(); \ 225 android::fuzz::ExecuteAllActionProtos<Action>(module, action_protos); \ 261 auto func = &::android::fuzz::ActionPerformer<FUZZ_FUNCTION_CLASS_NAME( \
|
D | fuzz_utils.cpp | 19 namespace android::fuzz { namespace
|
/system/bt/gd/os/fuzz/ |
D | fake_timerfd.h | 25 namespace fuzz {
|
D | fuzz_inject_queue.h | 23 namespace fuzz {
|
D | dev_null_queue.h | 23 namespace fuzz {
|
/system/bt/gd/fuzz/ |
D | run | 33 …ild-mode --"all-modules" --dir="$(pwd)" $TEST_NAME && ${ANDROID_HOST_OUT}/fuzz/$HOST_ARCH/$TEST_NA…
|
D | helpers.cc | 22 namespace fuzz { namespace
|
D | helpers.h | 27 namespace fuzz {
|
/system/bt/gd/hal/ |
D | Android.bp | 46 "fuzz/fuzz_hci_hal.cc",
|