Home
last modified time | relevance | path

Searched refs:MAX (Results 1 – 25 of 74) sorted by relevance

123

/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/ui/
Dtypography_test.cpp44 result = typography->GetRectsForRange(0, 0, RectHeightStyle::MAX, RectWidthStyle::MAX);
53 RectWidthStyle::MAX);
56 RectWidthStyle::MAX);
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/
Dfont_styles.cpp51 if (!(0 <= static_cast<int>(weight) && weight < FontWeight::MAX)) { in FontStyles()
56 if (!(0 <= static_cast<int>(style) && style < FontStyle::MAX)) { in FontStyles()
67 if (!(0 <= static_cast<int>(weight) && weight < Weight::MAX)) { in FontStyles()
72 if (!(0 <= static_cast<int>(width) && width < Width::MAX)) { in FontStyles()
77 if (!(0 <= static_cast<int>(slant) && slant < FontStyles::Slant::MAX)) { in FontStyles()
Dfont_styles.h40 MAX, enumerator
53 MAX, enumerator
60 MAX, enumerator
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dflex_model_impl.cpp54 flex->SetMainAxisSize(widthVal.Value() < 0.0 ? MainAxisSize::MIN : MainAxisSize::MAX); in SetFlexWidth()
56 … flex->SetCrossAxisSize(widthVal.Value() < 0.0 ? CrossAxisSize::MIN : CrossAxisSize::MAX); in SetFlexWidth()
74 flex->SetMainAxisSize(heightVal.Value() < 0.0 ? MainAxisSize::MIN : MainAxisSize::MAX); in SetFlexHeight()
76 … flex->SetCrossAxisSize(heightVal.Value() < 0.0 ? CrossAxisSize::MIN : CrossAxisSize::MAX); in SetFlexHeight()
192 columComponent->SetMainAxisSize(MainAxisSize::MAX); in SetHasHeight()
195 rowComponent->SetCrossAxisSize(CrossAxisSize::MAX); in SetHasHeight()
205 columComponent->SetCrossAxisSize(CrossAxisSize::MAX); in SetHasWidth()
208 rowComponent->SetMainAxisSize(MainAxisSize::MAX); in SetHasWidth()
Dstack_model_impl.cpp73 …if (stack->GetMainStackSize() == MainStackSize::MAX || stack->GetMainStackSize() == MainStackSize:… in SetHasWidth()
74 stack->SetMainStackSize(MainStackSize::MAX); in SetHasWidth()
85 …if (stack->GetMainStackSize() == MainStackSize::MAX || stack->GetMainStackSize() == MainStackSize:… in SetHasHeight()
86 stack->SetMainStackSize(MainStackSize::MAX); in SetHasHeight()
Dgrid_container_model_impl.cpp36 column->SetCrossAxisSize(CrossAxisSize::MAX); in Create()
Dswiper_model_impl.cpp306 if (swiper->GetMainSwiperSize() == MainSwiperSize::MAX || in SetMainSwiperSizeWidth()
308 swiper->SetMainSwiperSize(MainSwiperSize::MAX); in SetMainSwiperSizeWidth()
320 if (swiper->GetMainSwiperSize() == MainSwiperSize::MAX || in SetMainSwiperSizeHeight()
322 swiper->SetMainSwiperSize(MainSwiperSize::MAX); in SetMainSwiperSizeHeight()
/foundation/arkui/ui_lite/test/unittest/components/
Dui_box_progress_unit_test.cpp24 const int16_t MAX = 500; variable
155 boxProgress_->SetRange(MAX, MIN);
161 value = MAX + 1;
163 EXPECT_EQ(boxProgress_->GetValue(), MAX);
/foundation/resourceschedule/ffrt/src/sched/
Dtask_state.h31 enum State { PENDING, READY, RUNNING, BLOCKED, EXITED, MAX }; enumerator
121 …std::array<std::chrono::steady_clock::time_point, static_cast<size_t>(TaskState::State::MAX)> time…
131 static std::array<Op, static_cast<size_t>(TaskState::MAX)> ops;
Dtask_state.cpp24 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops;
89 case TaskState::MAX: in Count()
Dtask_manager.h65 std::array<std::atomic_uint64_t, static_cast<size_t>(TaskState::MAX)> taskCount;
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/
Dtesting_typography_properties.h33 MAX, enumerator
43 MAX, enumerator
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/properties/
Dtypography_properties.h26 MAX, enumerator
36 MAX, enumerator
/foundation/arkui/ace_engine/frameworks/core/components/test/json/
Dflex_creator.cpp30 const MainAxisSize MAIN_AXIS_SIZES[] = { MainAxisSize::MAX, MainAxisSize::MIN };
38 MainAxisSize mainAxisSize = MainAxisSize::MAX; in CreateFlexFromJson()
58 …ertIntToEnum(componentJson.GetValue(MAIN_AXIS_SIZE)->GetInt(), MAIN_AXIS_SIZES, MainAxisSize::MAX); in CreateFlexFromJson()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/data_panel/
Ddata_panel_test_ng.cpp38 constexpr double MAX = 200.0; variable
149 dataPanel.Create(VALUES, MAX, TYPE_CYCLE);
166 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
182 dataPanel.Create(VALUES, MAX, TYPE_CYCLE);
207 dataPanel.Create(VALUES, MAX, TYPE_CYCLE);
296 dataPanel.Create(VALUES, MAX, TYPE_CYCLE);
389 dataPanel.Create(VALUES, MAX, TYPE_CYCLE);
407 dataPanel.Create(VALUES, MAX, TYPE_LINE);
424 EXPECT_EQ(dataPanelPaintProperty->GetMaxValue(), MAX);
440 dataPanel.Create(VALUES, MAX, TYPE_LINE);
[all …]
/foundation/distributedhardware/distributed_hardware_fwk/interfaces/inner_kits/include/
Ddistributed_hardware_fwk_kit_paras.h37 MAX = 5 enumerator
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/
Dtypography_types.h46 MAX, enumerator
62 MAX, // use for check. enumerator
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
Dconstants.h81 MAX, enumerator
89 MAX, enumerator
155 enum class MainStackSize { MAX, MIN, NORMAL, LAST_CHILD_HEIGHT, MATCH_CHILDREN, MAX_X, MAX_Y }; enumerator
157 enum class MainSwiperSize { MAX, MAX_X, MAX_Y, MIN, AUTO }; enumerator
/foundation/resourceschedule/ffrt/src/eu/
Dcpu_manager_interface.h27 MAX, enumerator
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/gauge/
Dgauge_test_ng.cpp57 constexpr float MAX = 100.0f; variable
108 gauge.Create(VALUE, MIN, MAX);
125 EXPECT_EQ(gaugePaintProperty->GetMaxValue(), MAX);
141 gauge.Create(VALUE, MIN, MAX);
158 EXPECT_EQ(gaugePaintProperty->GetMaxValue(), MAX);
179 gauge.Create(VALUE, MIN, MAX);
326 gauge.Create(VALUE, MIN, MAX);
343 EXPECT_EQ(gaugePaintProperty->GetMaxValue(), MAX);
359 gauge.Create(VALUE, MIN, MAX);
430 dataPanel.Create(VALUE, MIN, MAX);
[all …]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
Dcontext.h31 MAX, enumerator
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/
Dconfig.rs146 min: (0, Duration::MAX), in none()
147 max: u64::MAX, in none()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_stack.cpp44 stackChild_->GetMainStackSize() != MainStackSize::MAX) { in OnChildNodeAdded()
116 stackChild_->SetMainStackSize(MainStackSize::MAX); in PrepareSpecializedComponent()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Dvalue_proxy.h29 static inline constexpr uint32_t MAX = DistributedData::TYPE_MAX; variable
211 static std::enable_if_t < CVT_INDEX<T, Proxy><MAX, Bucket>
222 static std::enable_if_t < CVT_INDEX<T, Proxy><MAX, Values>
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/export/rosen_text/
Dtypography.h32 MAX, enumerator

123