Home
last modified time | relevance | path

Searched refs:it (Results 1 – 22 of 22) sorted by relevance

/misc/config_tools/board_inspector/inspectorlib/
A Dvalidator.py25 it = schema.iter_errors(board_etree)
27 for error in it:
A Dunpack.py161 def f(it): argument
162 return "({})".format(", ".join(fmt_one.format(i) for i in it))
/misc/config_tools/board_inspector/acpiparser/aml/
A Dbuilder.py73 it = iter(args)
78 for arg in it:
82 aux(tree, elem, next(it))
86 aux(tree, elem, next(it))
/misc/debug_tools/acrn_trace/
A Dacrntrace.c66 struct itimerspec it; in init_timer() local
82 it.it_interval.tv_sec = timeout; in init_timer()
83 it.it_interval.tv_nsec = 0; in init_timer()
84 it.it_value.tv_sec = timeout; in init_timer()
85 it.it_value.tv_nsec = 0; in init_timer()
87 err = timer_settime(tm_id, 0, &it, NULL); in init_timer()
A DREADME.rst27 -r capture the buffered old data instead of clearing it
/misc/debug_tools/acrn_crashlog/acrnprobe/
A DREADME.rst22 The ``acrnprobe`` is launched as a service at boot. Also, it provides some basic
56 obtained. By monitoring it, ``acrnprobe`` could detect certain events
61 hypervisor. ``acrnprobe`` detects it and reports it as ``CRASH``.
64 A subtype of event. ``acrnprobe`` detects it and reports it as ``INFO``.
78 + ``crashlog`` is responsible for collecting logs and saving it locally.
99 However, it is the icing on the cake for analyzing the detailed event types
A Dconf.rst109 successfully ``acrnprobe`` will do a match for each child of it (if it has any)
154 this directory if it doesn't exist.
158 reset to 0 if it reaches the specified maximum (``maxcrashdirs``).
216 content of ``rebootreason`` is not obtained in a common way. So, it doesn't
/misc/debug_tools/acrn_crashlog/usercrash/
A DREADME.rst21 the index of the crash file). Then it sends the file descriptor (fd) to
23 and saves it in the crash file. After the saving work is done, the
59 ``usercrash-wrapper``, it will collect and reorder the parameters of the
80 server, and collecting crash information and saving it to the crash file.
/misc/config_tools/scenario_config/
A Dscenario_cfg_gen.py107 it = my_schema.iter_errors(scenario_info)
108 for idx, validation_error in enumerate(it, start=1):
137 it = datachecks_schema.iter_errors(main_etree)
138 for idx, error in enumerate(it, start=1):
A Dvalidator.py79 it = self.schema.iter_errors(scenario_etree)
80 for error in it:
95 it = self.datachecks.iter_errors(unified_node)
96 for error in it:
/misc/config_tools/configurator/pyodide/
A DREADME.md4 set this magic var can resolve python relative import error when we direct run it.
/misc/config_tools/configurator/
A DREADME.md39 you can check it by following command line:
46 If your system doesn't have git and python, you can install it by
/misc/services/life_mngr/
A DCOPYING.MinGW-w64-runtime.txt32 4. The right to distribute this software or to use it for any purpose does
213 <http://lists.debian.org/debian-legal/2004/12/msg00295.html>, it gives an
216 probably there is no problem here, although it could be good to get a
218 in MinGW runtime. At least on follow-up it is marked that debian sees the
220 from) distributes them now over 6 years, it should be fine.
232 This library is free software; you can redistribute it and/or
233 modify it under the terms of the GNU Lesser General Public
237 This library is distributed in the hope that it will be useful,
/misc/config_tools/board_inspector/
A DREADME6 board_info_file : (optional) the name of board info file. if it is not specified, a name of <board_…
/misc/config_tools/configurator/packages/configurator/src-tauri/
A DCargo.toml33 # when `tauri dev` runs it is executed with `cargo run --no-default-features` if `devPath` is an URL
/misc/debug_tools/acrn_log/
A DREADME.rst13 - log of the last running hypervisor if it crashed and the logs remain
107 and if you changed the ``acrnlog.service`` file, install it:
/misc/services/acrn_manager/
A DREADME.rst62 will not recognize it.
88 If a VM is in a stopped state, you can start it with the ``start`` command. The
169 When ``acrnd`` daemon is restarted, it restores the previously saved timer
/misc/debug_tools/acrn_crashlog/
A DREADME.rst72 Then it will show:
97 Then it will show:
/misc/config_tools/configurator/packages/configurator/src/pages/Config/
A DScenario.vue74 //get init scenario if it exist, add to history
A DBoard.vue90 //get init board if it exist, add to history
/misc/config_tools/configurator/packages/configurator/src/pages/Config/ConfigForm/CustomWidget/
A Dcpu_affinity.vue12 <span> Enable a VM exclusively owns the physical CPUs assigned to it. </span>
/misc/config_tools/configurator/packages/configurator/src/pages/
A DConfig.vue321 …this virtual machine? ${vmName}\n\nThe associated launch script will also be deleted if it exists.`

Completed in 28 milliseconds