Home
last modified time | relevance | path

Searched defs:arglist (Results 1 – 9 of 9) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/classes/
DRange.py8 def handleargs(arglist): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py676 def repairarglist(self, functionname, arglist): argument
724 def generate(self, tp, name, arglist, modifiers=[]): argument
754 def destination(self, type, name, arglist): argument
769 def unmanageable(self, type, name, arglist): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py87 arglist = 330 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h77 #define arglist 330 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h77 #define arglist 330 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsignalmodule.c928 PyObject *arglist = Py_BuildValue("(iO)", i, f); in PyErr_CheckSignals() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsignalmodule.c920 PyObject *arglist = Py_BuildValue("(iO)", i, f); in PyErr_CheckSignals() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
DAParser.cpp858 int ANTLRParser::printMessageV(FILE* pFile, const char* pFormat, va_list arglist) // MR23 in printMessageV()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dpycodegen.py1480 def generateArgList(arglist): argument