Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/tools/process_dump/
Dopen_files.cpp43 _Atomic(struct FdTableOverflow*) overflow;
114 size_t overflowOffset = offsetof(FdTable, overflow); in FillFdsaninfo()
115 uintptr_t overflow = 0; in FillFdsaninfo() local
117 if (ReadProcMemByPid(nsPid, tmp, &overflow, sizeof(overflow)) != sizeof(overflow)) { in FillFdsaninfo()
120 if (!overflow) { in FillFdsaninfo()
125 …if (ReadProcMemByPid(nsPid, overflow, &overflowLength, sizeof(overflowLength)) != sizeof(overflowL… in FillFdsaninfo()
133 uint64_t address = overflow + offsetof(FdTableOverflow, entries); in FillFdsaninfo()
/base/request/request/common/netstack_rs/src/
Dinfo.rs210 let overflow = self.used - total; in update_total_size() localVariable
212 return Some(overflow); in update_total_size()
249 if let Some(overflow) = self.list_size.update_total_size(total) { in update_total_size()
250 for _i in 0..overflow { in update_total_size()
/base/hiviewdfx/hichecker/test/scripts/reports/assets/
Dstyle.css109 overflow-y: scroll;
156 overflow: hidden;
165 overflow: hidden;
/base/hiviewdfx/hitrace/test/scripts/reports/assets/
Dstyle.css109 overflow-y: scroll;
156 overflow: hidden;
165 overflow: hidden;
/base/hiviewdfx/hidumper/test/scripts/reports/assets/
Dstyle.css109 overflow-y: scroll;
156 overflow: hidden;
165 overflow: hidden;
/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/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/
DwatchNotificationDialog.ets117 .textOverflow({overflow: TextOverflow.MARQUEE})
147 .textOverflow({overflow: TextOverflow.MARQUEE})
DtvNotificationDialog.ets101 .textOverflow({overflow: TextOverflow.Ellipsis})
DcarNotificationDialog.ets106 .textOverflow({overflow: TextOverflow.Ellipsis})
DpcNotificationDialog.ets138 .textOverflow({overflow: TextOverflow.Ellipsis})
DnotificationDialog.ets145 .textOverflow({overflow: TextOverflow.Ellipsis})
/base/tee/tee_os_kernel/user/system-services/chcore-libc/libchcore/porting/patches/src/malloc/oldmalloc/
Dmalloc.c.patch600 - /* Crash on corrupted footer (likely from buffer overflow) */
674 + /* Crash on corrupted footer (likely from buffer overflow) */
730 - /* Crash on corrupted footer (likely from buffer overflow) */
778 + /* Crash on corrupted footer (likely from buffer overflow) */
896 - * and header overhead will not overflow and will leave a nonzero
908 + * and header overhead will not overflow and will leave a nonzero
/base/update/update_app/product/oh/base/src/main/ets/pages/
DcurrentVersion.ets104 .textOverflow({ overflow: TextOverflow.Ellipsis })
DnewVersion.ets295 .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/tee/tee_os_kernel/
DMakefile72 -Wstrict-overflow=1 -Wstrict-aliasing=2 \
/base/usb/usb_manager/frameworks/dialog/dialog_ui/usb_right_dialog/src/main/ets/components/
Ddialog.ets131 .textOverflow({ overflow: TextOverflow.Ellipsis })
574 .textOverflow({ overflow: TextOverflow.Ellipsis })
594 .textOverflow({ overflow: TextOverflow.Ellipsis })
/base/tee/tee_os_kernel/user/system-services/chcore-libc/libchcore/porting/patches/ldso/
Ddynlink.c.patch3153 - * instead of risking stack overflow. */
3213 + * instead of risking stack overflow. */