Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_fdsan.h33 _Atomic(struct FdTableOverflow*) overflow;
Dprocess_dumper.cpp161 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()
/base/update/update_app/common/src/main/ets/component/
DCheckingDots.ets77 .textOverflow({ overflow: TextOverflow.None })
/base/useriam/face_auth/ui/Settings_FaceAuth/entry/src/main/ets/component/
DbackComponent.ets66 .textOverflow({ overflow: TextOverflow.Ellipsis })
/base/hiviewdfx/faultloggerd/
DREADME.md36 …tempts to execute a data segment. This signal may also be generated in the case of stack overflow.|
40 …rithmetic error, for example, floating-point arithmetic error, division overflow, or division by 0…
42 | 16 | SIGSTKFLT | Stack overflow | The stack overflows. …
/base/update/update_app/product/oh/base/src/main/ets/pages/
DcurrentVersion.ets104 .textOverflow({ overflow: TextOverflow.Ellipsis })
DnewVersion.ets276 .textOverflow({ overflow: TextOverflow.Ellipsis })
/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/
DpcNotificationDialog.ets140 .textOverflow({overflow: TextOverflow.Ellipsis})
DnotificationDialog.ets127 .textOverflow({overflow: TextOverflow.Ellipsis})