/foundation/graphic/graphic_2d/rosen/test/2d_engine/unittest/rosen_text/ui/ |
D | typography_test.cpp | 44 result = typography->GetRectsForRange(0, 0, RectHeightStyle::MAX, RectWidthStyle::MAX); 53 RectWidthStyle::MAX); 56 RectWidthStyle::MAX);
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
D | font_styles.cpp | 51 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()
|
D | font_styles.h | 40 MAX, enumerator 53 MAX, enumerator 60 MAX, enumerator
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
D | flex_model_impl.cpp | 54 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()
|
D | stack_model_impl.cpp | 73 …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()
|
D | grid_container_model_impl.cpp | 36 column->SetCrossAxisSize(CrossAxisSize::MAX); in Create()
|
D | swiper_model_impl.cpp | 306 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/ |
D | ui_box_progress_unit_test.cpp | 24 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/ |
D | task_state.h | 31 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;
|
D | task_state.cpp | 24 std::array<TaskState::Op, static_cast<size_t>(TaskState::MAX)> TaskState::ops; 89 case TaskState::MAX: in Count()
|
D | task_manager.h | 65 std::array<std::atomic_uint64_t, static_cast<size_t>(TaskState::MAX)> taskCount;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/mock/rosen/ |
D | testing_typography_properties.h | 33 MAX, enumerator 43 MAX, enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/properties/ |
D | typography_properties.h | 26 MAX, enumerator 36 MAX, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/test/json/ |
D | flex_creator.cpp | 30 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/ |
D | data_panel_test_ng.cpp | 38 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/ |
D | distributed_hardware_fwk_kit_paras.h | 37 MAX = 5 enumerator
|
/foundation/graphic/graphic_2d/rosen/modules/texgine/export/texgine/ |
D | typography_types.h | 46 MAX, enumerator 62 MAX, // use for check. enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
D | constants.h | 81 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/ |
D | cpu_manager_interface.h | 27 MAX, enumerator
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/pattern/gauge/ |
D | gauge_test_ng.cpp | 57 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/ |
D | context.h | 31 MAX, enumerator
|
/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/ |
D | config.rs | 146 min: (0, Duration::MAX), in none() 147 max: u64::MAX, in none()
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
D | dom_stack.cpp | 44 stackChild_->GetMainStackSize() != MainStackSize::MAX) { in OnChildNodeAdded() 116 stackChild_->SetMainStackSize(MainStackSize::MAX); in PrepareSpecializedComponent()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
D | value_proxy.h | 29 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/ |
D | typography.h | 32 MAX, enumerator
|