/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/waterflow/ |
H A D | water_flow_item_maps.h | 142 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 D | water_flow_segment_common_test.cpp | 401 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 D | water_flow_segment_integrated.cpp | 377 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 D | api-info-TC-two-dev.md | 12 ## 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 D | api-info-TC-one-dev.md | 9 ## 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 D | sample-test-dev.md | 56 ## Section section 74 ## Section section
|
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/reference/api-info-test-kit/ |
H A D | api-info-TC-two.md | 12 ## 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 D | api-info-TC-one.md | 9 ## 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 D | water_flow_sections.h | 32 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 D | water_flow_sections.cpp | 23 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 D | water_flow_layout_info_sw.h | 99 …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 D | water_flow_layout_info_sw.cpp | 524 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 D | water_flow_layout_info_base.h | 149 …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 D | water_flow_layout_info_base.cpp | 54 …const std::vector<WaterFlowSections::Section>& sections, const ScaleProperty& scale, float percent… in InitMargins()
|
/ohos5.0/docs/ |
H A D | LICENSE | 69 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 D | water_flow_layout_info.h | 133 …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 D | water_flow_segmented_layout.h | 36 void SegmentedInit(const std::vector<WaterFlowSections::Section>& options,
|
/ohos5.0/docs/zh-cn/application-dev/onlyfortest/reference/ |
H A D | sample-test.md | 56 ## Section section 74 ## Section section
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_water_flow_sections.cpp | 86 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 D | js_water_flow_sections.h | 29 … const JSCallbackInfo& args, const JSRef<JSVal>& jsValue, NG::WaterFlowSections::Section& section);
|
H A D | js_water_flow.cpp | 79 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 D | ehdr_from_readelf_32 | 20 Section header string table index: 31
|
H A D | ehdr_from_readelf_64 | 20 Section header string table index: 31
|
H A D | phdrs_from_readelf_32 | 22 Section to Segment mapping:
|
H A D | phdrs_from_readelf_64 | 37 Section to Segment mapping:
|