Searched defs:TEST_FILES (Results 1 - 11 of 11) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/cpufreq/
H A DMakefile5 TEST_FILES := cpu.sh cpufreq.sh governor.sh module.sh special-tests.sh macro
/external/linux-kselftest/tools/testing/selftests/ftrace/
H A DMakefile5 TEST_FILES := test.d macro
/external/linux-kselftest/tools/testing/selftests/pstore/
H A DMakefile8 TEST_FILES := common_tests pstore_crash_test macro
/external/linux-kselftest/tools/testing/selftests/zram/
H A DMakefile5 TEST_FILES := zram01.sh zram02.sh zram_lib.sh macro
/external/linux-kselftest/tools/testing/selftests/exec/
H A DMakefile7 TEST_FILES := Makefile macro
/external/linux-kselftest/tools/testing/selftests/gpio/
H A DMakefile4 TEST_FILES := gpio-mockup-sysfs.sh $(BINARIES) macro
/external/lz4/tests/
H A DMakefile60 TEST_FILES := COPYING macro
331 ./fullbench --no-prompt $(NB_LOOPS) $(TEST_FILES)
/external/python/cpython2/Lib/test/
H A Dtest_imghdr.py7 TEST_FILES = ( variable
39 for filename, expected in TEST_FILES:
H A Dtest_tempfile.py29 # TEST_FILES may need to be tweaked for systems depending on the maximum
32 TEST_FILES = 48 variable
34 TEST_FILES = 100 variable
115 for i in xrange(TEST_FILES):
368 extant = range(TEST_FILES)
611 extant = range(TEST_FILES)
715 extant = range(TEST_FILES)
/external/python/cpython3/Lib/test/
H A Dtest_imghdr.py9 TEST_FILES = ( variable
43 for filename, expected in TEST_FILES:
54 for filename, expected in TEST_FILES:
102 for filename, _ in TEST_FILES:
H A Dtest_tempfile.py28 # TEST_FILES may need to be tweaked for systems depending on the maximum
31 TEST_FILES = 48 variable
33 TEST_FILES = 100 variable
161 for i in range(TEST_FILES):
419 extant = list(range(TEST_FILES))
719 extant = list(range(TEST_FILES))
820 extant = list(range(TEST_FILES))

Completed in 2191 milliseconds