Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 44) sorted by relevance

12

/misc/config_tools/scenario_config/
A Dpipeline.py12 self.set(k, v)
14 def set(self, tag, data): member in PipelineObject
33 …consumes = set() # Data consumed by this stage. Consumed data will be unavailable to later …
34 uses = set() # Data used but not consumed by this stage.
35 provides = set() # Data provided by this stage.
43 self.initial_data = set(initial_data)
44 self.available_data = set(initial_data)
47 consumes = stage.consumes if isinstance(stage.consumes, set) else {stage.consumes}
48 uses = stage.uses if isinstance(stage.uses, set) else {stage.uses}
49 provides = stage.provides if isinstance(stage.provides, set) else {stage.provides}
[all …]
A Dschema_slicer.py68 element_node.set("type", sliced_type_name)
76 element_node.set("type", sliced_type_name)
104 new_type_node.set("name", sliced_type_name)
170 node.set("type", slicers[0].get_name_of_slice(vm_type_name))
172 node.set("type", slicers[1].get_name_of_slice(vm_type_name))
174 node.set("type", slicers[2].get_name_of_slice(vm_type_name))
176 obj.set("schema_etree", schema_etree)
221 obj.set("schema_etree", schema_etree)
A Ddefault_populator.py32 default_values = set(eval(defaults))
33 …existing_values = set(elementpath.select(self.xml_etree, unique_among, variables={"parent": xml_pa…
74 obj.set("scenario_etree", etree)
A Dvalidator.py158 exprs = set(expr_regex.findall(description))
183 obj.set("validator", validator)
191 obj.set("validator", validator)
202 obj.set("syntactic_errors", errors)
210 obj.set("semantic_errors", errors)
231 obj.set("nr_all_errors", nr_critical + nr_error + nr_warning)
234 pipeline_obj.set("board_path", board_xml)
235 pipeline_obj.set("scenario_path", scenario_xml)
A Dxml_loader.py19 obj.set(self.provides, etree)
A Dlxml_loader.py21 obj.set(self.provides, etree)
/misc/config_tools/configurator/pyodide/
A DREADME.md3 Every file must set `__package__ = 'configurator.pyodide'` before import,
4 set this magic var can resolve python relative import error when we direct run it.
13 so please set script default params in this function
A DupdateSchema.py37 return sorted(list(set(self.pcis) - set(self.schemas)))
A DloadScenario.py39 array_keys = list(set(array_keys))
40 int_keys = list(set(int_keys))
/misc/config_tools/board_inspector/extractors/
A D60-pci.py139 device_node.set("id", device_id)
164 resource_node.set("id", f"bar{idx}")
166 resource_node.set("width", "32")
167 resource_node.set("prefetchable", str(bar.prefetchable))
169 resource_node.set("width", "64")
170 resource_node.set("prefetchable", str(bar.prefetchable))
203 resource_node.set("id", f"bar{idx}")
205 resource_node.set("width", "32")
208 resource_node.set("width", "64")
239 res_node.set("source", mapping[0].get("source"))
[all …]
A D80-lookup.py111 element.set("description", desc)
114 element.set("description", f"{bus_id:02x}:{dev_id:02x}.{func_id} {desc}")
116 element.set("description", f"{bus_id:02x}:{dev_id:02x}.{func_id}")
A D50-acpi-namespace.py26 device_deps = defaultdict(lambda: defaultdict(lambda: set())) # device_path -> dep_type -> {dev…
80 next_element.set("type", typ)
84 element.set("id", hid)
243 self.to_visit = set([self.tree_under_analysis])
245 visited = set()
446 element.set("type", buses[hid])
483 element.set("description", desc)
498 element.set("address", hex(adr) if isinstance(adr, int) else adr)
509 element.set("address", bus_number)
A Dhelpers.py13 child.set(k, v)
A D10-processors.py30 n.set("id", topo_id)
48 n.set("description", re.sub('[^!-~]+', ' ', brandstring.decode()).strip())
/misc/config_tools/static_allocators/
A Dintx.py121 irqs = set()
125 irqs.update(set(map(int, res.get("int").split(", "))))
148 …device_nodes = set(board_etree.xpath("//device[count(resource[@type='irq' or @type='interrupt_pin'…
149 uart_nodes = set(board_etree.xpath("//device[@id='PNP0501']"))
188 conflicts = defaultdict(lambda: defaultdict(lambda: set())) # irq -> vm_id -> devices
214 common_irqs = set(irq_allocation[vm1].keys()) & set(irq_allocation[vm2].keys())
216 conflicts[irq][vm1].update(set(irq_allocation[vm1][irq]))
217 conflicts[irq][vm2].update(set(irq_allocation[vm2][irq]))
A Dcpu_affinity.py23 cpus_for_sos = list(set(sos_extend_all_cpus) - set(pre_all_cpus))
A Ds5_vuart.py68 vm_port_list[vm_id] = list(set(vm_port_list[vm_id]) - set(tmp_list))
A Dgpa.py218 …used_bar_index = set(bar_32bits_idx_list + bar_64bits_idx_list_1 + bar_64bits_idx_list_2 + bar_io_…
234 …secondary_pci_windows = list(set(AddrWindow(int(node.get('min'), 16), int(node.get('max'), 16)) fo…
322 low_mem = set()
323 high_mem = set()
336 io_port_range_list = set()
/misc/config_tools/board_inspector/acpiparser/aml/
A Ddatatypes.py17 def set(self, obj): member in Object
161 def set(self, value): member in Buffer
205 self.__index_register.set(Integer(byte_idx, 8))
220 def set(self, obj): member in BufferField
262 def set(self, obj): member in Integer
315 def set(self, obj, index=None): member in ObjectReference
386 self.__writable_fields = set()
444 def set(self, obj): member in String
A Dinterpreter.py51 def set(self, obj): member in ConcreteInterpreter.LocalVariable
418 target.set(res)
461 target.set(result)
477 target.set(result)
495 obj.set(Integer(obj.get() - 1))
519 target.set(res)
533 target.set(ret)
607 target.set(ret)
643 target.set(obj)
654 target.set(result)
[all …]
/misc/hv_prebuild/
A DREADME.rst7 defined before building the binaries. Those configuration elements are set
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DCAT.vue174 set(value) {
182 set(value) {
190 set(value) {
253 // set to checkbox default value
256 // if data is not empty, set value
260 // if data is not empty, set value as expected and update CAT_INFO
/misc/
A DREADME.rst14 You can find out more about Project ACRN and its set of tools on the
/misc/config_tools/configurator/packages/configurator/src/pages/
A DWelcome.vue5 ACRN Configurator helps you set up and customize your ACRN hypervisor and VMs.
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT/
A DHexBlockRangeSelector.vue35 set(value) {

Completed in 862 milliseconds

12