Home
last modified time | relevance | path

Searched defs:size (Results 626 - 650 of 10714) sorted by relevance

1...<<21222324252627282930>>...429

/base/startup/init/test/fuzztest/getcontrolfile_fuzzer/
H A Dgetcontrolfile_fuzzer.cpp22 bool FuzzGetControlFile(const uint8_t* data, size_t size) in FuzzGetControlFile() argument
28 std::string str(reinterpret_cast<const char*>(data), size); in FuzzGetControlFile() local
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getbuildversion_fuzzer/
H A Dgetbuildversion_fuzzer.cpp21 bool FuzzGetBuildVersion(const uint8_t* data, size_t size) in FuzzGetBuildVersion() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getmanufacture_fuzzer/
H A Dgetmanufacture_fuzzer.cpp21 bool FuzzGetManufacture(const uint8_t* data, size_t size) in FuzzGetManufacture() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getmarketname_fuzzer/
H A Dgetmarketname_fuzzer.cpp21 bool FuzzGetMarketName(const uint8_t* data, size_t size) in FuzzGetMarketName() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getsecuritypatchtag_fuzzer/
H A Dgetsecuritypatchtag_fuzzer.cpp21 bool FuzzGetSecurityPatchTag(const uint8_t* data, size_t size) in FuzzGetSecurityPatchTag() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getsdkapiversion_fuzzer/
H A Dgetsdkapiversion_fuzzer.cpp21 bool FuzzGetSdkApiVersion(const uint8_t* data, size_t size) in FuzzGetSdkApiVersion() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getseniorversion_fuzzer/
H A Dgetseniorversion_fuzzer.cpp21 bool FuzzGetSeniorVersion(const uint8_t* data, size_t size) in FuzzGetSeniorVersion() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/loadfstabfromcommandline_fuzzer/
H A Dloadfstabfromcommandline_fuzzer.cpp21 bool FuzzLoadFstabFromCommandLine(const uint8_t* data, size_t size) in FuzzLoadFstabFromCommandLine() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/waitparameter_fuzzer/
H A Dwaitparameter_fuzzer.cpp21 bool FuzzWaitParameter(const uint8_t* data, size_t size) in FuzzWaitParameter() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzWaitParameter() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/sensors/miscdevice/test/fuzztest/vibrator/setloopcount_fuzzer/
H A Dsetloopcount_fuzzer.cpp26 bool SetLoopCountFuzzTest(const uint8_t *data, size_t size) in SetLoopCountFuzzTest() argument
28 std::string argv(reinterpret_cast<const char *>(data), size); in SetLoopCountFuzzTest() local
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/decodegid_fuzzer/
H A Ddecodegid_fuzzer.cpp21 bool FuzzDecodeGid(const uint8_t* data, size_t size) in FuzzDecodeGid() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzDecodeGid() local
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/decodeuid_fuzzer/
H A Ddecodeuid_fuzzer.cpp21 bool FuzzDecodeUid(const uint8_t* data, size_t size) in FuzzDecodeUid() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzDecodeUid() local
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getblockdevicepath_fuzzer/
H A Dgetblockdevicepath_fuzzer.cpp21 bool FuzzGetBlockDevicePath(const uint8_t* data, size_t size) in FuzzGetBlockDevicePath() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzGetBlockDevicePath() local
34 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getdevicetypec_fuzzer/
H A Dgetdevicetypec_fuzzer.cpp21 bool FuzzGetDeviceCType(const uint8_t* data, size_t size) in FuzzGetDeviceCType() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getmountstatusformountpoint_fuzzer/
H A Dgetmountstatusformountpoint_fuzzer.cpp21 bool FuzzIsSupportedFilesystem(const uint8_t* data, size_t size) in FuzzIsSupportedFilesystem() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzIsSupportedFilesystem() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getosfullname_fuzzer/
H A Dgetosfullname_fuzzer.cpp21 bool FuzzGetOSFullName(const uint8_t* data, size_t size) in FuzzGetOSFullName() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/getserial_fuzzer/
H A Dgetserial_fuzzer.cpp21 bool FuzzGetSerial(const uint8_t* data, size_t size) in FuzzGetSerial() argument
32 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/hookmgrdestroy_fuzzer/
H A Dhookmgrdestroy_fuzzer.cpp21 bool FuzzHookMgrDestroy(const uint8_t* data, size_t size) in FuzzHookMgrDestroy() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzHookMgrDestroy() local
31 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/modulemgrcreate_fuzzer/
H A Dmodulemgrcreate_fuzzer.cpp21 bool FuzzModuleMgrCreate(const uint8_t* data, size_t size) in FuzzModuleMgrCreate() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzModuleMgrCreate() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/servicewaitforstatus_fuzzer/
H A Dservicewaitforstatus_fuzzer.cpp21 bool FuzzServiceWaitForStatus(const uint8_t* data, size_t size) in FuzzServiceWaitForStatus() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzServiceWaitForStatus() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/servicesetready_fuzzer/
H A Dservicesetready_fuzzer.cpp21 bool FuzzServiceSetReady(const uint8_t* data, size_t size) in FuzzServiceSetReady() argument
24 std::string str(reinterpret_cast<const char*>(data), size); in FuzzServiceSetReady() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/writeall_fuzzer/
H A Dwriteall_fuzzer.cpp21 bool FuzzGetParameterFromCmdLine(const uint8_t* data, size_t size) in FuzzGetParameterFromCmdLine() argument
28 std::string str(reinterpret_cast<const char*>(data), size); in FuzzGetParameterFromCmdLine() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/security/security_component_manager/test/fuzztest/security_component/innerkits/setenhancecfg_fuzzer/
H A Dsetenhancecfg_fuzzer.cpp28 static void SetEnhanceCfgFuzzTest(const uint8_t *data, size_t size) in SetEnhanceCfgFuzzTest() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/security/security_component_manager/test/fuzztest/security_component/innerkits/updatesecuritycomponent_fuzzer/
H A Dupdatesecuritycomponent_fuzzer.cpp31 static void UpdateSecurityComponentFuzzTest(const uint8_t *data, size_t size) in UpdateSecurityComponentFuzzTest() argument
41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) in LLVMFuzzerTestOneInput() argument
/base/startup/init/test/fuzztest/checkandcreatfile_fuzzer/
H A Dcheckandcreatfile_fuzzer.cpp21 bool FuzzCheckAndCreatFile(const uint8_t* data, size_t size) in FuzzCheckAndCreatFile() argument
23 std::string str(reinterpret_cast<const char*>(data), size); in FuzzCheckAndCreatFile() local
33 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 7 milliseconds

1...<<21222324252627282930>>...429