/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/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/jinja2/ |
D | sandbox.py | 83 def inspect_format_method(callable: t.Callable) -> t.Optional[str]: 353 format_func: t.Optional[t.Callable] = None,
|
D | environment.py | 309 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,
|
D | loaders.py | 452 str, t.Tuple[str, t.Optional[str], t.Optional[t.Callable[[], bool]]]
|
D | runtime.py | 262 __self, __obj: t.Callable, *args: t.Any, **kwargs: t.Any # noqa: B902 661 func: t.Callable[..., str],
|
D | utils.py | 627 obj: t.Any, dumps: t.Optional[t.Callable[..., str]] = None, **kwargs: t.Any
|
D | filters.py | 462 func: "t.Callable[..., V]",
|
/third_party/skia/third_party/externals/freetype/tests/scripts/ |
D | download-test-fonts.py | 186 get_content: Callable[[], bytes],
|
/third_party/freetype/tests/scripts/ |
D | download-test-fonts.py | 186 get_content: Callable[[], bytes],
|
/third_party/mesa3d/.gitlab-ci/tests/lava/ |
D | helpers.py | 24 dt: Callable = datetime.now, msg="test", lvl="target"
|
/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/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
|