Home
last modified time | relevance | path

Searched defs:size (Results 2101 - 2125 of 27865) sorted by relevance

1...<<81828384858687888990>>...1115

/foundation/ability/ability_runtime/test/fuzztest/abilitystubunregistercancellistener_fuzzer/
H A Dabilitystubunregistercancellistener_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/abilitystubunlockmissionforcleanup_fuzzer/
H A Dabilitystubunlockmissionforcleanup_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
57 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/connectability_fuzzer/
H A Dconnectability_fuzzer.cpp43 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
77 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/completefirstframedrawing_fuzzer/
H A Dcompletefirstframedrawing_fuzzer.cpp47 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
68 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/dumpsysstate_fuzzer/
H A Ddumpsysstate_fuzzer.cpp32 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
55 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/killprocessbyabilitytoken_fuzzer/
H A Dkillprocessbyabilitytoken_fuzzer.cpp48 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
70 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/notifycompletecontinuation_fuzzer/
H A Dnotifycompletecontinuation_fuzzer.cpp38 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
56 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/startsyncremotemissions_fuzzer/
H A Dstartsyncremotemissions_fuzzer.cpp33 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
50 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/ability/ability_runtime/test/fuzztest/startupresidentprocess_fuzzer/
H A Dstartupresidentprocess_fuzzer.cpp36 bool DoSomethingInterestingWithMyAPI(const char* data, size_t size) in DoSomethingInterestingWithMyAPI() argument
51 extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) in LLVMFuzzerTestOneInput() argument
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/progress/
H A Drender_progress.cpp71 Size size = Measure(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper_item.cpp43 auto size = GetLayoutParam().Constrain(Size(child->GetLayoutSize().Width(), child->GetLayoutSize().Height())); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/image/
H A Dimage_overlay_modifier.h42 void SetSize(const SizeF& size) in SetSize() argument
H A Dimage_content_modifier.h40 void SetSize(const SizeF& size) in SetSize() argument
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dscreen_system_manager.cpp44 ScreenSizeType size = ScreenSizeType::UNDEFINED; in GetSize() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/checkboxgroup/
H A Dcheckboxgroup_layout_algorithm.cpp50 auto size = SizeF(width, height); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/custom/
H A Dcustom_node_layout_algorithm.cpp79 auto size = child->GetGeometryNode()->GetFrameSize(); in Measure() local
H A Dcustom_measure_layout_param.cpp31 void MeasureLayoutChild::UpdateSize(const SizeF& size) in UpdateSize() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_property.cpp108 auto size = layoutOptions.getSizeByIndex(idx); in UpdateIrregularFlag() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_content_modifier.cpp44 auto size = clipSize_->Get(); in onDraw() local
/foundation/ability/ability_runtime/frameworks/js/napi/js_mission_manager/
H A Djs_mission_info_utils.h60 long size = 0; in InnerWrapWantParamsArray() local
/foundation/ability/ability_runtime/service_router_framework/interfaces/inner_api/src/
H A Dservice_info.cpp97 int32_t size; in ReadFromParcel() local
/foundation/arkui/ace_engine/frameworks/core/components/coverage/
H A Drender_coverage.cpp45 Size size = (*firstChild)->GetLayoutSize(); in PerformLayout() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/model/
H A Dmodel_layout_algorithm.cpp30 auto size = contentConstraint.selfIdealSize.ConvertToSizeT(); in MeasureContent() local
62 auto size = contentConstraint.Constrain(componentSize); in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_layout_algorithm.cpp32 auto size = patternLockLayoutProperty->GetLayoutConstraint()->percentReference; in MeasureContent() local
/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Dleast_square_impl.cpp37 int32_t size = countNum - 1; in GetLeastSquareParams() local

Completed in 12 milliseconds

1...<<81828384858687888990>>...1115