| /external/python/setuptools/pkg_resources/_vendor/importlib_resources/ |
| D | _itertools.py | 14 _T = TypeVar('_T') variable 19 iterable: Iterable[_T], key: Optional[Callable[[_T], _U]] = None
|
| /external/python/setuptools/setuptools/_vendor/importlib_resources/ |
| D | _itertools.py | 14 _T = TypeVar('_T') variable 19 iterable: Iterable[_T], key: Optional[Callable[[_T], _U]] = None
|
| /external/pandora/avatar/avatar/ |
| D | aio.py | 21 _T = TypeVar('_T') variable 41 def run_until_complete(coro: Awaitable[_T]) -> _T: 47 def asynchronous(func: Callable[..., Awaitable[_T]]) -> Callable[..., _T]:
|
| D | __init__.py | 185 _T = TypeVar('_T') variable 193 def wrap(func: Callable[..., _T]) -> Callable[..., _T]: argument
|
| /external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
| D | containers.py | 62 _T = TypeVar('_T') variable 148 def append(self, value: _T) -> None: 154 def insert(self, key: int, value: _T) -> None: 160 def extend(self, elem_seq: Iterable[_T]) -> None: 180 other: Union['RepeatedScalarFieldContainer[_T]', Iterable[_T]], 188 def remove(self, elem: _T): 200 def __setitem__(self, key: int, value: _T) -> None: 204 def __setitem__(self, key: slice, value: Iterable[_T]) -> None: 283 def append(self, value: _T) -> None: 292 def insert(self, key: int, value: _T) -> None: [all …]
|
| /external/protobuf/python/google/protobuf/internal/ |
| D | containers.py | 62 _T = TypeVar('_T') variable 148 def append(self, value: _T) -> None: 154 def insert(self, key: int, value: _T) -> None: 160 def extend(self, elem_seq: Iterable[_T]) -> None: 180 other: Union['RepeatedScalarFieldContainer[_T]', Iterable[_T]], 188 def remove(self, elem: _T): 200 def __setitem__(self, key: int, value: _T) -> None: 204 def __setitem__(self, key: slice, value: Iterable[_T]) -> None: 283 def append(self, value: _T) -> None: 292 def insert(self, key: int, value: _T) -> None: [all …]
|
| /external/python/setuptools/setuptools/_vendor/importlib_metadata/ |
| D | _meta.py | 5 _T = TypeVar("_T") variable 21 def get_all(self, name: str, failobj: _T = ...) -> Union[List[Any], _T]:
|
| /external/python/cpython3/Lib/importlib/metadata/ |
| D | _meta.py | 4 _T = TypeVar("_T") variable 20 def get_all(self, name: str, failobj: _T = ...) -> Union[List[Any], _T]:
|
| /external/python/bumble/bumble/ |
| D | utils.py | 68 _T = TypeVar('_T') variable 72 def abort_on(self, event: str, awaitable: Awaitable[_T]) -> Awaitable[_T]:
|
| /external/angle/build/gn_ast/ |
| D | gn_ast.py | 26 _T = TypeVar('_T') variable 103 Optional[_T]]) -> List[_T]:
|
| /external/libcxx/test/support/ |
| D | nasty_macros.hpp | 36 #define _T NASTY_MACRO macro
|
| /external/perfetto/python/perfetto/trace_uri_resolver/ |
| D | resolver.py | 25 _T = TypeVar('_T') variable
|
| /external/mesa3d/src/gallium/drivers/freedreno/a5xx/ |
| D | fd5_format.c | 56 #define _T(pipe, fmt, rbfmt, swapfmt) \ macro
|
| /external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
| D | fd4_format.c | 56 #define _T(pipe, fmt, rbfmt, swapfmt) \ macro
|
| /external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
| D | fd3_format.c | 53 #define _T(pipe, fmt, rbfmt, swapfmt) \ macro
|
| /external/mesa3d/src/gallium/drivers/etnaviv/ |
| D | etnaviv_format.c | 67 #define _T(pipe, fmt, rsfmt) \ macro
|
| /external/mesa3d/src/panfrost/lib/ |
| D | pan_format.c | 87 #define _T PIPE_BIND_SAMPLER_VIEW macro
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/ |
| D | nasty_macros.compile.pass.cpp | 44 #define _T NASTY_MACRO macro
|
| /external/llvm/lib/Target/Hexagon/ |
| D | HexagonGenInsert.cpp | 1525 NamedRegionTimer _T("collection", "hexinsert", TimingDetail); in runOnMachineFunction() local 1540 NamedRegionTimer _T("pruning", "hexinsert", TimingDetail); in runOnMachineFunction() local 1553 NamedRegionTimer _T("selection", "hexinsert", TimingDetail); in runOnMachineFunction() local 1579 NamedRegionTimer _T("generation", "hexinsert", TimingDetail); in runOnMachineFunction() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| D | HexagonGenInsert.cpp | 1559 NamedRegionTimer _T("collection", "collection", TGName, TGDesc, in runOnMachineFunction() local 1575 NamedRegionTimer _T("pruning", "pruning", TGName, TGDesc, TimingDetail); in runOnMachineFunction() local 1588 NamedRegionTimer _T("selection", "selection", TGName, TGDesc, TimingDetail); in runOnMachineFunction() local 1616 NamedRegionTimer _T("generation", "generation", TGName, TGDesc, in runOnMachineFunction() local
|
| /external/python/absl-py/absl/flags/ |
| D | _flagvalues.py | 36 _T = TypeVar('_T') variable
|
| /external/python/cpython2/Modules/_ctypes/ |
| D | callproc.c | 1244 # define _T(text) text macro
|
| /external/python/absl-py/absl/testing/ |
| D | absltest.py | 76 _T = typing.TypeVar('_T') variable
|