Home
last modified time | relevance | path

Searched refs:cache (Results 1 – 14 of 14) sorted by relevance

/scripts/tests/twister/
A Dtest_cmakecache.py193 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 Dtest_runner.py677 cache = [cache_elem]
678 return cache
/scripts/west_commands/
A Dbuild_helpers.py132 cache = zcmake.CMakeCache.from_build_dir(path)
134 cache = {}
136 if 'ZEPHYR_BASE' in cache or 'ZEPHYR_TOOLCHAIN_VARIANT' in cache:
A Drun_common.py267 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 Dzcmake.py245 with open(cache_file, 'r', encoding="utf-8") as cache:
246 for line_no, line in enumerate(cache):
A Dsign.py497 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 Dbuild.py670 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 Dcmakecache.py118 with open(cache_file) as cache:
119 for line_no, line in enumerate(cache):
A Drunner.py813 cache = CMakeCache.from_file(cmake_cache_path)
815 cache = {}
817 for k in iter(cache):
/scripts/pylib/pytest-twister-harness/
A D.gitignore33 .cache
/scripts/west_commands/completion/
A Dwest-completion.zsh145 '--name-cache[name-based cache]:name cache folder:_directories'
146 '--path-cache[path-based cache]:path cache folder:_directories'
A Dwest-completion.fish286 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 Dnrf_common.py58 @functools.cache
/scripts/
A Dspelling.txt304 chache||cache

Completed in 25 milliseconds