Home
last modified time | relevance | path

Searched defs:callargs (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/premake/MinGW/build-scripts/
Drun.tests.bat76 endlocal & set callargs=%args% variable
/third_party/flutter/skia/third_party/externals/sdl/premake/VisualC/build-scripts/
Drun.tests.vs2010.bat76 endlocal & set callargs=%args% variable
/third_party/python/Modules/_ctypes/
D_ctypes.c3882 PyObject *callargs; in _build_callargs() local
4047 _build_result(PyObject *result, PyObject *callargs, in _build_result()
4113 PyObject *callargs; in PyCFuncPtr_call() local
/third_party/python/Python/
Dceval.c4245 PyObject *func, *callargs, *kwargs = NULL, *result; in _PyEval_EvalFrameDefault() local
5885 PyObject *callargs, in do_call_core()