Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dstring_constant_test.cc25 struct Callable { struct
26 constexpr absl::string_view operator()() const { in operator ()()
/third_party/typescript/tests/cases/compiler/
DgenericWithCallSignatures1.ts2 interface Callable<T> { interface
DassignmentCompatability_checking-call-member-off-of-function-interface.ts3 interface Callable { interface
/third_party/typescript/tests/baselines/reference/
DassignmentCompatability_checking-call-member-off-of-function-interface.js20 function fn(c: Callable) { }
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.h33 using Callable = std::function<void()>; member
/third_party/python/Lib/asyncio/
Dstaggered.py15 coro_fns: typing.Iterable[typing.Callable[[], typing.Awaitable]],
/third_party/grpc/src/python/grpcio_tests/tests_py3_only/unit/
D_simple_stubs_test.py117 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/
Dparser.py222 def positive_lookahead(self, func: Callable[..., T], *args: object) -> T:
228 def negative_lookahead(self, func: Callable[..., object], *args: object) -> bool:
Dgrammar_visualizer.py28 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.py27 def _async_to_sync_decorator(f: Callable, loop: asyncio.AbstractEventLoop):
Dserver_interceptor_test.py68 condition: Callable,
Dcompatibility_test.py95 async def _run_in_another_thread(self, func: Callable[[], None]):
/third_party/mindspore/tests/mindspore_test_framework/utils/
Dcheck_gradient.py45 fn: Callable,
307 fn: Callable,
350 fn: Callable,
382 fn: Callable,
/third_party/skia/third_party/externals/freetype/tests/scripts/
Ddownload-test-fonts.py186 get_content: Callable[[], bytes],
/third_party/boost/boost/poly_collection/detail/
Dcallable_wrapper.hpp78 static table* info(Callable&)noexcept in info() argument
/third_party/python/Doc/library/
Dtyping.rst193 Callable chapter
/third_party/python/Lib/test/
Dinspect_fodder.py84 class Callable: class
Dtest_typing.py507 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/
DFunctionExtras.h233 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/
DJITSymbol.h86 Callable = 1U << 5, enumerator
/third_party/gstreamer/gstplugins_good/tests/examples/qt/qmlsink-multisink/videoitem/
Dvideoitem.cpp68 using Callable = std::function<void()>; typedef
/third_party/abseil-cpp/absl/meta/
Dtype_traits_test.cc374 struct Callable { in TEST() struct
375 void operator()() {} in TEST()
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
Dtype_traits_test.cc374 struct Callable { in TEST() struct
375 void operator()() {} in TEST()
/third_party/python/Lib/unittest/test/testmock/
Dtesthelpers.py816 class Callable(object): class
1098 class Callable: class
/third_party/python/Lib/
D_collections_abc.py550 class Callable(metaclass=ABCMeta): class

12