Searched refs:Snippets (Results 1 – 9 of 9) sorted by relevance
74 class Snippets(UserDict): class95 def __init__(self, snippets: Snippets, out_file): argument225 def process_snippets(args: argparse.Namespace) -> Snippets:232 snippets = Snippets(requested=args.snippets)241 def find_snippets_in_roots(requested_snippets, snippet_roots) -> Snippets:248 snippets = Snippets(requested=requested_snippets)257 def process_snippets_in(root_dir: Path, snippets: Snippets) -> None: argument314 def check_for_errors(snippets: Snippets) -> None: argument324 def write_cmake_out(snippets: Snippets, cmake_out: Path) -> None: argument
3 Snippets chapter6 Snippets are a way to save build system settings in one place, and then use
3 Using Snippets11 Snippets have names. You use snippets by giving their names to the build
1 Writing Snippets10 Snippets are defined using YAML files named :file:`snippet.yml`.101 Snippets are processed in the order they are listed in the :makevar:`SNIPPET`
1 Snippets Design
5 # Snippets support
513 # Snippets have higher precedence than environment, but lower than CMake cache.
698 :ref:`Snippets <snippets>` are supported in twister for test cases that
33 * Added Snippets: Support common configuration settings that can be used across