Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 25 of 148) sorted by relevance

123456

/foundation/arkui/ace_engine/frameworks/core/components/stack/
Dstack_component.h35 …const Alignment& align, StackFit fit, Overflow overflow, const std::list<RefPtr<Component>>& child… in StackComponent() argument
36 : ComponentGroup(children), align_(align), fit_(fit), overflow_(overflow) in StackComponent()
75 void SetOverflow(Overflow overflow) in SetOverflow() argument
77 overflow_ = overflow; in SetOverflow()
/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
Dindex.css25 text-overflow: ellipsis;
33 text-overflow: ellipsis;
/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/
Dindex.css25 text-overflow: ellipsis;
33 text-overflow: ellipsis;
/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
Dstack_composed_element.cpp66 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow() local
67 return ConvertOverflowToString(overflow); in GetOverflow()
/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/
Dp2p_v1_fuzz_helper.h28 static int FuzzCommonEnum(int max, int overflow) in FuzzCommonEnum() argument
32 return value % (max + overflow); in FuzzCommonEnum()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Dstack_model_impl.cpp53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow() argument
57 stack->SetOverflow(overflow); in SetOverflow()
Dstack_model_impl.h29 void SetOverflow(Overflow overflow) override;
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
Dcj_text_ffi.cpp77 void FfiOHOSAceFrameworkTextSetTextOverflow(int32_t overflow) in FfiOHOSAceFrameworkTextSetTextOverflow() argument
79 if (!Utils::CheckParamsValid(overflow, TEXT_OVERFLOWS.size())) { in FfiOHOSAceFrameworkTextSetTextOverflow()
83 TextModel::GetInstance()->SetTextOverflow(TEXT_OVERFLOWS[overflow]); in FfiOHOSAceFrameworkTextSetTextOverflow()
Dcj_text_ffi.h33 CJ_EXPORT void FfiOHOSAceFrameworkTextSetTextOverflow(int32_t overflow);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/
Drs_memory_snapshot.cpp99 uint64_t warning, uint64_t overflow, uint64_t totalSize) in InitMemoryLimit() argument
104 singleCpuMemoryLimit_ = overflow; in InitMemoryLimit()
/foundation/communication/wifi/wifi/frameworks/js/napi/
DBUILD.gn24 integer_overflow = true # Enable integer overflow detection
82 integer_overflow = true # Enable integer overflow detection
134 integer_overflow = true # Enable integer overflow detection
192 integer_overflow = true # Enable integer overflow detection
248 integer_overflow = true # Enable integer overflow detection
/foundation/communication/wifi/wifi/frameworks/native/
DBUILD.gn121 integer_overflow = true # Enable integer overflow detection
156 integer_overflow = true # Enable integer overflow detection
191 integer_overflow = true # Enable integer overflow detection
227 integer_overflow = true # Enable integer overflow detection
262 integer_overflow = true # Enable integer overflow detection
/foundation/communication/wifi/wifi/base/cRPC/
DBUILD.gn83 integer_overflow = true # Enable integer overflow detection
109 integer_overflow = true # Enable integer overflow detection
137 integer_overflow = true # Enable integer overflow detection
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/stack/
Dstack_model.h40 virtual void SetOverflow(Overflow overflow) = 0;
Dstack_model_ng.h31 void SetOverflow(Overflow overflow) override {} in SetOverflow() argument
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/
Dcj_measure_ffi.h42 int32_t overflow; member
/foundation/arkui/ace_engine/frameworks/core/components/flex/
Dflex_component.h144 void SetOverflow(Overflow overflow) in SetOverflow() argument
146 overflow_ = overflow; in SetOverflow()
/foundation/graphic/graphic_3d/lume/metaobject/src/animation/
Danimation_state.cpp162 const auto overflow = progress - BASE_NS::Math::floor(progress); in Move() local
163 state_.SetTime(overflow * state_.GetBaseDuration()); in Move()
164 if (overflow > 0.f) { in Move()
166 progress = overflow; in Move()
/foundation/communication/bluetooth_service/test/example/bluetoothtest/entry/src/main/ets/Component/
DentryComponent.ets51 .textOverflow({ overflow : TextOverflow.Ellipsis })
58 .textOverflow({ overflow : TextOverflow.Ellipsis })
67 .textOverflow({ overflow : TextOverflow.Ellipsis })
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
Ddom_stack.cpp114 if (overflowStyle.overflow == Overflow::SCROLL) { in PrepareSpecializedComponent()
133 … isRootNode_ && (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL); in CompositeComponents()
Ddom_svg_g.cpp28 overflowStyle.overflow = Overflow::CLIP; in DOMSvgG()
/foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/
DentryComponent.ets50 .textOverflow({ overflow : TextOverflow.Ellipsis })
57 .textOverflow({ overflow : TextOverflow.Ellipsis })
66 .textOverflow({ overflow : TextOverflow.Ellipsis })
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkTextPicker.ts189 this.value?.overflow ?? undefined);
196 this.stageValue?.overflow === this.value?.overflow)) {
/foundation/ability/ability_runtime/services/dialog_ui/ams_system_dialog/entry/src/main/ets/view/
DTitileComponent.ets67 .textOverflow({ overflow: TextOverflow.Ellipsis })
79 .textOverflow({ overflow: TextOverflow.Ellipsis })
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
DBUILD.gn231 integer_overflow = true # Enable integer overflow detection
280 integer_overflow = true # Enable integer overflow detection
351 integer_overflow = true # Enable integer overflow detection
412 integer_overflow = true # Enable integer overflow detection
463 integer_overflow = true # Enable integer overflow detection
654 integer_overflow = true # Enable integer overflow detection
677 integer_overflow = true # Enable integer overflow detection
700 integer_overflow = true # Enable integer overflow detection
724 integer_overflow = true # Enable integer overflow detection

123456