Home
last modified time | relevance | path

Searched full:any (Results 1 – 25 of 3438) sorted by relevance

12345678910>>...138

/qemu/linux-headers/LICENSES/preferred/
H A DGPL-2.014 For 'GNU General Public License (GPL) version 2 or any later version' use:
35 Foundation's software and to any other program whose authors commit to
66 that any problems introduced by others will not reflect on the original
69 Finally, any free program is threatened constantly by software
72 program proprietary. To prevent this, we have made it clear that any
81 0. This License applies to any program or other work which contains
84 refers to any such program or work, and a "work based on the Program"
85 means either the Program or any derivative work under copyright law:
99 source code as you receive it, in any medium, provided that you
102 notices that refer to this License and to the absence of any warranty;
[all …]
H A DBSD-2-Clause23 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
26 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
31 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
H A DBSD-3-Clause27 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
35 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
/qemu/
H A DCOPYING16 Foundation's software and to any other program whose authors commit to
47 that any problems introduced by others will not reflect on the original
50 Finally, any free program is threatened constantly by software
53 program proprietary. To prevent this, we have made it clear that any
62 0. This License applies to any program or other work which contains
65 refers to any such program or work, and a "work based on the Program"
66 means either the Program or any derivative work under copyright law:
80 source code as you receive it, in any medium, provided that you
83 notices that refer to this License and to the absence of any warranty;
84 and give any other recipients of the Program a copy of this License
[all …]
/qemu/python/qemu/qmp/
H A Dmodels.py13 Any,
26 :raise KeyError: If any required fields are absent.
27 :raise TypeError: If any required fields have the wrong type.
29 def __init__(self, raw: Mapping[str, Any]): argument
60 :raise KeyError: If any required fields are absent.
61 :raise TypeError: If any required fields have the wrong type.
63 def __init__(self, raw: Mapping[str, Any]): argument
88 :raise KeyError: If any required fields are absent.
89 :raise TypeError: If any required fields have the wrong type.
91 def __init__(self, raw: Mapping[str, Any]): argument
[all …]
H A Dprotocol.py24 Any,
117 F = TypeVar('F', bound=Callable[..., Any]) # pylint: disable=invalid-name
136 def _wrapper(proto: 'AsyncProtocol[Any]', argument
137 *args: Any, **kwargs: Any) -> Any: argument
199 Name used for logging messages, if any. By default, messages
217 #: The nickname for this connection, if any.
285 :param ssl: SSL context to use, if any.
315 :param ssl: SSL context to use, if any.
368 :param ssl: SSL context to use, if any.
407 Async guard function used to roll back to `IDLE` on any error.
[all …]
/qemu/tests/qemu-iotests/
H A D293.out26 qemu-io: can't open: Invalid password, cannot unlock any keyslot
29 qemu-io: can't open: Invalid password, cannot unlock any keyslot
57 qemu-io: can't open: Invalid password, cannot unlock any keyslot
58 qemu-io: can't open: Invalid password, cannot unlock any keyslot
59 qemu-io: can't open: Invalid password, cannot unlock any keyslot
69 qemu-io: can't open: Invalid password, cannot unlock any keyslot
70 qemu-io: can't open: Invalid password, cannot unlock any keyslot
71 qemu-io: can't open: Invalid password, cannot unlock any keyslot
79 qemu-io: can't open: Invalid password, cannot unlock any keyslot
82 qemu-io: can't open: Invalid password, cannot unlock any keyslot
[all …]
H A D18211 # (at your option) any later version.
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
70 # This tests that reopening does not unshare any permissions it should
81 # Open the image without any format layer (we are not going to access
108 # This does not require any permissions (and does not unshare any), so
135 # reopening node0 unshared any (which it should not have), this will
H A Dtestrunner.py8 # (at your option) any later version.
11 # but WITHOUT ANY WARRANTY; without even the implied warranty of
30 from typing import List, Optional, Any, Sequence, Dict
63 It is safe to use get() at any time. To use update(), you must either
99 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
159 def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: argument
241 change ``self`` object in any way!
336 change ``self`` object in any way!
/qemu/pc-bios/
H A Dedk2-licenses.txt33 shall not apply to any other combinations which include the
36 Except as expressly stated above, no rights or licenses from any copyright
43 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
46 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
49 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
51 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
124 "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
127 COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
131 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
133 ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
[all …]
/qemu/scripts/rust/
H A Drustc_args.py16 (at your option) any later version.
19 but WITHOUT ANY WARRANTY; without even the implied warranty of
31 from typing import Any, Iterable, List, Mapping, Optional, Set
42 tomldata: Mapping[Any, Any]
43 workspace_data: Mapping[Any, Any]
68 def lints(self) -> Mapping[Any, Any]:
71 def get_table(self, key: str, can_be_workspace: bool = False) -> Mapping[Any, Any]:
145 help="paths to any configuration C headers (*.h files), if any",
/qemu/docs/interop/
H A Dqmp-spec.rst27 "Client" is any application communicating with it via QMP.
34 Where DATA-STRUCTURE-NAME is any valid JSON data structure, as defined
42 ANY order, thus no particular order should be assumed. On the other
111 - The ``arguments`` member is used to pass any arguments required for the
117 if provided. The ``id`` member can be any json-value. A json-number
206 to the Client at any time, when not in the middle of any other
364 errors occur, they will be reported before the command generated any
367 However, Clients must not assume any particular:
374 to any existing command in newer versions of the Server
376 Any command or member name beginning with ``x-`` is deemed experimental,
[all …]
/qemu/tests/uefi-test-tools/
H A DLICENSE17 ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
/qemu/hw/xtensa/
H A Dxtensa_memory.h17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
H A Dxtensa_sim.h17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
/qemu/tests/qapi-schema/
H A Dalternate-any.err1 alternate-any.json: In alternate 'Alt':
2 alternate-any.json:2: branch 'one' cannot use built-in type 'any'
H A Dargs-any.err1 args-any.json: In command 'oops':
2 args-any.json:2: command's 'data' cannot take built-in type 'any'
H A Dunion-base-any.err1 union-base-any.json: In union 'TestUnion':
2 union-base-any.json:8: 'base' requires a struct type, built-in type 'any' isn't
/qemu/include/hw/xtensa/
H A Dmx_pic.h17 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
23 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
/qemu/tests/fp/
H A Dplatform.h21 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS", AND ANY
24 * DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE FOR ANY
28 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
/qemu/include/hw/core/
H A Dsplit-irq.h7 * Permission is hereby granted, free of charge, to any person obtaining a copy
17 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
20 * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
27 * GPIO output lines. Any change on the input line is forwarded to all
/qemu/target/xtensa/
H A Dcpu-qom.h19 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY
25 * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
/qemu/docs/sphinx/
H A Dqapi_domain.py51 Any,
489 def make_field(self, *args: Any, **kwargs: Any) -> nodes.field: argument
606 This directive doesn't generate any special formatting, and is just
617 :opt no-typesetting: Don't render the content body (but preserve any
737 "module": ObjType(_("module"), "mod", "any"),
738 "command": ObjType(_("command"), "cmd", "any"),
739 "event": ObjType(_("event"), "event", "any"),
740 "enum": ObjType(_("enum"), "enum", "type", "any"),
741 "object": ObjType(_("object"), "obj", "type", "any"),
742 "alternate": ObjType(_("alternate"), "alt", "type", "any"),
[all …]
/qemu/docs/system/
H A Dgeneric-loader.rst41 to specify any values in any format supported. By default the values
64 to specify any values in any format supported. By default the values
103 to specify any values in any format supported. By default the values
/qemu/include/standard-headers/linux/
H A Dvirtio_9p.h18 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY

12345678910>>...138