Lines Matching full:none
12 's': None, 'c': None},
14 's': 'source_dir', 'c': None},
16 's': 'source_dir', 'c': None},
26 's': None, 'c': None},
28 's': None, 'c': ['--']},
30 's': None, 'c': ['cmake_opt']},
32 's': None, 'c': ['cmake_opt', 'cmake_opt2']},
34 's': None, 'c': ['cmake_opt', 'cmake_opt2', '--']},
36 's': None, 'c': ['cmake_opt', 'cmake_opt2', '--', 'tool_opt']},
38 's': None, 'c': ['cmake_opt', 'cmake_opt2', '--', 'tool_opt',
42 's': None, 'c': ['cmake_opt', 'cmake_opt2', '--', 'tool_opt', 'tool_opt2',
46 ARGS = Namespace(board=None, build_dir=None, cmake=False, command='build',
47 force=False, help=None, target=None, verbose=3, version=False,
48 zephyr_base=None)