| /third_party/python/Objects/ |
| D | call.c | 33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult() 118 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate() 162 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, in PyObject_VectorcallDict() 171 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall() 229 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call() 276 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call() 314 PyObject_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyObject_Call() 322 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call() 354 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords() 387 PyObject_CallObject(PyObject *callable, PyObject *args) in PyObject_CallObject() [all …]
|
| D | funcobject.c | 848 PyObject *callable; in cm_init() local 960 PyClassMethod_New(PyObject *callable) in PyClassMethod_New() 1039 PyObject *callable; in sm_init() local 1055 sm_call(PyObject *callable, PyObject *args, PyObject *kwargs) in sm_call() 1156 PyStaticMethod_New(PyObject *callable) in PyStaticMethod_New()
|
| D | iterobject.c | 181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
|
| /third_party/boost/boost/type_erasure/ |
| D | callable.hpp | 62 struct callable struct 76 struct callable<R(T...), F> struct 78 static R apply(F& f, T... arg) in apply() 85 struct callable<void(T...), F> struct 87 static void apply(F& f, T... arg) in apply() 239 struct callable<R(BOOST_PP_ENUM_PARAMS(N, T)), F> struct 248 struct callable<void(BOOST_PP_ENUM_PARAMS(N, T)), F> argument 258 callable<R(BOOST_PP_ENUM_PARAMS(N, T)), F>, argument
|
| /third_party/boost/libs/context/test/ |
| D | test_apply.cpp | 23 struct callable { struct 26 callable() = default; argument 28 callable( int k_) : in callable() function 32 int foo( int i, int j) const { in foo() 36 int operator()( int i, int j) const { in operator ()()
|
| D | test_invoke.cpp | 23 struct callable { struct 26 callable() = default; argument 28 callable( int k_) : in callable() argument 32 int foo( int i, int j) const { in foo() 36 int operator()( int i, int j) const { in operator ()()
|
| /third_party/boost/libs/yap/test/ |
| D | if_else.cpp | 27 struct callable struct 32 struct side_effect_callable_1 argument
|
| /third_party/boost/tools/build/src/ |
| D | build_system.py | 100 def add_pre_build_hook(callable): argument 105 def set_post_build_hook(callable): argument
|
| /third_party/python/Lib/ |
| D | abc.py | 43 def __init__(self, callable): argument 63 def __init__(self, callable): argument
|
| /third_party/python/Include/cpython/ |
| D | abstract.h | 62 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function() 99 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate() 119 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall()
|
| /third_party/boost/libs/thread/test/ |
| D | test_thread_launching.cpp | 59 boost::thread callable(func); in BOOST_AUTO_TEST_CASE() local 82 boost::thread callable(boost::ref(func)); in BOOST_AUTO_TEST_CASE() local 105 boost::thread callable(func,42); in BOOST_AUTO_TEST_CASE() local
|
| /third_party/python/Include/ |
| D | ceval.h | 23 #define PyEval_CallObject(callable, arg) \ argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | STLExtras.h | 59 intptr_t callable; variable 62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn()
|
| /third_party/python/Lib/test/ |
| D | test_sys_setprofile.py | 92 def check_events(self, callable, expected): argument 396 def capture_events(callable, p=None): argument 413 def show_events(callable): argument
|
| /third_party/python/Modules/_ctypes/ |
| D | callbacks.c | 137 PyObject *callable, in _CallPythonObject() 350 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
|
| D | ctypes.h | 64 PyObject *callable; member 88 PyObject *callable; member
|
| /third_party/boost/libs/mpi/src/python/ |
| D | py_nonblocking.cpp | 44 explicit py_call_output_iterator(object callable, in py_call_output_iterator()
|
| /third_party/boost/libs/convert/test/ |
| D | sfinae.cpp | 26 namespace { namespace callable namespace
|
| /third_party/python/Modules/_sqlite/clinic/ |
| D | module.c.h | 135 PyObject *callable; in pysqlite_register_converter() local
|
| /third_party/boost/tools/build/src/build/ |
| D | errors.py | 79 def user_error_checkpoint(callable): argument
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_enum_value_lower.proto | 11 callable = 5; enumerator
|
| D | test_reserved_message_lower.proto | 10 message callable {} message
|
| /third_party/python/Modules/_sqlite/ |
| D | module.c | 191 PyObject *callable) in pysqlite_register_converter_impl()
|
| /third_party/skia/third_party/externals/jinja2/ |
| D | sandbox.py | 156 def inspect_format_method(callable): argument
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | sandbox.py | 137 def inspect_format_method(callable): argument
|