Searched refs:table (Results 1 – 19 of 19) sorted by relevance
| /misc/config_tools/data/generic_board/generic_code/partitioned/ACPI_VM0/ |
| A D | rsdp.asl | 6 * Template for [RSDP] ACPI Table (AML byte code table)
|
| A D | mcfg.asl | 11 [0004] Signature : "MCFG" [Memory Mapped Configuration table]
|
| /misc/config_tools/data/generic_board/generic_code/partitioned/ACPI_VM1/ |
| A D | rsdp.asl | 6 * Template for [RSDP] ACPI Table (AML byte code table)
|
| A D | mcfg.asl | 11 [0004] Signature : "MCFG" [Memory Mapped Configuration table]
|
| /misc/config_tools/acpi_template/template/ |
| A D | rsdp.asl | 6 * Template for [RSDP] ACPI Table (AML byte code table)
|
| A D | tpm2.asl | 11 [0004] Signature : "TPM2" [Trusted Platform Module hardware interface table]
|
| A D | mcfg.asl | 11 [0004] Signature : "MCFG" [Memory Mapped Configuration table]
|
| /misc/config_tools/data/generic_board/generic_code/hybrid/ACPI_VM0/ |
| A D | rsdp.asl | 6 * Template for [RSDP] ACPI Table (AML byte code table)
|
| A D | mcfg.asl | 11 [0004] Signature : "MCFG" [Memory Mapped Configuration table]
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Welcome/ |
| A D | UseExisting.vue | 11 <table> 35 </table>
|
| A D | NewConfiguration.vue | 10 <table> 34 </table>
|
| /misc/config_tools/scenario_config/ |
| A D | config_summary.py | 56 def table(self, header: typing.List, data) -> None: member in Doc 129 self.doc.table(column_title, data_table) 203 self.doc.table(column_title, data_table) 257 self.doc.table(column_title, data_table) 304 self.doc.table(column_title, data_table) 348 self.doc.table(column_title1, data_table1) 351 self.doc.table(column_title2, data_table2) 354 self.doc.table(column_title3, data_table3)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ |
| A D | Scenario.vue | 15 <table> 40 </table>
|
| A D | Board.vue | 6 <table style="width: 100%;"> 36 </table>
|
| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | unpack.py | 167 def format_table(fmt, table, default='Reserved'): argument 169 return "{} ({})".format(fmt.format(value), table.get(value, default))
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | context.py | 266 def __lookup_symbol_in_parents(self, table, name): argument 270 if path in table: 271 sym = table[path]
|
| /misc/config_tools/configurator/packages/configurator/src/assets/css/ |
| A D | index.scss | 169 table {
|
| /misc/config_tools/library/ |
| A D | acrn_config_utilities.py | 647 table = {ord('[') : ord('('), ord(']') : ord(')'), ord('{') : ord('('), 656 s = s.translate(table)
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 103 <!--right table-->
|
Completed in 18 milliseconds