Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_docxmlrpc.py17 def decorator(func): function
Dtest_support.py861 def decorator(func): function
938 def decorator(f): function
965 def decorator(f): function
1162 def decorator(*args): function
Dpickletester.py22 def decorator(func): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py119 def decorator(func): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py16 decorator = 259 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h6 #define decorator 259 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h6 #define decorator 259 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py57 def decorator(test_item): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py210 def decorator(self, nodelist): member in Transformer