Home
last modified time | relevance | path

Searched refs:load (Results 1 – 25 of 72) sorted by relevance

123

/scripts/tests/twister/
A Dtest_config_parser.py69 parser.load()
95 parser.load()
179 parser.load()
197 parser.load()
A Dtest_twister.py39 data.load()
59 data.load()
A Dtest_hardwaremap.py169 mocked_hm.load = mock.Mock(side_effect=mock_load)
198 mocked_hm.load.assert_called_once_with(
308 hm.load(map_filename)
667 mocked_hm.load = mock.Mock()
A Dtest_platform.py121 platform.load('dummy.yaml')
/scripts/footprint/
A Dfpdiff.py42 data1 = json.load(f)
45 data2 = json.load(f)
/scripts/tests/twister_blackbox/
A Dtest_testplan.py76 j = json.load(f)
107 j = json.load(f)
141 j = json.load(f)
A Dtest_config.py50 j = json.load(f)
85 j = json.load(f)
A Dtest_filter.py115 j = json.load(f)
143 j = json.load(f)
171 j = json.load(f)
272 j = json.load(f)
A Dtest_footprint.py78 j = json.load(f)
140 j = json.load(f)
165 j = json.load(f)
205 j = json.load(f)
274 j = json.load(f)
347 j = json.load(f)
444 j = json.load(f)
A Dtest_shuffle.py68 j = json.load(f)
A Dtest_testlist.py68 j = json.load(f)
/scripts/
A Dlist_shields.py23 shield_schema = yaml.load(f.read(), Loader=SafeLoader)
81 shield_data = yaml.load(f.read(), Loader=SafeLoader)
A Ddump_bugs_pickle.py39 return [issue for issue in pickle.load(f) if
A Dlist_hardware.py23 soc_schema = yaml.load(f.read(), Loader=SafeLoader)
29 arch_schema = yaml.load(f.read(), Loader=SafeLoader)
48 data = yaml.load(soc_yaml, Loader=SafeLoader)
218 archs = yaml.load(f.read(), Loader=SafeLoader)
/scripts/pylib/twister/twisterlib/
A Dcmakecache.py114 self.load(cache_file)
116 def load(self, cache_file): member in CMakeCache
A Dhardwaremap.py183 self.load(self.options.hardware_map)
190 self.load(self.options.hardware_map)
263 def load(self, map_file): member in HardwareMap
392 hwm = yaml.load(yaml_file, Loader=SafeLoader)
435 self.load(hwm_file)
A Dpackage.py33 jtp = json.load(json_test_plan)
A Dplatform.py93 def load(self, board, target, aliases, data, variant_data): member in Platform
284 platform.load(board, target, aliases, data, variant_data)
302 platform.load(board, target, target2aliases[target], data, variant_data={})
/scripts/ruff/
A Dgen_lint_exclude.py30 violations = json.load(sys.stdin)
/scripts/utils/
A Dtwister_to_list.py56 conf = yaml.load(p)
/scripts/schemas/twister/
A Dquarantine-schema.yaml5 # We load this with pykwalify
/scripts/pylib/twister/
A Dscl.py45 return yaml.load(f, Loader=SafeLoader)
/scripts/build/
A Dgen_iter_sections.py16 return json.load(fp)[tag]
/scripts/west_commands/
A Dzcmake.py241 self.load(cache_file)
243 def load(self, cache_file): member in CMakeCache
/scripts/dts/
A Dgen_dts_cmake.py83 edt = pickle.load(f)

Completed in 20 milliseconds

123