Home
last modified time | relevance | path

Searched refs:testall (Results 1 – 25 of 25) sorted by relevance

/external/python/cpython2/Lib/
Dimghdr.py133 testall(sys.argv[1:], recursive, 1)
135 testall(['.'], recursive, 1)
140 def testall(list, recursive, toplevel): function
150 testall(names, recursive, 0)
Dsndhdr.py199 testall(sys.argv[1:], recursive, 1)
201 testall(['.'], recursive, 1)
206 def testall(list, recursive, toplevel): function
216 testall(names, recursive, 0)
/external/python/cpython3/Lib/
Dimghdr.py139 testall(sys.argv[1:], recursive, 1)
141 testall(['.'], recursive, 1)
146 def testall(list, recursive, toplevel): function
156 testall(names, recursive, 0)
Dsndhdr.py228 testall(sys.argv[1:], recursive, 1)
230 testall(['.'], recursive, 1)
235 def testall(list, recursive, toplevel): function
245 testall(names, recursive, 0)
/external/icu/icu4j/main/shared/build/
Dcommon.properties56 icu4j.testall.jar = ${icu4j.testall.dir}/${jar.dir}/icu4j-testall.jar
Dlocations-eclipse.properties25 icu4j.testall.dir = ${workspace_loc:/icu4j-testall}
Dlocations.properties24 icu4j.testall.dir = ${shared.dir}/../tests/testall
/external/ltp/testcases/kernel/security/tomoyo/
DREADME53 # ./testall.sh
58 You can use "| grep -vF OK" to pick up only failed tests as testall.sh does.
DMakefile27 INSTALL_TARGETS := testall.sh
/external/python/cpython3/Lib/test/
Dtest_augassign.py121 class testall: class
230 x = testall()
/external/python/cpython2/Lib/test/
Dtest_augassign.py125 class testall: class
231 x = testall()
/external/python/cpython3/Lib/test/decimaltestdata/
Dtestall.decTest2 -- testall.decTest -- run all general decimal arithmetic testcases --
/external/python/cpython2/Lib/test/decimaltestdata/
Dtestall.decTest2 -- testall.decTest -- run all general decimal arithmetic testcases --
/external/python/cpython3/
DREADME.rst168 memory. To enable these tests, run ``make testall``.
DMakefile.pre.in1013 testall: all platform
1031 # Like testall, but with only one pass and without multiple processes.
/external/python/cpython3/Doc/library/
Dzipfile.rst484 test/testall.pyc # Module test.testall
/external/python/cpython2/
DMakefile.pre.in864 testall: all platform
884 # Like testall, but with a single pass only
DREADME902 memory. To enable these tests, run "make testall".
/external/libxml2/
DMakefile.am229 testall : tests SVGtests SAXtests target
/external/ltp/android/
DAndroid.ltp.mk1784 module_prebuilt := testcases/bin/testall.sh
1785 module_src_files := testcases/kernel/security/tomoyo/testall.sh
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2944 :mod:`test.testall`, and
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2948 :mod:`test.testall`, and
/external/python/cpython2/Misc/
DHISTORY14595 - testall now also tests math module (XXX)
15937 * Some new test modules (not run automatically by testall though):
16665 autotest: run testall without showing any output unless it differs
17399 - Fixed module testall to work non-interactively
DNEWS9949 - The test.testall module has been deprecated for removal in Python
/external/python/cpython3/Misc/
DHISTORY17376 - Removed test.testall as test.regrtest replaces it.
31974 - testall now also tests math module (XXX)
33316 * Some new test modules (not run automatically by testall though):
34044 autotest: run testall without showing any output unless it differs
34778 - Fixed module testall to work non-interactively