Home
last modified time | relevance | path

Searched defs:callable (Results 1 – 25 of 43) sorted by relevance

12

/third_party/python/Objects/
Dcall.c33 _Py_CheckFunctionResult(PyThreadState *tstate, PyObject *callable, in _Py_CheckFunctionResult()
94 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_FastCallDictTstate()
138 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, in PyObject_VectorcallDict()
147 _PyObject_MakeTpCall(PyThreadState *tstate, PyObject *callable, in _PyObject_MakeTpCall()
205 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) in PyVectorcall_Call()
252 _PyObject_Call(PyThreadState *tstate, PyObject *callable, in _PyObject_Call()
290 PyObject_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyObject_Call()
298 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) in PyCFunction_Call()
412 PyEval_CallObjectWithKeywords(PyObject *callable, in PyEval_CallObjectWithKeywords()
445 PyObject_CallObject(PyObject *callable, PyObject *args) in PyObject_CallObject()
[all …]
Dfuncobject.c754 PyObject *callable; in cm_init() local
857 PyClassMethod_New(PyObject *callable) in PyClassMethod_New()
936 PyObject *callable; in sm_init() local
1037 PyStaticMethod_New(PyObject *callable) in PyStaticMethod_New()
Diterobject.c181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/third_party/boost/boost/type_erasure/
Dcallable.hpp62 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> struct
258 callable<R(BOOST_PP_ENUM_PARAMS(N, T)), F>, argument
/third_party/boost/libs/context/test/
Dtest_apply.cpp23 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 ()()
Dtest_invoke.cpp23 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 ()()
/third_party/boost/libs/yap/test/
Dif_else.cpp27 struct callable struct
32 struct side_effect_callable_1 argument
/third_party/boost/tools/build/src/
Dbuild_system.py100 def add_pre_build_hook(callable): argument
105 def set_post_build_hook(callable): argument
/third_party/python/Lib/
Dabc.py36 def __init__(self, callable): argument
49 def __init__(self, callable): argument
/third_party/python/Include/cpython/
Dabstract.h66 PyVectorcall_Function(PyObject *callable) in PyVectorcall_Function()
103 _PyObject_VectorcallTstate(PyThreadState *tstate, PyObject *callable, in _PyObject_VectorcallTstate()
123 PyObject_Vectorcall(PyObject *callable, PyObject *const *args, in PyObject_Vectorcall()
/third_party/boost/libs/thread/test/
Dtest_thread_launching.cpp59 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/
Dceval.h23 #define PyEval_CallObject(callable, arg) \ argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DSTLExtras.h59 intptr_t callable; variable
62 static Ret callback_fn(intptr_t callable, Params ...params) { in callback_fn()
/third_party/python/Lib/test/
Dtest_sys_setprofile.py92 def check_events(self, callable, expected): argument
396 def capture_events(callable, p=None): argument
413 def show_events(callable): argument
Dtest_abc.py235 def getter(self, callable): argument
237 def setter(self, callable): argument
/third_party/python/Modules/_ctypes/
Dcallbacks.c136 PyObject *callable, in _CallPythonObject()
349 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
Dctypes.h64 PyObject *callable; member
88 PyObject *callable; member
/third_party/boost/libs/mpi/src/python/
Dpy_nonblocking.cpp44 explicit py_call_output_iterator(object callable, in py_call_output_iterator()
/third_party/boost/libs/convert/test/
Dsfinae.cpp26 namespace { namespace callable namespace
/third_party/boost/tools/build/src/build/
Derrors.py79 def user_error_checkpoint(callable): argument
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto10 message callable {} message
Dtest_reserved_enum_value_lower.proto11 callable = 5; enumerator
/third_party/python/Modules/_sqlite/
Dmodule.c197 PyObject* callable; in module_register_converter() local
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py156 def inspect_format_method(callable): argument
/third_party/jinja2/
Dsandbox.py156 def inspect_format_method(callable): argument

12