| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | external_tools.py | 15 def run(command, **kwargs): function 21 return subprocess.run([full_path] + command[1:], **kwargs) 53 result = run(["which", "-a", name])
|
| /misc/config_tools/scenario_config/ |
| A D | pipeline.py | 37 def run(self, obj): member in PipelineStage 62 def run(self, obj): member in PipelineEngine 68 stage.run(obj)
|
| A D | validator.py | 181 def run(self, obj): member in ValidatorConstructionStage 189 def run(self, obj): member in ValidatorConstructionByFileStage 200 def run(self, obj): member in SyntacticValidationStage 208 def run(self, obj): member in SemanticValidationStage 216 def run(self, obj): member in ReportValidationResultStage 236 validation_pipeline.run(pipeline_obj) 286 validator_construction_pipeline.run(obj)
|
| A D | xml_loader.py | 16 def run(self, obj): member in XMLLoadStage
|
| A D | README | 1 Please run scenario_cfg_gen.py to generate board related configuration files.
|
| A D | lxml_loader.py | 17 def run(self, obj): member in LXMLLoadStage
|
| A D | default_populator.py | 70 def run(self, obj): member in DefaultValuePopulatingStage 89 pipeline.run(obj)
|
| A D | schema_slicer.py | 151 def run(self, obj): member in SlicingSchemaByVMTypeStage 204 def run(self, obj): member in SlicingSchemaByViewStage 234 pipeline.run(obj)
|
| /misc/config_tools/configurator/pyodide/ |
| A D | README.md | 4 set this magic var can resolve python relative import error when we direct run it. 12 run script will call this function,
|
| A D | validateBoardStructure.py | 38 pipeline.run(obj)
|
| A D | validateScenarioStructure.py | 40 pipeline.run(obj)
|
| A D | validateScenario.py | 49 pipeline.run(obj)
|
| A D | populateDefaultValues.py | 39 pipeline.run(obj)
|
| /misc/config_tools/board_inspector/ |
| A D | README | 5 board_name : the name of board that run ACRN hypervisor, like apl-up2/nuc7i7dnb. It will be used as… 8 Please run this script under native Linux environment with root privilege.
|
| A D | board_inspector.py | 46 res = external_tools.run("cpuid -v") 64 res = external_tools.run("update-pciids -q", stderr=subprocess.DEVNULL) 160 …subprocess.run([sys.executable, legacy_parser, args.board_name, "--out", board_xml], check=True, e…
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/ |
| A D | Cargo.toml | 8 default-run = "acrn-configurator" 33 # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
|
| /misc/sample_application/ |
| A D | README.rst | 20 To build and run the applications, copy this repo to your VMs, run make in the
|
| /misc/config_tools/board_inspector/legacy/ |
| A D | parser_lib.py | 107 res = external_tools.run(cmd) 145 res = external_tools.run(cmd)
|
| /misc/config_tools/board_config/ |
| A D | README | 1 Please run board_cfg_gen.py to generate board related configuration files.
|
| /misc/config_tools/configurator/packages/configurator/src-tauri/src/ |
| A D | main.rs | 26 .run(tauri::generate_context!()) in main()
|
| /misc/config_tools/service_vm_config/ |
| A D | README | 1 Please run serial_config.py to generate serial configuration file for service VM.
|
| /misc/sample_application/image_builder/ |
| A D | README.rst | 32 To build the VM image for graphical HMI, run the following command under this 44 To build the VM image for running real-time applications, run the following
|
| /misc/config_tools/launch_config/ |
| A D | README | 1 Please run launch_cfg_gen.py to generate board related configuration files.
|
| /misc/debug_tools/acrn_trace/ |
| A D | README.rst | 95 data to your development computer (Linux system), and run the analysis tool. 133 #. On the development computer, run the provided Python3 script to analyze, for 151 directory. To build and install ``acrntrace``, run these commands: 159 ``acrnalyze.py`` tool needs to be copied to and run on your development
|
| /misc/sample_application/uservm/ |
| A D | histapp.py | 95 app.run(host="0.0.0.0", port=80, debug=False)
|