/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | string_constant_test.cc | 25 struct Callable { struct 26 constexpr absl::string_view operator()() const { in operator ()()
|
/third_party/typescript/tests/cases/compiler/ |
D | genericWithCallSignatures1.ts | 2 interface Callable<T> { interface
|
D | assignmentCompatability_checking-call-member-off-of-function-interface.ts | 3 interface Callable { interface
|
/third_party/typescript/tests/baselines/reference/ |
D | assignmentCompatability_checking-call-member-off-of-function-interface.js | 20 function fn(c: Callable) { }
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtglutility.h | 33 using Callable = std::function<void()>; member
|
/third_party/python/Lib/asyncio/ |
D | staggered.py | 15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
|
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/ |
D | _simple_stubs_test.py | 117 def _time_invocation(to_time: Callable[[], None]) -> datetime.timedelta: 169 predicate: Callable[[], bool], 172 message: Optional[Callable[[], str]] = None) -> None:
|
/third_party/python/Tools/peg_generator/pegen/ |
D | parser.py | 222 def positive_lookahead(self, func: Callable[..., T], *args: object) -> T: 228 def negative_lookahead(self, func: Callable[..., object], *args: object) -> bool:
|
D | grammar_visualizer.py | 28 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
|
/third_party/grpc/src/python/grpcio_tests/tests_aio/unit/ |
D | _test_base.py | 27 def _async_to_sync_decorator(f: Callable, loop: asyncio.AbstractEventLoop):
|
D | server_interceptor_test.py | 68 condition: Callable,
|
D | compatibility_test.py | 95 async def _run_in_another_thread(self, func: Callable[[], None]):
|
/third_party/mindspore/tests/mindspore_test_framework/utils/ |
D | check_gradient.py | 45 fn: Callable, 307 fn: Callable, 350 fn: Callable, 382 fn: Callable,
|
/third_party/skia/third_party/externals/freetype/tests/scripts/ |
D | download-test-fonts.py | 186 get_content: Callable[[], bytes],
|
/third_party/boost/boost/poly_collection/detail/ |
D | callable_wrapper.hpp | 78 static table* info(Callable&)noexcept in info() argument
|
/third_party/python/Doc/library/ |
D | typing.rst | 193 Callable chapter
|
/third_party/python/Lib/test/ |
D | inspect_fodder.py | 84 class Callable: class
|
D | test_typing.py | 507 def foo(a: Callable[..., T]): 629 Callable = typing.Callable variable in TypingCallableTests 641 Callable = collections.abc.Callable variable in CollectionsCallableTests 2772 def foo(a: 'Callable[..., T]'): 3205 def barfoo2(x: typing.Callable[..., Annotated[List[T], "const"]],
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | FunctionExtras.h | 233 template <typename CallableT> unique_function(CallableT Callable) { in unique_function()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 86 Callable = 1U << 5, enumerator
|
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/ |
D | videoitem.cpp | 68 using Callable = std::function<void()>; typedef
|
/third_party/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 374 struct Callable { in TEST() struct 375 void operator()() {} in TEST()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/ |
D | type_traits_test.cc | 374 struct Callable { in TEST() struct 375 void operator()() {} in TEST()
|
/third_party/python/Lib/unittest/test/testmock/ |
D | testhelpers.py | 816 class Callable(object): class 1098 class Callable: class
|
/third_party/python/Lib/ |
D | _collections_abc.py | 550 class Callable(metaclass=ABCMeta): class
|