| /misc/config_tools/board_inspector/acpiparser/ |
| A D | prt.py | 11 if isinstance(self.source, context.DeviceDecl): 12 s = self.source.name 14 s = str(self.source) 21 source = x.elements[2] 22 if isinstance(source, datatypes.Device): 23 source = source.get_sym() 24 elif isinstance(source, datatypes.Integer): 25 source = source.get() 27 source = "unknown" 30 return PRTMappingPackage(address, pin, source, source_index)
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.lock | 27 source = "registry+https://github.com/rust-lang/crates.io-index" 36 source = "registry+https://github.com/rust-lang/crates.io-index" 42 source = "registry+https://github.com/rust-lang/crates.io-index" 51 source = "registry+https://github.com/rust-lang/crates.io-index" 57 source = "registry+https://github.com/rust-lang/crates.io-index" 66 source = "registry+https://github.com/rust-lang/crates.io-index" 72 source = "registry+https://github.com/rust-lang/crates.io-index" 81 source = "registry+https://github.com/rust-lang/crates.io-index" 87 source = "registry+https://github.com/rust-lang/crates.io-index" 107 source = "registry+https://github.com/rust-lang/crates.io-index" [all …]
|
| /misc/config_tools/configurator/pyodide/ |
| A D | loadBoard.py | 25 def get_enum(source, options, option_names, obj_type): argument 26 elements = [str(x) for x in elementpath.select(source, options) if x] 27 element_names = [str(x) for x in elementpath.select(source, option_names) if x] 39 function, source = [ 47 enum = function(source, selector, name_selector, obj_type)
|
| /misc/packaging/ |
| A D | gen_acrn_deb.py | 128 source = deb_info[i]['source'] 132 source = cur_dir + source 134 if os.path.exists(source): 136 run_command('cp %s %s' % (source, target), cur_dir) 139 run_command('cp %s %s' % (source, target), cur_dir)
|
| /misc/ |
| A D | README.rst | 4 The open source `Project ACRN`_ defines a device hypervisor reference stack and 10 This folder holds the source to a number of tools that facilitate the
|
| /misc/config_tools/board_inspector/extractors/ |
| A D | 50-acpi-namespace.py | 395 source = getattr(item, "resource_source", None) 396 if source: 397 source = source.decode("ascii") 399 … peer_device = namespace.lookup_symbol(namespace.normalize_namepath(source), device_path).name 541 if isinstance(mapping.source, int): 542 …assert mapping.source == 0, "A _PRT mapping package should not contain a byte of non-zero as sourc… 544 elif isinstance(mapping.source, context.DeviceDecl): 545 … prt_info[mapping.address][mapping.pin] = (mapping.source.name, mapping.source_index) 560 add_child(mapping_element, "mapping", pin=pin_names[pin], source=str(info)) 562 … add_child(mapping_element, "mapping", pin=pin_names[pin], source=info[0], index=str(info[1]))
|
| /misc/config_tools/static_allocators/ |
| A D | intx.py | 129 source = res.get("source", None) 130 if source is not None: 131 if source.isdigit(): 133 irqs.add(int(source))
|
| /misc/hv_prebuild/ |
| A D | README.rst | 11 This folder holds the source to a tool that is used to ensure that the
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | context.py | 73 def __init__(self, name, source, tree): argument 76 self.source = source
|
| A D | interpreter.py | 482 source = self.interpret(tree.children[0]) 483 if source is not None: 486 target.set(ObjectReference(source))
|
| A D | parser.py | 441 source = tree.SourceObject.value 443 sym = AliasDecl(alias, source, tree)
|
| /misc/services/life_mngr/ |
| A D | COPYING.MinGW-w64-runtime.txt | 17 This license has been certified as open source. It has also been designated 20 Redistribution and use in source and binary forms, with or without 23 1. Redistributions in source code must retain the accompanying copyright 83 Redistribution and use in source and binary forms, with or without 86 1. Redistributions of source code must retain the above copyright 227 are prominent maked in source. Their copyright belongs to contributors and
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/utils/ |
| A D | utils.js | 140 a.source === b.source
|
| /misc/config_tools/configurator/ |
| A D | yarn.lock | 511 source-map "^0.6.1" 535 source-map "^0.6.1" 910 source-map-js "^1.2.1" 962 source-map-js ">=0.6.2 <2.0.0" 976 "source-map-js@>=0.6.2 <2.0.0", source-map-js@^1.2.1: 978 …resolved "https://mirrors.cloud.tencent.com/npm/source-map-js/-/source-map-js-1.2.1.tgz#1ce5650fdd… 981 source-map@^0.6.1: 983 …resolved "https://mirrors.cloud.tencent.com/npm/source-map/-/source-map-0.6.1.tgz#74722af32e9614e9…
|
| /misc/debug_tools/acrn_log/ |
| A D | README.rst | 100 directory. To build and install the tool from source, run these commands:
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/ |
| A D | LICENSE.vue-json-schema-form | 27 including but not limited to software source code, documentation 28 source, and configuration files. 56 communication on electronic mailing lists, source code control systems,
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/ |
| A D | CAT.vue | 149 function count(source, target) { 150 return (source.match(new RegExp(target, 'g')) || []).length;
|
| /misc/config_tools/configurator/packages/configurator/src/lib/ |
| A D | acrn.ts | 11 function count(source, target) { 12 return (source.match(new RegExp(target, 'g')) || []).length;
|
| /misc/debug_tools/acrn_crashlog/ |
| A D | README.rst | 149 The source code structure:
|
| /misc/config_tools/scenario_config/ |
| A D | validator.py | 151 variables = {k.obj.source.strip("$"): v for k,v in counter_example.items()}
|
| /misc/debug_tools/acrn_trace/ |
| A D | README.rst | 150 The source files for ``acrntrace`` are in the ``misc/debug_tools/acrn_trace``
|