/ohos5.0/docs/zh-cn/application-dev/dfx/ |
H A D | hiappevent-watcher-address-sanitizer-events.md | 29 | calloc-overflow | calloc分配内存错误。 | 30 | container-overflow | 容器溢出。 | 32 | dynamic-stack-buffer-overflow | 缓冲区访问超出堆栈分配对象的边界。 | 33 | global-buffer-overflow | 全局缓冲区溢出。 | 34 | heap-buffer-overflow | 堆缓冲区溢出。 | 39 | stack-buffer-overflow | 堆栈缓冲区溢出。 |
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stack/ |
H A 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()
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-watcher-address-sanitizer-events.md | 29 | calloc-overflow | **calloc()** fails.| 30 | container-overflow | The container overflows.| 32 | dynamic-stack-buffer-overflow | The buffer access exceeds the boundary of a stack-allocated objec… 33 | global-buffer-overflow | The global buffer overflows.| 34 | heap-buffer-overflow | The heap buffer overflows.| 39 | stack-buffer-overflow | The stack buffer overflows.|
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/js-service-widget-ui/ |
H A D | js-service-widget-basic-text.md | 35 | text-overflow | string | clip | 否 | 在设置了最大行数的情况下生效,可选值为:<br/>- clip:将文本根据父容器大小进行裁剪显示;<br/>-&… 41 …预设字号集合中的字号匹配设置的最大行数,如果预设字号集合未设置,则使用最大最小和步长调整字号。针对仍然无法满足最大行数要求的情况,使用text-overflow设置项进行截断,设置预设尺寸集后,f… 53 > - letter-spacing、text-align、line-height、text-overflow和max-lines样式作用于text及其子组件(span)组成的文本内容。 105 text-overflow: ellipsis;
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | Use-the-Badge-component-to-display-the-number-of-unread-messages-in-a-chat.md | 54 .textOverflow({ overflow: TextOverflow.Clip }) 60 .textOverflow({ overflow: TextOverflow.Ellipsis }) 184 .textOverflow({ overflow: TextOverflow.Clip }) 190 .textOverflow({ overflow: TextOverflow.Ellipsis })
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/ |
H A D | BUILD.gn | 25 integer_overflow = true # Enable integer overflow detection 88 integer_overflow = true # Enable integer overflow detection 129 integer_overflow = true # Enable integer overflow detection 182 integer_overflow = true # Enable integer overflow detection 200 integer_overflow = true # Enable integer overflow detection
|
/ohos5.0/drivers/peripheral/wlan/hostapd/interfaces/hdi_service/ |
H A D | BUILD.gn | 25 integer_overflow = true # Enable integer overflow detection 77 integer_overflow = true # Enable integer overflow detection 118 integer_overflow = true # Enable integer overflow detection 136 integer_overflow = true # Enable integer overflow detection
|
/ohos5.0/foundation/ability/form_fwk/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/ |
H A D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
/ohos5.0/foundation/ability/ability_runtime/test/resource/benchmark/form_test_bundle/src/main/js/widget/pages/index/ |
H A D | index.css | 25 text-overflow: ellipsis; 33 text-overflow: ellipsis;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/ |
H A D | stack_composed_element.cpp | 66 auto overflow = renderStack ? renderStack->GetOverflow() : Overflow::OBSERVABLE; in GetOverflow() local 67 return ConvertOverflowToString(overflow); in GetOverflow()
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-common-components-text-display.md | 139 .textOverflow({ overflow: TextOverflow.None }) 146 .textOverflow({ overflow: TextOverflow.Ellipsis }) 153 .textOverflow({ overflow: TextOverflow.MARQUEE }) 360 .textOverflow({ overflow: TextOverflow.Ellipsis }) 382 .textOverflow({ overflow: TextOverflow.Ellipsis }) 403 .textOverflow({ overflow: TextOverflow.Ellipsis }) 424 .textOverflow({ overflow: TextOverflow.Ellipsis })
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A 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()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-gauge.md | 293 .textOverflow({ overflow: TextOverflow.Ellipsis }) 355 .textOverflow({ overflow: TextOverflow.Ellipsis }) 406 .textOverflow({ overflow: TextOverflow.Ellipsis }) 453 .textOverflow({ overflow: TextOverflow.Ellipsis }) 509 .textOverflow({ overflow: TextOverflow.Ellipsis }) 549 .textOverflow({ overflow: TextOverflow.Ellipsis }) 596 .textOverflow({ overflow: TextOverflow.Ellipsis }) 723 .textOverflow({ overflow: TextOverflow.Ellipsis })
|
H A D | ts-basic-components-text.md | 61 textOverflow(value: { overflow: TextOverflow }) 83 | value | {overflow: [TextOverflow](ts-appendix-enums.md#textoverflow)} | 是 | 文本超长时的显示方式。<b… 473 当overflow设置为TextOverflow.MARQUEE时,设置selection属性不生效。 529 当overflow设置为TextOverflow.MARQUEE时,该功能不会生效。 1204 .textOverflow({ overflow: TextOverflow.Clip }) 1210 .textOverflow({ overflow: TextOverflow.Ellipsis }) 1216 Text('This is the text with the text overflow set marquee') 1217 .textOverflow({ overflow: TextOverflow.MARQUEE }) 1223 .textOverflow({ overflow: TextOverflow.Ellipsis }) 1282 .textOverflow({ overflow: TextOverflow.Ellipsis }) [all …]
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/ |
H A 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
|
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/ |
H A 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
|
/ohos5.0/foundation/communication/dsoftbus/tests/core/connection/wifi_direct_cpp/processor/ |
H A D | p2p_v1_fuzz_helper.h | 28 static int FuzzCommonEnum(int max, int overflow) in FuzzCommonEnum() argument 32 return value % (max + overflow); in FuzzCommonEnum()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | stack_model_impl.cpp | 53 void StackModelImpl::SetOverflow(Overflow overflow) in SetOverflow() argument 57 stack->SetOverflow(overflow); in SetOverflow()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/buffer/ |
H A D | window.rs | 43 let (curr, overflow) = self.size.overflowing_add(size as i32); in increase_size() 44 if overflow { in increase_size()
|
/ohos5.0/docs/zh-cn/device-dev/kernel/ |
H A D | kernel-mini-memory-lms.md | 6 LMS(Lite Memory Sanitizer)是一种实时检测内存操作合法性的调测工具。LMS能够实时检测缓冲区溢出(buffer overflow),释放后使用(use after free)… 129 …PRINTK("str[%2d]=0x%2x ", INDEX_MAX, str[INDEX_MAX]); /* trigger heap overflow at str[INDEX_MAX] */ 174 [ERR][TestLmsTsk]Heap buffer overflow error detected 284 - Heap buffer overflow堆内存越界
|
/ohos5.0/foundation/communication/wifi/wifi/base/cRPC/ |
H A 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
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/memory/ |
H A D | rs_memory_snapshot.cpp | 99 uint64_t warning, uint64_t overflow, uint64_t totalSize) in InitMemoryLimit() argument 104 singleCpuMemoryLimit_ = overflow; in InitMemoryLimit()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/src/animation/ |
H A 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()
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-common-components-text-display.md | 139 .textOverflow({ overflow: TextOverflow.None }) 146 .textOverflow({ overflow: TextOverflow.Ellipsis }) 153 .textOverflow({ overflow: TextOverflow.MARQUEE }) 363 .textOverflow({ overflow: TextOverflow.Ellipsis }) 385 .textOverflow({ overflow: TextOverflow.Ellipsis }) 406 .textOverflow({ overflow: TextOverflow.Ellipsis }) 427 .textOverflow({ overflow: TextOverflow.Ellipsis })
|
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | process_dumper.cpp | 161 size_t overflowOffset = offsetof(FdTable, overflow); in FillFdsaninfo() 162 uintptr_t overflow = 0; in FillFdsaninfo() local 164 if (DfxMemory::ReadProcMemByPid(nsPid, tmp, &overflow, sizeof(overflow)) != sizeof(overflow)) { in FillFdsaninfo() 167 if (!overflow) { in FillFdsaninfo() 172 if (DfxMemory::ReadProcMemByPid(nsPid, overflow, &overflowLength, sizeof(overflowLength)) in FillFdsaninfo() 181 uint64_t address = overflow + offsetof(FdTableOverflow, entries); in FillFdsaninfo()
|