/external/python/cpython2/Lib/ |
D | imghdr.py | 133 testall(sys.argv[1:], recursive, 1) 135 testall(['.'], recursive, 1) 140 def testall(list, recursive, toplevel): function 150 testall(names, recursive, 0)
|
D | sndhdr.py | 199 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/ |
D | imghdr.py | 139 testall(sys.argv[1:], recursive, 1) 141 testall(['.'], recursive, 1) 146 def testall(list, recursive, toplevel): function 156 testall(names, recursive, 0)
|
D | sndhdr.py | 228 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/ |
D | locations-eclipse.properties | 25 icu4j.testall.dir = ${workspace_loc:/icu4j-testall}
|
D | common.properties | 56 icu4j.testall.jar = ${icu4j.testall.dir}/${jar.dir}/icu4j-testall.jar
|
D | locations.properties | 24 icu4j.testall.dir = ${shared.dir}/../tests/testall
|
/external/ltp/testcases/kernel/security/tomoyo/ |
D | README | 53 # ./testall.sh 58 You can use "| grep -vF OK" to pick up only failed tests as testall.sh does.
|
D | Makefile | 27 INSTALL_TARGETS := testall.sh
|
/external/python/cpython3/Lib/test/ |
D | test_augassign.py | 121 class testall: class 230 x = testall()
|
/external/python/cpython2/Lib/test/ |
D | test_augassign.py | 125 class testall: class 231 x = testall()
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | testall.decTest | 2 -- testall.decTest -- run all general decimal arithmetic testcases --
|
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | testall.decTest | 2 -- testall.decTest -- run all general decimal arithmetic testcases --
|
/external/python/cpython3/ |
D | README.rst | 184 memory. To enable these tests, run ``make testall``.
|
D | Makefile.pre.in | 1057 .PHONY: test testall testuniversal buildbottest pythoninfo 1071 testall: @DEF_MAKE_RULE@ platform 1089 # Like testall, but with only one pass and without multiple processes.
|
/external/python/cpython3/Doc/library/ |
D | zipfile.rst | 512 test/testall.pyc # Module test.testall
|
/external/python/cpython2/ |
D | Makefile.pre.in | 853 .PHONY: test testall testuniversal buildbottest pythoninfo 863 testall: @DEF_MAKE_RULE@ platform 883 # Like testall, but with a single pass only
|
D | README | 903 memory. To enable these tests, run "make testall".
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 956 The test.testall module has been deprecated for removal in Python 3.0.
|
/external/libxml2/ |
D | Makefile.am | 229 testall : tests SVGtests SAXtests target
|
/external/ltp/android/ |
D | Android.ltp.mk | 3112 module_prebuilt := testcases/bin/testall.sh 3113 module_src_files := testcases/kernel/security/tomoyo/testall.sh
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2944 :mod:`test.testall`, and
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2948 :mod:`test.testall`, and
|
/external/python/cpython2/Misc/ |
D | HISTORY | 14595 - 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
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17376 - 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
|