Home
last modified time | relevance | path

Searched refs:Iterator (Results 1 – 24 of 24) sorted by relevance

/openbmc/linux/rust/alloc/vec/
H A Dspec_extend.rs24 I: Iterator<Item = T>,
33 I: Iterator<Item = T>,
82 I: Iterator<Item = &'a T>,
92 I: Iterator<Item = &'a T>,
H A Dextract_if.rs57 impl<T, F, A: Allocator> Iterator for ExtractIf<'_, T, F, A>
H A Ddrain.rs154 impl<T, A: Allocator> Iterator for Drain<'_, T, A> {
H A Dinto_iter.rs186 impl<T, A: Allocator> Iterator for IntoIter<T, A> {
H A Dmod.rs3033 fn extend_desugared<I: Iterator<Item = T>>(&mut self, mut iterator: I) { in extend_desugared()
3059 …fn try_extend_desugared<I: Iterator<Item = T>>(&mut self, mut iterator: I) -> Result<(), TryReserv… in try_extend_desugared()
/openbmc/qemu/python/qemu/qmp/
H A Devents.py438 Iterator,
667 def listen(self, *listeners: EventListener) -> Iterator[None]:
699 ) -> Iterator[EventListener]:
H A Dmessage.py12 Iterator,
94 def __iter__(self) -> Iterator[str]:
H A Dqmp_shell.py95 Iterator,
414 def repl(self) -> Iterator[None]:
/openbmc/qemu/tests/qemu-iotests/
H A Dfindtests.py24 from typing import Optional, List, Iterator, Set
28 def chdir(path: Optional[str] = None) -> Iterator[None]:
H A Diotests.py34 from typing import (Any, Callable, Dict, Iterable, Iterator,
122 logger_name: str, level: int = logging.CRITICAL) -> Iterator[None]:
/openbmc/qemu/python/qemu/utils/
H A Dqom_fuse.py42 Iterator,
203 def readdir(self, path: str, fh: IO[bytes]) -> Iterator[str]:
/openbmc/linux/tools/testing/kunit/
H A Dkunit_parser.py18 from typing import Iterable, Iterator, List, Optional, Tuple
152 _lines: Iterator[Tuple[int, str]]
157 def __init__(self, lines: Iterator[Tuple[int, str]]):
197 def __iter__(self) -> Iterator[str]:
220 -> Iterator[Tuple[int, str]]:
H A Dkunit_kernel.py18 from typing import Iterator, List, Optional, Tuple
333 …, filter: str='', filter_action: Optional[str]=None, timeout: Optional[int]=None) -> Iterator[str]:
/openbmc/qemu/scripts/
H A Dblock-coroutine-wrapper.py28 from typing import Iterator
133 def func_decl_iter(text: str) -> Iterator:
/openbmc/qemu/python/scripts/
H A Dmkvenv.py82 Iterator,
416 def _get_entry_points(packages: Sequence[str]) -> Iterator[str]:
418 def _generator() -> Iterator[str]:
421 entry_points: Iterator[EntryPoint] = \
/openbmc/qemu/scripts/qapi/
H A Dgen.py20 Iterator,
207 def ifcontext(ifcond: QAPISchemaIfCond, *args: QAPIGenCCode) -> Iterator[None]:
327 def _temp_module(self, name: str) -> Iterator[None]:
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dqom_macros.py158 def move_typedef(self, position) -> Iterator[Patch]:
163 def split_typedef(self) -> Iterator[Patch]:
170 def gen_patches(self) -> Iterator[Patch]:
206 def gen_patches(self) -> Iterator[Patch]:
787 def gen_patches(self) -> Iterator[Patch]:
/openbmc/qemu/docs/sphinx/
H A Ddbusdomain.py13 Iterator,
399 def get_objects(self) -> Iterator[Tuple[str, str, str, str, str, int]]:
H A Ddbusdoc.py17 Iterator,
/openbmc/linux/rust/alloc/
H A Dboxed.rs1942 impl<I: Iterator + ?Sized, A: Allocator> Iterator for Box<I, A> {
1963 impl<I: Iterator + ?Sized, A: Allocator> BoxIter for Box<I, A> {
1978 impl<I: Iterator, A: Allocator> BoxIter for Box<I, A> {
/openbmc/linux/Documentation/bpf/
H A Dbpf_iterators.rst187 Implement Kernel Support for BPF Iterator Program Types
261 BPF Task Iterator Program
294 Creating a File Iterator with Parameters
/openbmc/libpldm/tests/dsp/
H A Dbios_table.cpp1122 TEST(Iterator, DeathTest) in TEST() argument
/openbmc/linux/scripts/kconfig/
H A Dqconf.cc51 QStringList::Iterator it; in readSizes()
/openbmc/u-boot/scripts/kconfig/
H A Dqconf.cc72 QStringList::Iterator it; in readSizes()