Home
last modified time | relevance | path

Searched defs:call (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py45 def call(*args, **kwds): function
56 def call(*args): function
Dtest_sys_settrace.py85 def call(): # line 0 function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dthread_nt.h116 bootstrap(void *call) in bootstrap()
Dceval.c3939 #define C_TRACE(x, call) \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dconfig.py286 libraries=None, library_dirs=None, decl=0, call=0): argument
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.h267 CallNode call; member
Dregparse.c2316 } call; member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c1656 PyObject *call = PyObject_GetAttrString(x, "__call__"); in PyCallable_Check() local
Dfloatobject.c1700 #define INPLACE_UPDATE(obj, call) \ in float_as_integer_ratio() argument
Dclassobject.c2106 PyObject *res, *call = PyObject_GetAttrString(func, "__call__"); in instance_call() local
Dabstract.c2523 ternaryfunc call; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dfloatobject.c1715 #define INPLACE_UPDATE(obj, call) \ in float_as_integer_ratio() argument
Dobject.c1663 PyObject *call = PyObject_GetAttrString(x, "__call__"); in PyCallable_Check() local
Dclassobject.c2130 PyObject *res, *call = PyObject_GetAttrString(func, "__call__"); in instance_call() local
Dabstract.c2523 ternaryfunc call; local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c2021 call(char* module, char* function, PyObject* args) in call() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c1956 call(char* module, char* function, PyObject* args) in call() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c1956 call(char* module, char* function, PyObject* args) in call() function
/device/google/cuttlefish_common/guest/hals/ril/
Dcuttlefish_ril.cpp343 DataCall call; in request_setup_data_call() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dceval.c3961 #define C_TRACE(x, call) \ argument