Home
last modified time | relevance | path

Searched defs:size (Results 376 - 400 of 27873) sorted by relevance

1...<<11121314151617181920>>...1115

/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drosen_render_ability_component.cpp43 auto size = GetLayoutSize(); in SyncGeometryProperties() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/root/
H A Droot_layout_algorithm.cpp28 auto size = child->GetGeometryNode()->GetFrameSize(); in Layout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/
H A Dpolygon_paint_property.h70 const auto size = static_cast<int32_t>(propPoints_.value().size()); variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dtyped_text_test_ng.cpp37 uint8_t size = TypedText::GetUTF8OneCharacterSize(nullptr); in HWTEST_F() local
[all...]
/foundation/arkui/ace_engine/test/unittest/core/rosen/
H A Dmock_animated_image.cpp20 Create( const RefPtr<SkiaImageData>& data, const ResizeParam& size, const std::string& url) Create() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/addapprunningcontrolrule_fuzzer/
H A Daddapprunningcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundledatafiles_fuzzer/
H A Dcleanbundledatafiles_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/deleteapprunningcontrolrule_fuzzer/
H A Ddeleteapprunningcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
37 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getappidbybundlename_fuzzer/
H A Dgetappidbybundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegids_fuzzer/
H A Dgetbundlegids_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getdisposedstatus_fuzzer/
H A Dgetdisposedstatus_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
33 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getpermissiondef_fuzzer/
H A Dgetpermissiondef_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string permissionName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
39 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getnameforuid_fuzzer/
H A Dgetnameforuid_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string name (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/cleanbundlecachefiles_fuzzer/
H A Dcleanbundlecachefiles_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getapptype_fuzzer/
H A Dgetapptype_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getuidbybundlename_fuzzer/
H A Dgetuidbybundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deletedisposedstatus_fuzzer/
H A Ddeletedisposedstatus_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/setdisposedstatus_fuzzer/
H A Dsetdisposedstatus_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string appId (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
33 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
41 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/upgradeatomicservice_fuzzer/
H A Dupgradeatomicservice_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getbundlegidsbyuid_fuzzer/
H A Dgetbundlegidsbyuid_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
38 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/getlaunchwantforbundle_fuzzer/
H A Dgetlaunchwantforbundle_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
31 std::string bundleName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_information/queryabilityinfobyuri_fuzzer/
H A Dqueryabilityinfobyuri_fuzzer.cpp27 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
32 std::string abilityUri (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleteappjumpcontrolrule_fuzzer/
H A Ddeleteappjumpcontrolrule_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/deleterulebytargetbundlename_fuzzer/
H A Ddeleterulebytargetbundlename_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
36 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlestreaminstallerproxy_fuzzer/
H A Dbundlestreaminstallerproxy_fuzzer.cpp25 bool DoSomethingInterestingWithMyAPI(const uint8_t* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
29 std::string hapName (reinterpret_cast<const char*>(data), size); in DoSomethingInterestingWithMyAPI() local
40 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument

Completed in 7 milliseconds

1...<<11121314151617181920>>...1115