Lines Matching full:information
115 (or not) warning about missing the information about
215 raise TwisterRuntimeError(f"{self.elf_filename} has no symbol information")
223 """Calculate RAM and ROM usage and information about issues by section"""
312 """Find the offset from which the information about the memory footprint is read.
315 @return Offset with information about the memory footprint (int)
321 # Pattern to first line with information about memory footprint
329 # If the file does not contain information about memory footprint, the warning is raised.
332 msg="Information about memory footprint for this test configuration is not found."
342 @return Lines with information about memory footprint (list[str])
362 @param text_lines (list[str]) Lines with useful information.
363 @return Cleared text lines with information (list[str])
370 @param lines (list[list[str]]) Lines with information about memory footprint.
392 @param data_lines (list[list[str]]) Lines with information about memory footprint.
399 msg="Incomplete information about memory footprint."
435 """Create table with information about memory footprint.
437 @return Table with information about memory usage (list[list[str]])
447 # Clean lines and separate information to columns
469 msg="Missing information about memory footprint."