Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 38) sorted by relevance

12

/misc/config_tools/board_inspector/inspectorlib/
A Dexternal_tools.py15 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 Dpipeline.py37 def run(self, obj): member in PipelineStage
62 def run(self, obj): member in PipelineEngine
68 stage.run(obj)
A Dvalidator.py181 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 Dxml_loader.py16 def run(self, obj): member in XMLLoadStage
A DREADME1 Please run scenario_cfg_gen.py to generate board related configuration files.
A Dlxml_loader.py17 def run(self, obj): member in LXMLLoadStage
A Ddefault_populator.py70 def run(self, obj): member in DefaultValuePopulatingStage
89 pipeline.run(obj)
A Dschema_slicer.py151 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 DREADME.md4 set this magic var can resolve python relative import error when we direct run it.
12 run script will call this function,
A DvalidateBoardStructure.py38 pipeline.run(obj)
A DvalidateScenarioStructure.py40 pipeline.run(obj)
A DvalidateScenario.py49 pipeline.run(obj)
A DpopulateDefaultValues.py39 pipeline.run(obj)
/misc/config_tools/board_inspector/
A DREADME5 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 Dboard_inspector.py46 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 DCargo.toml8 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 DREADME.rst20 To build and run the applications, copy this repo to your VMs, run make in the
/misc/config_tools/board_inspector/legacy/
A Dparser_lib.py107 res = external_tools.run(cmd)
145 res = external_tools.run(cmd)
/misc/config_tools/board_config/
A DREADME1 Please run board_cfg_gen.py to generate board related configuration files.
/misc/config_tools/configurator/packages/configurator/src-tauri/src/
A Dmain.rs26 .run(tauri::generate_context!()) in main()
/misc/config_tools/service_vm_config/
A DREADME1 Please run serial_config.py to generate serial configuration file for service VM.
/misc/sample_application/image_builder/
A DREADME.rst32 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 DREADME1 Please run launch_cfg_gen.py to generate board related configuration files.
/misc/debug_tools/acrn_trace/
A DREADME.rst95 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 Dhistapp.py95 app.run(host="0.0.0.0", port=80, debug=False)

Completed in 22 milliseconds

12