Home
last modified time | relevance | path

Searched defs:Callable (Results 1 – 25 of 29) 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/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/jinja2/
Dsandbox.py83 def inspect_format_method(callable: t.Callable) -> t.Optional[str]:
353 format_func: t.Optional[t.Callable] = None,
Denvironment.py309 finalize: t.Optional[t.Callable[..., t.Any]] = None,
401 finalize: t.Optional[t.Callable[..., t.Any]] = missing,
1179 finalize: t.Optional[t.Callable[..., t.Any]] = None,
1216 uptodate: t.Optional[t.Callable[[], bool]] = None,
Dloaders.py452 str, t.Tuple[str, t.Optional[str], t.Optional[t.Callable[[], bool]]]
Druntime.py262 __self, __obj: t.Callable, *args: t.Any, **kwargs: t.Any # noqa: B902
661 func: t.Callable[..., str],
Dutils.py627 obj: t.Any, dumps: t.Optional[t.Callable[..., str]] = None, **kwargs: t.Any
Dfilters.py462 func: "t.Callable[..., V]",
/third_party/skia/third_party/externals/freetype/tests/scripts/
Ddownload-test-fonts.py186 get_content: Callable[[], bytes],
/third_party/freetype/tests/scripts/
Ddownload-test-fonts.py186 get_content: Callable[[], bytes],
/third_party/mesa3d/.gitlab-ci/tests/lava/
Dhelpers.py24 dt: Callable = datetime.now, msg="test", lvl="target"
/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/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

12