/aosp_15_r20/external/python/mako/mako/testing/ |
D | assertions.py | 63 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/ |
D | grpc_helpers.py | 49 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
|
D | grpc_helpers_async.py | 153 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/ |
D | runtime.py | 725 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
|
D | template.py | 559 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 D | callable_size.cc | 30 alignas(std::max_align_t) Callable callable_; member in __anon7a5d44d90111::CallableSize
|
/aosp_15_r20/external/pytorch/aten/src/ATen/core/ |
H A D | builtin_function.h | 83 std::function<void(Stack&)> callable_; member
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/ |
H A D | callback.h | 87 pybind11::function callable_; variable
|