Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfuncobject.c656 PyObject *callable; in cm_init() local
736 PyClassMethod_New(PyObject *callable) in PyClassMethod_New()
809 PyObject *callable; in sm_init() local
886 PyStaticMethod_New(PyObject *callable) in PyStaticMethod_New()
Diterobject.c138 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
Dabstract.c2543 call_function_tail(PyObject *callable, PyObject *args)
2569 PyObject_CallFunction(PyObject *callable, char *format, ...)
2589 _PyObject_CallFunction_SizeT(PyObject *callable, char *format, ...)
2714 PyObject_CallMethodObjArgs(PyObject *callable, PyObject *name, ...)
2742 PyObject_CallFunctionObjArgs(PyObject *callable, ...)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dfuncobject.c656 PyObject *callable; in cm_init() local
736 PyClassMethod_New(PyObject *callable) in PyClassMethod_New()
811 PyObject *callable; in sm_init() local
888 PyStaticMethod_New(PyObject *callable) in PyStaticMethod_New()
Diterobject.c138 PyCallIter_New(PyObject *callable, PyObject *sentinel) in PyCallIter_New()
Dabstract.c2543 call_function_tail(PyObject *callable, PyObject *args)
2569 PyObject_CallFunction(PyObject *callable, char *format, ...)
2589 _PyObject_CallFunction_SizeT(PyObject *callable, char *format, ...)
2718 PyObject_CallMethodObjArgs(PyObject *callable, PyObject *name, ...)
2746 PyObject_CallFunctionObjArgs(PyObject *callable, ...)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_sys_setprofile.py93 def check_events(self, callable, expected): argument
355 def capture_events(callable, p=None): argument
372 def show_events(callable): argument
Dtest_hotshot.py65 def run_test(self, callable, events, profiler=None): argument
Dtest_fractions.py118 callable, *args, **kwargs): argument
Dtest_descr.py896 def raises(exc, expected, callable, *args): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_testcapimodule.c1278 _make_call(void *callable) in _make_call()
1294 _make_call_from_thread(void *callable) in _make_call_from_thread()
1355 PyObject *callable = (PyObject *)arg; in _pending_callback() local
1367 PyObject *callable; in pending_threadfunc() local
D_hotshot.c1068 PyObject *callable; in profiler_runcall() local
DcPickle.c2354 PyObject *callable; in save_reduce() local
4631 PyObject *callable = 0, *arg_tup = 0, *ob = 0; in load_reduce() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmodule.c180 PyObject* callable; in module_register_converter() local
Dconnection.c1442 PyObject* callable; in pysqlite_connection_create_collation() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c2219 PyObject *callable; in builtin_sorted() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c2208 PyObject *callable; in builtin_sorted() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c2386 PyObject *callable; in save_reduce() local
4666 PyObject *callable = 0, *arg_tup = 0, *ob = 0; in load_reduce() local