Home
last modified time | relevance | path

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

/misc/config_tools/configurator/pyodide/
A DupdateSchema.py36 def update(self): member in GenerateSchema
41 return convert_result(GenerateSchema(board, scenario).update())
/misc/packaging/
A D100_ACRN9 elif [ -f /usr/lib/grub/update-grub_lib ]; then
10 . /usr/lib/grub/update-grub_lib
A Dacrn-kernel.postinst34 update-grub
A Dacrn-hypervisor.postinst133 update-grub
/misc/config_tools/board_inspector/
A Dboard_inspector.py145 pbar.update(10)
178 pbar.update(10)
189 pbar.update(30)
191 pbar.update(10)
203 pbar.update(10)
/misc/config_tools/configurator/packages/configurator/src/pages/Config/
A DNewBoard.vue43 this.$emit('update:showModal', false)
46 this.$emit('update:showModal', false)
/misc/config_tools/configurator/packages/configurator/src/pages/Config/Scenario/
A DOverwriteMessage.vue49 this.$emit('update:showModal', false)
52 this.$emit('update:showModal', false)
A DSaveScenario.vue42 this.$emit('update:showModal', false)
A DNewScenario.vue96 this.$emit('update:showModal', false)
99 this.$emit('update:showModal', false)
/misc/config_tools/scenario_config/
A Delementpath_overlay.py146 context.counter_example.update(kvlist)
148 context.counter_example.update(private_context.counter_example)
163 private_context.variables.update(x for x in zip(varnames, results))
A Dscenario_cfg_gen.py61 scenario_item_values.update(scenario_cfg_lib.avl_vuart_ui_select(scenario_info))
88 scenario_cfg_lib.ERR_LIST.update(hv_cfg_lib.ERR_LIST)
179 scenario_cfg_lib.ERR_LIST.update(hv_cfg_lib.ERR_LIST)
A Dscenario_item.py410 scenario_cfg_lib.ERR_LIST.update(err_dic)
/misc/services/acrn_manager/
A Dacrnctl.h35 unsigned long update; /* update count, remove a vm if no update for it */ member
A Dacrn_vm_ops.c172 vm->update = update_count; in _scan_alive_vm()
259 vm->update = update_count; in _scan_added_vm()
270 if (vm->update == update_count) { in _remove_dead_vm()
A DREADME.rst119 update the backend file.
/misc/config_tools/static_allocators/
A Dintx.py125 irqs.update(set(map(int, res.get("int").split(", "))))
216 conflicts[irq][vm1].update(set(irq_allocation[vm1][irq]))
217 conflicts[irq][vm2].update(set(irq_allocation[vm2][irq]))
/misc/sample_application/image_builder/
A Dsetup_rt_vm.sh20 apt update -y
A Dsetup_hmi_vm.sh15 apt update -y
/misc/config_tools/scenario_config/jsonschema/
A Dconverter.py163 js_ele.update(opts)
218 js_st.update(self.xsa2jsa(restriction))
269 temp_obj.update(self.get_tester(possible_type))
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/CAT/
A DHexBlockRangeSelector.vue43 this.$emit("update:modelValue", configurator.cat.rangeToHex(value, this.max))
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A DCAT.vue238 formDataProxy(name, data = null, update = false) {
260 // if data is not empty, set value as expected and update CAT_INFO
261 if (update) {
282 // do update
/misc/config_tools/hv_config/
A Dboard_defconfig.py31 hv_cfg_lib.ERR_LIST.update(err_dic)
/misc/config_tools/configurator/packages/configurator/src/lib/
A Dacrn.ts141 formDataProxy(name, data = null, update = false) {
164 if (update) {
/misc/config_tools/board_inspector/acpiparser/aml/
A Dparser.py400 self.__decoder.update(globals()[opt].decoder)
/misc/config_tools/configurator/packages/configurator/src/pages/
A DConfig.vue172 // update the info in title

Completed in 44 milliseconds