| /misc/config_tools/scenario_config/ |
| A D | validator.py | 35 parser.error(f"can't open {arg}: Is not a file") 46 parser.error(f"{arg} is not a valid log level") 52 "error": logging.error, 80 for error in it: 82 e = ValidationError([error.path], error.reason, "critical") 96 for error in it: 122 def get_counter_example(error): argument 123 assertion = error.validator 127 elem = error.obj 138 def format_error(unified_node, parent_map, error): argument [all …]
|
| A D | elementpath_overlay.py | 67 raise self.error('FORG0001', err) from None 69 raise self.error('XPTY0004', err) 83 raise self.error('XPTY0004', err)
|
| A D | scenario_cfg_gen.py | 138 for idx, error in enumerate(it, start=1): 139 anno = error.validator.annotation
|
| /misc/config_tools/board_inspector/inspectorlib/ |
| A D | validator.py | 15 "error": logging.error, 27 for error in it: 28 anno = error.validator.annotation
|
| A D | unpack.py | 63 except struct.error as e: 74 except struct.error as e:
|
| /misc/hv_prebuild/ |
| A D | Makefile | 6 $(error $(HV_CONFIG_H) does not exist) 10 $(error please specify BOARD for the build!) 14 $(error please specify SCENARIO for the build!) 18 $(error please specify the path to the generated checker! )
|
| A D | static_checks.c | 21 #error "VM number or VCPU number are too big" 25 #error "CONFIG_HV_RAM_START must be aligned to 2MB" 29 #error "MAX_IR_ENTRIES must in the region of [256,0x10000] and be 2^n"
|
| /misc/config_tools/configurator/packages/configurator/thirdLib/ |
| A D | tauri-plugin.ts | 50 } catch (error) { 51 console.log('folder write error:', error); 69 console.error(err)
|
| /misc/config_tools/static_allocators/ |
| A D | pio.py | 10 import lib.lib, lib.error
|
| A D | intx.py | 10 import acrn_config_utilities, board_cfg_lib, lib.error, lib.lib 43 …raise lib.error.ResourceError("Cannot allocate legacy irq, the available irq list: {}, {}".format(… 181 …raise lib.error.ResourceError(f"Pre-launched VM {vm_id} with lapic_passthrough flag cannot use int… 226 raise lib.error.ResourceError(f"VMs have conflicting interrupt lines.")
|
| A D | board_capability.py | 32 logging.error(f"MAX_PCI_BUS_NUM should be greater than {calc_pci_bus_nums}")
|
| A D | guest_flags.py | 10 import acrn_config_utilities, lib.error, lib.lib
|
| A D | bdf.py | 10 import acrn_config_utilities, lib.error, lib.lib 27 raise lib.error.ResourceError(f"Cannot find free bdf, used bdf: {sorted(used_bdf)}")
|
| A D | s5_vuart.py | 9 import acrn_config_utilities, lib.error
|
| /misc/debug_tools/acrn_crashlog/usercrash/ |
| A D | protocol.c | 69 goto error; in socket_local_client_connect() 74 goto error; in socket_local_client_connect() 79 error: in socket_local_client_connect()
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-core/src/components/ |
| A D | Widget.js | 278 error: slotProps => (slotProps.error ? h('div', { 282 title: slotProps.error 283 }, [slotProps.error]) : null),
|
| /misc/config_tools/configurator/ |
| A D | .gitignore | 6 yarn-error.log*
|
| /misc/config_tools/board_inspector/ |
| A D | board_inspector.py | 34 …parser.error(f"{values} is ill-formed. The expected format is: <capacity_mask_length:int>,<clos_nu… 75 logger.error("Board inspector is running inside an unsupported Virtual Machine (VM). " \ 121 for error in error_list: 122 print("\033[1;31m{0}\033[0m".format(error.strip('\n')))
|
| /misc/config_tools/configurator/packages/configurator/src/pages/Welcome/ |
| A D | NewConfiguration.vue | 111 .catch((error) => { 113 console.log(error) 120 console.error(err);
|
| /misc/debug_tools/acrn_trace/scripts/ |
| A D | vmexit_analyze.py | 114 except (IOError, struct.error) as e: 146 except (IOError, struct.error) as e:
|
| A D | irq_analyze.py | 57 except struct.error:
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/ |
| A D | style.scss | 18 .n-form-item-feedback--error {
|
| /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.
|
| /misc/config_tools/configurator/packages/vue-json-schema-form/vue3/vue3-form-naive/src/config/widgets/UploadWidget/ |
| A D | index.js | 102 globalProperties.$message.error('文件上传失败');
|
| /misc/config_tools/configurator/packages/configurator/src/pages/ |
| A D | Config.vue | 74 <div class="px-4" style="color: red" v-for="error in errors[activeVMID]"> 75 {{ error.message }} 450 let translate = errorType => error => { 451 error.paths.forEach(path => { 468 formErrors[vmid].push(error) 572 // show error message 573 console.log("error" + err)
|