/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
D | text_picker_composed_element.cpp | 28 { "range", [](const TextPickerComposedElement& inspector) { return inspector.GetRange(); } } in __anon168f81a60402() 37 DumpLog::GetInstance().AddDesc(std::string("range: ").append(GetRange())); in Dump() 67 std::string TextPickerComposedElement::GetRange() const in GetRange() function in OHOS::Ace::V2::TextPickerComposedElement 71 auto range = render->GetRange(); in GetRange()
|
D | picker_text_dialog_composed_element.cpp | 49 jsonValue->Put("range", GetRange()); in GetShow() 74 std::unique_ptr<JsonValue> PickerTextDialogComposedElement::GetRange() const in GetRange() function in OHOS::Ace::V2::PickerTextDialogComposedElement 79 auto range = render->GetRange(); in GetRange()
|
D | text_picker_composed_element.h | 36 std::string GetRange() const;
|
D | picker_text_dialog_composed_element.h | 37 std::unique_ptr<JsonValue> GetRange() const;
|
/foundation/multimedia/histreamer/tests/ut/ |
D | TestDataPacker.cpp | 121 dataPacker->GetRange(3, 2, bufferOut); 134 dataPacker->GetRange(3, 4, bufferOut); 136 dataPacker->GetRange(5, 2, bufferOut); 149 dataPacker->GetRange(3, 4, bufferOut); 153 dataPacker->GetRange(11, 2, bufferOut); 166 ASSERT_TRUE(dataPacker->GetRange(0, 15, bufferOut));
|
/foundation/graphic/graphic_2d/rosen/test/texgine/unittest/ |
D | char_groups_test.cpp | 70 ASSERT_EQ(t1, ret.GetRange().start); in GetObjectRangeChecker() 71 ASSERT_EQ(t2, ret.GetRange().end); in GetObjectRangeChecker() 118 DEFINE_PARAM_TEST0(CharGroups, GetRange, { 221 ASSERT_EQ(ret[0].GetRange().end, 1); in __anon989174c20502() 222 ASSERT_EQ(ret[1].GetRange().start, 1); in __anon989174c20502() 225 ASSERT_EQ(ret[0].GetRange().end, 3); in __anon989174c20602() 226 ASSERT_EQ(ret[1].GetRange().start, 3); in __anon989174c20602() 243 ASSERT_EQ(ret[0].GetRange().end, 1); in __anon989174c20702() 244 ASSERT_EQ(ret[1].GetRange().start, 1); in __anon989174c20702() 247 ASSERT_EQ(ret[0].GetRange().end, 3); in __anon989174c20802() [all …]
|
D | text_merger_test.cpp | 96 return cgs.GetRange() == range; in __anonf17e770b0202() 126 if (!(ControllerForTest::GetCharGroups(ts).GetRange() == result[i].range_)) { in MergedSpanChecker()
|
/foundation/multimedia/histreamer/engine/pipeline/filters/demux/ |
D | data_packer.h | 45 bool GetRange(uint64_t offset, uint32_t size, AVBufferPtr &bufferPtr); 47 bool GetRange(uint32_t size, AVBufferPtr &bufferPtr); // For live play
|
D | data_packer.cpp | 204 bool DataPacker::GetRange(uint64_t offset, uint32_t size, AVBufferPtr& bufferPtr) in GetRange() function in OHOS::Media::DataPacker 239 bool DataPacker::GetRange(uint32_t size, AVBufferPtr& bufferPtr) in GetRange() function in OHOS::Media::DataPacker
|
/foundation/multimedia/av_codec/test/nativedemo/avdemuxer/server_demo/ |
D | file_server_demo.h | 60 static void GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos);
|
D | file_server_demo.cpp | 95 void FileServerDemo::GetRange(const std::string &recvStr, int32_t &startPos, int32_t &endPos) in GetRange() function in OHOS::MediaAVCodec::FileServerDemo 144 GetRange(recvStr, startPos, endPos); in SendRequestSize()
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
D | text_breaker.cpp | 66 ss << "u16range: [" << start << ", " << end << "), range: " << wordcgs.GetRange(); in WordBreak() 161 << " " << currentCgs.GetRange() << ": \033[40m'"; in GenerateSpan()
|
D | variant_span.cpp | 179 (ts_->rtl_ ? "<-" : "->") << " " << ts_->cgs_.GetRange() << in Dump() 184 (ts_->rtl_ ? "<-" : "->") << " " << ts_->cgs_.GetRange() << in Dump()
|
D | bidi_processer.cpp | 94 LOGCEX_DEBUG() << "intersect at cgs" << ic.GetRange(); in DoBidiProcess()
|
D | char_groups.h | 93 const IndexRange &GetRange() const;
|
D | char_groups.cpp | 69 const IndexRange &CharGroups::GetRange() const in GetRange() function in OHOS::Rosen::TextEngine::CharGroups
|
/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
D | picker_text_component.h | 40 const std::vector<std::string>& GetRange() const in GetRange() function
|
D | picker_multitext_component.h | 43 const std::vector<std::vector<std::string>>& GetRange() const in GetRange() function
|
D | render_picker_base.h | 92 const std::vector<std::string>& GetRange() const in GetRange() function
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
D | navigation_layout_algorithm.h | 93 void GetRange(const RefPtr<NavigationGroupNode>& hostNode);
|
D | navigation_layout_algorithm.cpp | 234 void NavigationLayoutAlgorithm::GetRange(const RefPtr<NavigationGroupNode>& hostNode) in GetRange() function in OHOS::Ace::NG::NavigationLayoutAlgorithm 450 GetRange(hostNode); in Measure()
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
D | particle_property.h | 421 const std::pair<float, float>& GetRange() const in GetRange() function 443 …return NearEqual(range_.first, other.GetRange().first) && NearEqual(range_.second, other.GetRange(… 652 const std::pair<Color, Color>& GetRange() const in GetRange() function 671 return (range_ == other.GetRange()) && (updater_ == other.GetUpdater());
|
/foundation/barrierfree/accessibility/frameworks/common/test/unittest/ |
D | accessibility_element_info_test.cpp | 766 EXPECT_EQ(elementInfo_->GetRange().GetMin(), 1); 767 EXPECT_EQ(elementInfo_->GetRange().GetMax(), 1); 768 EXPECT_EQ(elementInfo_->GetRange().GetCurrent(), 1);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
D | textpicker_pattern.h | 121 std::vector<NG::RangeContent> GetRange() const in GetRange() function
|
D | textpicker_column_pattern.h | 139 const std::vector<std::string>& GetRange() const in GetRange() function
|