Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsched.py46 def enterabs(self, time, priority, action, argument): argument
57 def enter(self, delay, priority, action, argument): argument
Dmutex.py39 def lock(self, function, argument): argument
Dsymbol.py88 argument = 331 variable
Dargparse.py670 def _get_action_name(argument): argument
690 def __init__(self, argument, message): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h78 #define argument 331 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h78 #define argument 331 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/data/
Dpy2_test_grammar.py155 def f4(two, (compound, (argument, list))): pass
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py672 def _get_action_name(argument): argument
692 def __init__(self, argument, message): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py354 def argument(self, nodelist): member in Transformer