Home
last modified time | relevance | path

Searched defs:suite (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_lib2to3.py8 def suite(): function
Dtest_support.py1055 def _run_suite(suite): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
D__init__.py9 def suite(): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/
Dtest_email_codecs_renamed.py65 def suite(): function
Dtest_email_codecs.py65 def suite(): function
Dtest_email_torture.py122 def suite(): function
Dtest_email_renamed.py3283 def suite(): function
Dtest_email.py3515 def suite(): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
Dfix_metaclass.py123 def fixup_indent(suite): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsymbol.py57 suite = 300 variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dgraminit.h47 #define suite 300 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dgraminit.h47 #define suite 300 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dtransformer.py558 def suite(self, nodelist): member in Transformer