HomeSort by: relevance | last modified time | path
    Searched refs:Iterable (Results 1 - 10 of 10) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
copyright.py 42 from typing import Iterable
85 def update_files(update_list: Iterable[str]):
  /src/external/mpl/bind/dist/bin/tests/system/isctest/hypothesis/
strategies.py 41 suffix: dns.name.Name | collections.abc.Iterable[dns.name.Name] = dns.name.root,
75 # Python str is iterable, but that's most probably not what user actually wanted
80 if isinstance(suffix, collections.abc.Iterable):
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans2/
ans.py 14 from collections.abc import AsyncGenerator, Collection, Iterable
91 def answers(self) -> Iterable[Collection[dns.rrset.RRset]]:
  /src/external/mpl/bind/dist/bin/tests/system/ixfr_nonminimal/ans4/
ans.py 14 from collections.abc import AsyncGenerator, Collection, Iterable
91 def answers(self) -> Iterable[Collection[dns.rrset.RRset]]:
  /src/external/gpl3/gdb.old/dist/sim/common/
gennltvals.py 35 from typing import Iterable, List, TextIO
73 headers: Iterable[str],
104 headers: Iterable[str],
  /src/external/gpl3/gdb/dist/sim/common/
gennltvals.py 35 from typing import Iterable, List, TextIO
73 headers: Iterable[str],
104 headers: Iterable[str],
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
name.py 12 from collections.abc import Iterable
29 def get_wildcard_names(names: Iterable[Name]) -> frozenset[Name]:
  /src/external/mpl/bind/dist/bin/tests/system/ixfr/ans2/
ans.py 14 from collections.abc import AsyncGenerator, Collection, Iterable
91 def answers(self) -> Iterable[Collection[dns.rrset.RRset]]:
  /src/external/mpl/bind/dist/bin/tests/system/nsec3_answer/
tests_nsec3.py 18 from collections.abc import Container, Iterable
54 candidates: Iterable[dns.name.Name],
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
iteration.d 854 r = range or iterable over which `each` iterates
906 r = range or iterable over which each iterates
969 Flag!"each" each(Iterable)(auto ref Iterable r)
970 if (isForeachIterable!Iterable ||
973 static if (isForeachIterable!Iterable)
975 static if (isForeachUnaryIterable!Iterable)
977 debug(each) pragma(msg, "Using foreach UNARY for ", Iterable.stringof);
992 else static if (isForeachBinaryIterable!Iterable)
994 debug(each) pragma(msg, "Using foreach BINARY for ", Iterable.stringof)
    [all...]

Completed in 17 milliseconds