| /misc/config_tools/scenario_config/ |
| A D | upgrader.py | 135 parts = [p.strip() for p in text[text.find("/") + 1 :].split(",")] 156 text = node.text 158 parts = [p.strip() for p in text[text.find("/") + 1 :].split(",")] 306 node.text = block 422 new_node.text = "release" if old_data_node.text == "y" else "debug" 513 new_node.text = console_vuart.text 534 new_node.text = console_vuart.text 610 new_node.text = old_vm_type_node.text 630 etree.SubElement(new_node, "pcpu_id").text = n.text 723 new_node.text = n.text [all …]
|
| A D | config_summary.py | 25 text=text, 81 underline = char * len(text) 82 content = [text, underline] 269 vc_name = vuart_connection.find("name").text 270 vc_type = vuart_connection.find("type").text 362 load_order = vm_node.find("load_order").text 363 vm_name = vm_node.find("name").text 408 vm_name = vm_node.find("name").text 421 vm_name = vm_node.find("name").text 426 data_row = pci_device.text.split(" ", 1) [all …]
|
| A D | default_populator.py | 52 new_node.text = default_value 64 xml_empty_node.text = default_value
|
| A D | scenario_transformer.py | 72 …self.complex_type_of_element(xsd_element_node, xml_child_node) is None and not xml_child_node.text: 89 …self.complex_type_of_element(xsd_element_node, xml_child_node) is None and not xml_child_node.text:
|
| /misc/config_tools/library/ |
| A D | acrn_config_utilities.py | 207 if overwrite or not result[0].text: 208 result[0].text = str(value) 229 child.text = str(value) 301 t_flag = find_tmp_flag(leaf.text) 306 tmp.multi.pcpu_id.append(leaf.text) 395 if sub.text == None or not sub.text: 404 if leaf.text == None or not leaf.text: 498 if sub.text == None or not sub.text: 501 tmp = sub.text 509 if leaf.tag == tag_str and leaf.text and leaf.text != None: [all …]
|
| /misc/config_tools/configurator/packages/configurator/src/components/common/ |
| A D | Footer.vue | 3 <p class="text-center text-secondary"> 5 <text v-if="version">- Version {{ version }}</text>
|
| A D | ControlBar.vue | 10 … <text class="d-inline align-bottom logo-text" data-tauri-drag-region="true">Configurator</text> 78 .logo-text { 86 text-transform: uppercase;
|
| /misc/config_tools/configurator/pyodide/ |
| A D | populateDefaultValues.py | 43 vmNames = [name.text for name in etree.findall(".//vm/name")] 46 if name.text not in vmNames: 47 name.text = "" 51 o.text = 'y'
|
| A D | loadBoard.py | 88 threads = {thread.attrs['id']: thread.select_one('cpu_id').text for thread in threads} 102 capacity_mask_length = int(capacity_mask_length.text) 104 processors = [int(threads[processor.text]) for processor in processors] 110 'cache_size': int(cache.select_one('cache_size').text), 138 'BIOS_INFO': soup.select_one('BIOS_INFO').text, 139 'BASE_BOARD_INFO': soup.select_one('BASE_BOARD_INFO').text
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 10-processors.py | 122 add_child(n, "cpu_id", text=str(cpu_id)) 123 add_child(n, "apic_id", text=hex(leaf_1.initial_apic_id)) 124 add_child(n, "x2apic_id", text=hex(leaf_topo.x2apic_id)) 125 add_child(n, "family_id", text=family_id) 126 add_child(n, "model_id", text=model_id) 127 add_child(n, "stepping_id", text=hex(leaf_1.stepping)) 128 add_child(n, "core_type", text=core_type) 129 add_child(n, "native_model_id", text=native_model_id)
|
| A D | helpers.py | 9 def add_child(element, tag, text=None, **kwargs): argument 11 child.text = text
|
| A D | 20-cache.py | 42 capacity_mask_length = int(cache_node.find("ways").text) 148 family_id = thread.find("family_id").text 149 model_id = thread.find("model_id").text 150 core_type = thread.find("core_type").text 151 native_model_id = thread.find("native_model_id").text
|
| /misc/config_tools/configurator/packages/configurator/src/assets/css/ |
| A D | index.scss | 11 // text box fontsize 63 .text-pre-line { 96 text-decoration: auto; 112 text-align: center; 113 text-transform: capitalize; 148 .banner-text { 165 .text-right { 166 text-align: right;
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/utils/style/ |
| A D | baseForm.scss | 32 text-align: center; 83 text-align: left; 96 text-overflow: ellipsis; 102 text-align: left; 165 text-align: right; 200 text-align: right; 214 text-align: center; 237 text-align: right;
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/ |
| A D | style.scss | 21 text-overflow: ellipsis; 26 text-align: left;
|
| /misc/config_tools/acpi_gen/ |
| A D | asl_gen.py | 678 vdev = int(alloc_node.find("dev").text, 16) 679 vfunc = int(alloc_node.find("func").text, 16) 720 path = acpi_object.text 736 tree = parse_tree("DefDevice", bytes.fromhex(template.text)) 824 base = int(ssram_cap.find("start").text, base=16), 825 size = int(ssram_cap.find("size").text), 871 pcpu_list = board_root.find('CPU_PROCESSOR_INFO').text.strip().split(',') 892 … if pci_dev_node is not None and pci_dev_node.text is not None and pci_dev_node.text.strip(): 893 dict_passthru_devices[vm_id].append(pci_dev_node.text) 902 dict_pcpu_list[vm_id].append(int(pcpu_id.text)) [all …]
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 6 <text>Intel Resource Director Technology</text> 56 <text> 63 </text> 76 <text> 78 </text> 82 <text> 84 </text> 88 <text> 90 </text> 341 text-align: center;
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Welcome/ |
| A D | UseExisting.vue | 19 …<td><a class="ps-3 text-nowrap" style="cursor: pointer" @click="openFolder">Browse for folder…</a>… 23 <div class="py-4 text-right">
|
| A D | NewConfiguration.vue | 14 <input type="text" class="d-inline form-control" 18 <td><a class="ps-3 text-nowrap" href="#" @click="openFolder">Browse for folder…</a></td> 22 <div class="py-4 text-right">
|
| /misc/config_tools/static_allocators/ |
| A D | memory_allocator.py | 38 if int(hpa_node.text, base=16) != 0: 51 size_byte = int(size_node.text) * 0x100000 57 start_hpa.append(int(hpa_node.text, 16)) 59 size_byte = int(hpa_node.text) * 0x100000
|
| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | validator.py | 30 description = anno.elem.find("{http://www.w3.org/2001/XMLSchema}documentation").text
|
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | fsutils.h | 99 ssize_t append_file(const char *filename, const char *text, size_t tlen); 100 int replace_file_head(char *filename, char *text);
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ |
| A D | Scenario.vue | 4 <div class="py-4 text-center"> 24 … <a class="ps-3 text-nowrap" style="cursor: pointer;" @click="openScenarioFileSelectDialog"> 31 <div class="py-4 text-right">
|
| A D | Board.vue | 17 <a class="ps-3 text-nowrap" style="cursor: pointer;" 25 <div class="py-4 text-right"> 47 <div class="card-text text-pre-line">
|
| /misc/config_tools/ |
| A D | setup.cfg | 8 long_description_content_type = text/markdown
|