| /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/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/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
|
| D | test_abc.py | 235 def getter(self, callable): argument 237 def setter(self, callable): argument
|
| D | test_fractions.py | 102 callable, *args, **kwargs): 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/python/Modules/_sqlite/clinic/ |
| D | module.c.h | 135 PyObject *callable; in pysqlite_register_converter() local
|
| D | connection.c.h | 631 PyObject *callable; in pysqlite_connection_create_collation() local
|
| /third_party/protobuf/php/tests/proto/ |
| D | test_reserved_message_lower.proto | 10 message callable {} message
|
| D | test_reserved_enum_value_lower.proto | 11 callable = 5; enumerator
|
| D | test_reserved_enum_lower.proto | 10 enum callable { ZERO6 = 0; } enum
|
| /third_party/python/Modules/_sqlite/ |
| D | module.c | 191 PyObject *callable) in pysqlite_register_converter_impl()
|
| D | connection.c | 1766 PyObject *name, PyObject *callable) in pysqlite_connection_create_collation_impl()
|
| /third_party/node/tools/inspector_protocol/jinja2/ |
| D | sandbox.py | 137 def inspect_format_method(callable): argument
|
| /third_party/skia/third_party/externals/jinja2/ |
| D | sandbox.py | 156 def inspect_format_method(callable): argument
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| D | vktRayTracingBarrierTests.cpp | 558 std::stringstream callable; in initPrograms() local 734 std::stringstream callable; in initPrograms() local
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| D | vktRayTracingBarrierTests.cpp | 558 std::stringstream callable; in initPrograms() local 734 std::stringstream callable; in initPrograms() local
|
| /third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
| D | ReactorUnitTests.cpp | 2345 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.c | 2856 _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()
|