| /foundation/arkui/ace_engine/frameworks/core/components/stack/ |
| D | stack_component.h | 35 …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/ |
| D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
| /foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/ |
| D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
| D | stack_composed_element.cpp | 66 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/ |
| D | p2p_v1_fuzz_helper.h | 28 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/ |
| D | stack_model_impl.cpp | 53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow() argument 57 stack->SetOverflow(overflow); in SetOverflow()
|
| D | stack_model_impl.h | 29 void SetOverflow(Overflow overflow) override;
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
| D | cj_text_ffi.cpp | 77 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()
|
| D | cj_text_ffi.h | 33 CJ_EXPORT void FfiOHOSAceFrameworkTextSetTextOverflow(int32_t overflow);
|
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
| D | rs_memory_snapshot.cpp | 99 uint64_t warning, uint64_t overflow, uint64_t totalSize) in InitMemoryLimit() argument 104 singleCpuMemoryLimit_ = overflow; in InitMemoryLimit()
|
| /foundation/communication/wifi/wifi/frameworks/js/napi/ |
| D | BUILD.gn | 24 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/ |
| D | BUILD.gn | 121 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/ |
| D | BUILD.gn | 83 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/ |
| D | stack_model.h | 40 virtual void SetOverflow(Overflow overflow) = 0;
|
| D | stack_model_ng.h | 31 void SetOverflow(Overflow overflow) override {} in SetOverflow() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/measure/ |
| D | cj_measure_ffi.h | 42 int32_t overflow; member
|
| /foundation/arkui/ace_engine/frameworks/core/components/flex/ |
| D | flex_component.h | 144 void SetOverflow(Overflow overflow) in SetOverflow() argument 146 overflow_ = overflow; in SetOverflow()
|
| /foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
| D | animation_state.cpp | 162 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/ |
| D | entryComponent.ets | 51 .textOverflow({ overflow : TextOverflow.Ellipsis }) 58 .textOverflow({ overflow : TextOverflow.Ellipsis }) 67 .textOverflow({ overflow : TextOverflow.Ellipsis })
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| D | dom_stack.cpp | 114 if (overflowStyle.overflow == Overflow::SCROLL) { in PrepareSpecializedComponent() 133 … isRootNode_ && (!declaration_->HasOverflowStyle() || overflowStyle.overflow == Overflow::SCROLL); in CompositeComponents()
|
| D | dom_svg_g.cpp | 28 overflowStyle.overflow = Overflow::CLIP; in DOMSvgG()
|
| /foundation/communication/wifi/wifi/test/wifi_testapp/entry/src/main/ets/Component/ |
| D | entryComponent.ets | 50 .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/ |
| D | ArkTextPicker.ts | 189 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/ |
| D | TitileComponent.ets | 67 .textOverflow({ overflow: TextOverflow.Ellipsis }) 79 .textOverflow({ overflow: TextOverflow.Ellipsis })
|
| /foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
| D | BUILD.gn | 231 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
|