Searched refs:cache (Results 1 – 14 of 14) sorted by relevance
/scripts/tests/twister/ |
A D | test_cmakecache.py | 193 item = cache._entries.popitem() 206 good_val = cache.get('DUMMY_NAME') 210 bad_val = cache.get('ANOTHER_NAME') 242 res = cache.get_list('DUMMY_NAME') if \ 243 correct_get else cache.get_list('ANOTHER_NAME') 255 assert len(list(cache.__iter__())) == 1 257 cache.__setitem__( 262 assert cache.__contains__('ANOTHER_NAME') 265 cache.__delitem__('ANOTHER_NAME') 267 assert not cache.__contains__('ANOTHER_NAME') [all …]
|
A D | test_runner.py | 677 cache = [cache_elem] 678 return cache
|
/scripts/west_commands/ |
A D | build_helpers.py | 132 cache = zcmake.CMakeCache.from_build_dir(path) 134 cache = {} 136 if 'ZEPHYR_BASE' in cache or 'ZEPHYR_TOOLCHAIN_VARIANT' in cache:
|
A D | run_common.py | 267 cache = load_cmake_cache(build_dir, user_args) 276 for directory in cache.get_list('SOC_DIRECTORIES'): 281 for directory in cache.get_list('BOARD_DIRECTORIES'): 359 cache = load_cmake_cache(build_dir, user_args) 373 cache) 603 def use_runner_cls(command, board, args, runners_yaml, cache): argument 617 if 'BOARD_DIR' in cache: 618 board_cmake = Path(cache['BOARD_DIR']) / 'board.cmake'
|
A D | zcmake.py | 245 with open(cache_file, 'r', encoding="utf-8") as cache: 246 for line_no, line in enumerate(cache):
|
A D | sign.py | 497 cache = CMakeCache.from_build_dir(build_dir) 498 self.cmake_cache = cache 502 target = cache.get('RIMAGE_TARGET') 615 cmake_default_key = cache.get('RIMAGE_SIGN_KEY', 'key placeholder from sign.py')
|
A D | build.py | 670 cache = CMakeCache.from_build_dir(self.build_dir) 672 app_src_dir = cache.get('APPLICATION_SOURCE_DIR') 673 app_bin_dir = cache.get('APPLICATION_BINARY_DIR') 677 '-P', cache['ZEPHYR_BASE'] + '/cmake/pristine.cmake']
|
/scripts/pylib/twister/twisterlib/ |
A D | cmakecache.py | 118 with open(cache_file) as cache: 119 for line_no, line in enumerate(cache):
|
A D | runner.py | 813 cache = CMakeCache.from_file(cmake_cache_path) 815 cache = {} 817 for k in iter(cache):
|
/scripts/pylib/pytest-twister-harness/ |
A D | .gitignore | 33 .cache
|
/scripts/west_commands/completion/ |
A D | west-completion.zsh | 145 '--name-cache[name-based cache]:name cache folder:_directories' 146 '--path-cache[path-based cache]:path cache folder:_directories'
|
A D | west-completion.fish | 286 set -l cache_file $cache_folder/fish_boards_completion.cache 357 …west_seen_subcommand_from update" -l name-cache -ra "(__zephyr_west_complete_directories)" -d "nam… 358 …west_seen_subcommand_from update" -l path-cache -ra "(__zephyr_west_complete_directories)" -d "pat…
|
/scripts/west_commands/runners/ |
A D | nrf_common.py | 58 @functools.cache
|
/scripts/ |
A D | spelling.txt | 304 chache||cache
|
Completed in 25 milliseconds