Home
last modified time | relevance | path

Searched full:section_name (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/plugins/ets/utils/
Dfile_structure.py116 section_name = sub_dir.name.replace("_", " ").title()
118 len(section_index) - len(section_name)
120 print(left_space, section_index, section_name, "." * right_space, "\n")
/arkcompiler/runtime_core/static_core/verification/
Dmessages.yaml654 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}].