Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 25 of 37) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/
H A Dwater_flow_item_maps.h142 WaterFlowSections::Section { .itemsCount = 5,
146 WaterFlowSections::Section { .itemsCount = 5,
151 WaterFlowSections::Section { .itemsCount = 30,
155 WaterFlowSections::Section { .itemsCount = 20,
183 WaterFlowSections::Section { .itemsCount = 4,
187 WaterFlowSections::Section { .itemsCount = 3,
191 WaterFlowSections::Section { .itemsCount = 0,
237 WaterFlowSections::Section { .itemsCount = 3,
242 WaterFlowSections::Section { .itemsCount = 2,
248 WaterFlowSections::Section { .itemsCount = 0,
[all …]
H A Dwater_flow_segment_common_test.cpp401 std::vector<WaterFlowSections::Section> newSection { SECTION_7[3] };
442 std::vector<WaterFlowSections::Section> newSection { SECTION_9[0] };
494 std::vector<WaterFlowSections::Section> newSection { SECTION_7[2] };
916 std::vector<WaterFlowSections::Section> newSection = { WaterFlowSections::Section {
H A Dwater_flow_segment_integrated.cpp377 std::vector<WaterFlowSections::Section> newSection { SECTION_7[3] };
426 std::vector<WaterFlowSections::Section> newSection { SECTION_9[0] };
487 std::vector<WaterFlowSections::Section> newSection { SECTION_7[2] };
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/media/
H A Dapi-info-TC-two-dev.md12 ## Test11-Section
14 The result(api-info) of Section(Test11-Section) is none.
19 The result(api-info) of Section(Test13-Section) is none.
24 The result(api-info) of Section(Test12-Section) is 8??????.
31 ## Test0-Section<sup>7</sup>
33 The result(api-info) of Section(Test0-Section) is 7???.
48 ## Test1-Section
50 The result(api-info) of Section(Test1-Section) is none
63 The result(api-info) of Section(Test2-Section) is 6????.
73 ## Test8-Section<sup>abc</sup>
[all …]
H A Dapi-info-TC-one-dev.md9 ## Test0-Section<sup>7</sup>
11 The result(api-info) of Section(Test0-Section) is 7.
23 The result(api-info) of subSection(Test5-subSection) is 7,(extend the result of Test0-Section).
26 ## Test1-Section
28 The result(api-info) of Section(Test1-Section) is 3, (extend the result of topic).
36 The result(api-info) of subSection(Test6-subSection) is 3,(extend the result of Test1-Section).
39 ## Test2-Section<sup>(deprecated)</sup>
41 The result(api-info) of Section(Test2-Section) is 6.
51 ## Test8-Section<sup>abc</sup>
53 The result(api-info) of Section(Test8-Section) is 3, (extend the result of topic).
[all …]
H A Dsample-test-dev.md56 ## Section section
74 ## Section section
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/reference/api-info-test-kit/
H A Dapi-info-TC-two.md12 ## Test11-Section
14 The result(api-info) of Section(Test11-Section) is none.
19 The result(api-info) of Section(Test13-Section) is none.
24 The result(api-info) of Section(Test12-Section) is 8??????.
31 ## Test0-Section<sup>7</sup>
33 The result(api-info) of Section(Test0-Section) is 7???.
48 ## Test1-Section
50 The result(api-info) of Section(Test1-Section) is none
63 The result(api-info) of Section(Test2-Section) is 6????.
73 ## Test8-Section<sup>abc</sup>
[all …]
H A Dapi-info-TC-one.md9 ## Test0-Section<sup>7</sup>
11 The result(api-info) of Section(Test0-Section) is 7.
23 The result(api-info) of subSection(Test5-subSection) is 7,(extend the result of Test0-Section).
26 ## Test1-Section
28 The result(api-info) of Section(Test1-Section) is 3, (extend the result of topic).
36 The result(api-info) of subSection(Test6-subSection) is 3,(extend the result of Test1-Section).
39 ## Test2-Section<sup>(deprecated)</sup>
41 The result(api-info) of Section(Test2-Section) is 6.
51 ## Test8-Section<sup>abc</sup>
53 The result(api-info) of Section(Test8-Section) is 3, (extend the result of topic).
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_sections.h32 struct Section { struct
33 bool operator==(const Section& other) const
38 bool operator!=(const Section& other) const
43 bool OnlyCountDiff(const Section& other) const in OnlyCountDiff() argument
65 … int32_t start, int32_t deleteCount, const std::vector<WaterFlowSections::Section>& newSections); argument
79 void ChangeData(size_t start, size_t deleteCount, const std::vector<Section>& newSections);
82 void ReplaceFrom(size_t start, const std::vector<Section>& newSections);
84 const std::vector<Section>& GetSectionInfo() const in GetSectionInfo()
89 const std::vector<Section>& GetPrevSectionInfo() const in GetPrevSectionInfo()
95 std::vector<Section> sections_;
[all …]
H A Dwater_flow_sections.cpp23 size_t start, size_t deleteCount, const std::vector<WaterFlowSections::Section>& newSections) in ChangeData()
62 void WaterFlowSections::ReplaceFrom(size_t start, const std::vector<WaterFlowSections::Section>& ne… in ReplaceFrom()
68 int32_t start, int32_t deleteCount, const std::vector<WaterFlowSections::Section>& newSections) in NotifySectionChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/sliding_window/
H A Dwater_flow_layout_info_sw.h99 …void InitSegments(const std::vector<WaterFlowSections::Section>& sections, int32_t start) override;
205 void InitSegmentsForKeepPositionMode(const std::vector<WaterFlowSections::Section>& sections,
206 const std::vector<WaterFlowSections::Section>& prevSections, int32_t start) override;
244 void InitSegmentTails(const std::vector<WaterFlowSections::Section>& sections);
245 void InitLanes(const std::vector<WaterFlowSections::Section>& sections, int32_t start);
263 bool AdjustLanes(const std::vector<WaterFlowSections::Section>& sections,
264 const WaterFlowSections::Section& prevSection, int32_t start, int32_t prevSegIdx);
H A Dwater_flow_layout_info_sw.cpp524 void WaterFlowLayoutInfoSW::InitSegments(const std::vector<WaterFlowSections::Section>& sections, i… in InitSegments()
581 void WaterFlowLayoutInfoSW::InitSegmentTails(const std::vector<WaterFlowSections::Section>& section… in InitSegmentTails()
595 void WaterFlowLayoutInfoSW::InitLanes(const std::vector<WaterFlowSections::Section>& sections, int3… in InitLanes()
619 …outInfoSW::InitSegmentsForKeepPositionMode(const std::vector<WaterFlowSections::Section>& sections, in InitSegmentsForKeepPositionMode()
620 const std::vector<WaterFlowSections::Section>& prevSections, int32_t start) in InitSegmentsForKeepPositionMode()
629 WaterFlowSections::Section prevSection; in InitSegmentsForKeepPositionMode()
647 bool WaterFlowLayoutInfoSW::AdjustLanes(const std::vector<WaterFlowSections::Section>& sections, in AdjustLanes()
648 const WaterFlowSections::Section& prevSection, int32_t start, int32_t prevSegIdx) in AdjustLanes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/
H A Dwater_flow_layout_info_base.h149 …virtual void InitSegments(const std::vector<WaterFlowSections::Section>& sections, int32_t start) …
181 …const std::vector<WaterFlowSections::Section>& sections, const ScaleProperty& scale, float percent…
184 …virtual void InitSegmentsForKeepPositionMode(const std::vector<WaterFlowSections::Section>& sectio…
185 const std::vector<WaterFlowSections::Section>& prevSections, int32_t start) = 0;
H A Dwater_flow_layout_info_base.cpp54 …const std::vector<WaterFlowSections::Section>& sections, const ScaleProperty& scale, float percent… in InitMargins()
/ohos5.0/docs/
H A DLICENSE69 Section 1 -- Definitions.
90 specified in Section 2(b)(1)-(2) are not Copyright and Similar
133 Section 2 -- Scope.
187 provided in Section 3(a)(1)(A)(i).
210 Section 3 -- License Conditions.
246 2. You may satisfy the conditions in Section 3(a)(1) in any
262 Section 4 -- Sui Generis Database Rights.
313 Section 6 -- Term and Termination.
321 Section 6(a), it reinstates:
342 Section 7 -- Other Terms and Conditions.
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/layout/top_down/
H A Dwater_flow_layout_info.h133 …void InitSegments(const std::vector<WaterFlowSections::Section>& sections, int32_t start) override;
186 void InitSegmentsForKeepPositionMode(const std::vector<WaterFlowSections::Section>& sections, in InitSegmentsForKeepPositionMode()
187 const std::vector<WaterFlowSections::Section>& prevSections, int32_t start) override in InitSegmentsForKeepPositionMode()
H A Dwater_flow_segmented_layout.h36 void SegmentedInit(const std::vector<WaterFlowSections::Section>& options,
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/reference/
H A Dsample-test.md56 ## Section section
74 ## Section section
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_water_flow_sections.cpp86 void ParseGaps(const JSRef<JSObject>& obj, NG::WaterFlowSections::Section& section) in ParseGaps()
116 … const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section) in ParseSectionOptions()
H A Djs_water_flow_sections.h29 … const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section);
H A Djs_water_flow.cpp79 std::vector<NG::WaterFlowSections::Section> newSections; in ParseChanges()
81 NG::WaterFlowSections::Section section; in ParseChanges()
96 std::vector<NG::WaterFlowSections::Section> newSections; in ParseSections()
98 NG::WaterFlowSections::Section section; in ParseSections()
/ohos5.0/base/hiviewdfx/faultloggerd/test/resource/testdata/
H A Dehdr_from_readelf_3220 Section header string table index: 31
H A Dehdr_from_readelf_6420 Section header string table index: 31
H A Dphdrs_from_readelf_3222 Section to Segment mapping:
H A Dphdrs_from_readelf_6437 Section to Segment mapping:

12