Home
last modified time | relevance | path

Searched defs:tests (Results 1 – 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dregex_tests.py46 tests = [ variable
Dre_tests.py56 tests = [ variable
Dtest_robotparser.py30 tests = unittest.TestSuite() variable
Dregrtest.py228 def main(tests=None, testdir=None, verbose=0, quiet=False, argument
470 def test_forever(tests=list(selected)): argument
Dtest_array.py19 tests = [] # list to accumulate all tests variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
D__init__.py16 tests = [t[0:-3] for t in os.listdir(tests_dir) variable
Dsupport.py25 def run_all_tests(test_mod=None, tests=None): argument
/device/google/bonito/json-c/
DMakefile.am4 SUBDIRS = . tests subdir
/device/google/crosshatch/json-c/
DMakefile.am4 SUBDIRS = . tests subdir
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dsuite.py19 def __init__(self, tests=()): argument
56 def addTests(self, tests): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsndhdr.py56 tests = [] variable
Dimghdr.py35 tests = [] variable
Ddoctest.py893 def _find(self, tests, obj, name, module, source_lines, globs, seen): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_suite.py72 def tests(): function
93 def tests(): function
Dtest_discovery.py100 def load_tests(loader, tests, pattern): argument
Dtest_loader.py161 def load_tests(loader, tests, pattern): argument
179 def load_tests(loader, tests, pattern): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/iobench/
Diobench.py290 def run_test_family(tests, mode_filter, files, open_func, *make_args): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/compiler/
Dast.py692 def __init__(self, tests, else_, lineno=None): argument