Searched full:section_name (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/static_core/tests/tests-u-runner-2/runner/sts_utils/ |
| D | file_structure.py | 118 section_name = sub_dir.name.replace("_", " ").title() 119 right_space = 90 - len(left_space) - len(section_index) - len(section_name) 121 __LOGGER.all(", ".join([left_space, section_index, section_name, "." * right_space, "\n"]))
|
| /arkcompiler/runtime_core/static_core/verification/ |
| D | messages.yaml | 654 args: section_name 655 message: Wrong debug breakpoints section '${section_name}'. 659 args: section_name, expected_sections 661 Wrong debug verifier options section '${section_name}', expected [${expected_sections}]. 670 args: option, section_name, expected_options 672 Wrong option '${option}' for section '${section_name}', expected [${expected_options}].
|