Home
last modified time | relevance | path

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

12

/third_party/python/Objects/
Dcall.c33 _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 …]
Dfuncobject.c848 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()
Diterobject.c181 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
/third_party/python/Lib/
Dabc.py43 def __init__(self, callable): argument
63 def __init__(self, callable): argument
/third_party/python/Include/cpython/
Dabstract.h62 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/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
Dtest_fractions.py102 callable, *args, **kwargs): argument
/third_party/python/Modules/_ctypes/
Dcallbacks.c137 PyObject *callable, in _CallPythonObject()
350 CThunkObject *_ctypes_alloc_callback(PyObject *callable, in _ctypes_alloc_callback()
Dctypes.h64 PyObject *callable; member
88 PyObject *callable; member
/third_party/python/Modules/_sqlite/clinic/
Dmodule.c.h135 PyObject *callable; in pysqlite_register_converter() local
Dconnection.c.h631 PyObject *callable; in pysqlite_connection_create_collation() local
/third_party/protobuf/php/tests/proto/
Dtest_reserved_message_lower.proto10 message callable {} message
Dtest_reserved_enum_value_lower.proto11 callable = 5; enumerator
Dtest_reserved_enum_lower.proto10 enum callable { ZERO6 = 0; } enum
/third_party/python/Modules/_sqlite/
Dmodule.c191 PyObject *callable) in pysqlite_register_converter_impl()
Dconnection.c1766 PyObject *name, PyObject *callable) in pysqlite_connection_create_collation_impl()
/third_party/node/tools/inspector_protocol/jinja2/
Dsandbox.py137 def inspect_format_method(callable): argument
/third_party/skia/third_party/externals/jinja2/
Dsandbox.py156 def inspect_format_method(callable): argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
DvktRayTracingBarrierTests.cpp558 std::stringstream callable; in initPrograms() local
734 std::stringstream callable; in initPrograms() local
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
DvktRayTracingBarrierTests.cpp558 std::stringstream callable; in initPrograms() local
734 std::stringstream callable; in initPrograms() local
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2345 auto callable = (int (*)(CType))routine->getEntry(); in TYPED_TEST() local
2408 auto callable = (CType * (*)(CType *, unsigned int)) routine->getEntry(); in TYPED_TEST() local
2895 auto callable = (uint32_t(*)(uint32_t))routine->getEntry(); in TEST() local
2918 auto callable = (void (*)(uint32_t *, uint32_t))routine->getEntry(); in TEST() local
2953 auto callable = (uint32_t(*)(uint32_t))routine->getEntry(); in TEST() local
2976 auto callable = (void (*)(uint32_t *, uint32_t))routine->getEntry(); in TEST() local
/third_party/python/Modules/
D_testcapimodule.c2856 _make_call(void *callable) in _make_call()
2872 _make_call_from_thread(void *callable) in _make_call_from_thread()
2931 PyObject *callable = (PyObject *)arg; in _pending_callback() local
2944 PyObject *callable; in pending_threadfunc() local
6472 MethodDescriptor_vectorcall(PyObject *callable, PyObject *const *args, in MethodDescriptor_vectorcall()

12