Home
last modified time | relevance | path

Searched defs:callable_ (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/python/mako/mako/testing/
Dassertions.py63 def assert_raises(except_cls, callable_, *args, **kw): argument
67 def assert_raises_with_proper_context(except_cls, callable_, *args, **kw): argument
72 except_cls, cause_cls, callable_, *args, **kw argument
77 def assert_raises_message(except_cls, msg, callable_, *args, **kwargs): argument
82 except_cls, msg, callable_, *args, **kwargs argument
90 except_cls, msg, cause_cls, callable_, *args, **kwargs argument
99 callable_, argument
/aosp_15_r20/external/python/python-api-core/google/api_core/
Dgrpc_helpers.py49 def _patch_callable_name(callable_): argument
59 def _wrap_unary_errors(callable_): argument
138 def _wrap_stream_errors(callable_): argument
165 def wrap_errors(callable_): argument
Dgrpc_helpers_async.py153 def _wrap_unary_errors(callable_): argument
165 def _wrap_stream_errors(callable_): argument
188 def wrap_errors(callable_): argument
/aosp_15_r20/external/python/mako/mako/
Druntime.py725 def capture(context, callable_, *args, **kwargs): argument
860 def _render(template, callable_, args, data, as_unicode=False): argument
884 def _kwargs_for_callable(callable_, data): argument
899 def _kwargs_for_include(callable_, data, **kwargs): argument
908 def _render_context(tmpl, callable_, context, *args, **kwargs): argument
923 def _exec_template(callable_, context, args=None, kwargs=None): argument
Dtemplate.py559 def __init__(self, parent, callable_): argument
710 def _get_module_info_from_callable(callable_): argument
/aosp_15_r20/external/pigweed/pw_function/size_report/
H A Dcallable_size.cc30 alignas(std::max_align_t) Callable callable_; member in __anon7a5d44d90111::CallableSize
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dbuiltin_function.h83 std::function<void(Stack&)> callable_; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dcallback.h87 pybind11::function callable_; variable