/external/python/cpython2/Lib/unittest/test/ |
D | test_setups.py | 17 def runTests(self, *cases): member in TestSetups 45 result = self.runTests(Test) 63 result = self.runTests(Test) 92 result = self.runTests(Test, Test2) 109 result = self.runTests(BrokenTest) 140 result = self.runTests(Test, Test2) 163 self.runTests(Test) 180 self.runTests(Test) 281 result = self.runTests(Test) 321 result = self.runTests(Test, Test2) [all …]
|
D | test_program.py | 194 program.runTests() 208 program.runTests() 226 program.runTests() 251 program.runTests()
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_setups.py | 16 def runTests(self, *cases): member in TestSetups 44 result = self.runTests(Test) 62 result = self.runTests(Test) 91 result = self.runTests(Test, Test2) 108 result = self.runTests(BrokenTest) 139 result = self.runTests(Test, Test2) 162 self.runTests(Test) 179 self.runTests(Test) 280 result = self.runTests(Test) 320 result = self.runTests(Test, Test2) [all …]
|
D | test_program.py | 232 def runTests(self, *args, **kw): pass member in TestCommandLineArgs.testWarning.FakeTP 257 program.runTests() 273 program.runTests() 287 program.runTests() 306 program.runTests() 331 program.runTests()
|
/external/expat/tests/ |
D | runtests.vcxproj | 65 <PrecompiledHeaderOutputFile>.\Release\runtests.pch</PrecompiledHeaderOutputFile> 70 <TypeLibraryName>.\Release\runtests.tlb</TypeLibraryName> 78 <OutputFile>.\Release\runtests.bsc</OutputFile> 83 <OutputFile>.\Release\runtests.exe</OutputFile> 101 <PrecompiledHeaderOutputFile>.\Debug\runtests.pch</PrecompiledHeaderOutputFile> 107 <TypeLibraryName>.\Debug\runtests.tlb</TypeLibraryName> 115 <OutputFile>.\Debug\runtests.bsc</OutputFile> 121 <OutputFile>.\Debug\runtests.exe</OutputFile> 130 <ClCompile Include="runtests.c" />
|
D | Makefile.am | 37 check_PROGRAMS = runtests runtestspp program 38 TESTS = runtests runtestspp 50 runtests.c
|
D | runtests.sln | 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "runtests", "runtests.vcxproj", "{63D6D820-B526…
|
/external/autotest/client/tests/connectathon/ |
D | connectathon.tar.bz2 | ... connectathon/
connectathon/runtests
connectathon/README
connectathon/basic/
connectathon/basic ... |
/external/curl/tests/ |
D | runtests.1 | 23 .TH runtests.pl 1 "May 05, 2017" "Curl 7.64.1" "runtests" 26 runtests.pl \- run one or more test cases 28 .B runtests.pl [options] [test number] [!test number] [key word] [!key word] 30 \fIruntests.pl\fP runs one, several or all the existing test cases in curl's 58 Run the test event-based (if possible). This will make runtests invoke curl 89 Selects a \fBtorture\fP test for the given tests. This makes runtests.pl first
|
D | README | 91 indexed from, can be set explicitly using runtests.pl' -b option to allow 102 and invokes the 'runtests.pl' perl script to run all the tests. Edit the top 112 (like "./runtests.pl 3 4" to test 3 and 4 only). It also supports test case 113 ranges with 'to', as in "./runtests 3 to 9" which runs the seven tests from 161 runtests.pl's -t option will enable torture testing mode, which runs each 172 line parameters that failed. Just invoke 'runtests.pl <test number> -g' and 179 runtests.pl script). Use runtests.pl -k to force it to keep the temporary 209 The runtests.pl script provides some hooks to allow curl to be tested on a 213 the beginning of runtests.pl for details.
|
D | Makefile.am | 23 HTMLPAGES = testcurl.html runtests.html 24 PDFPAGES = testcurl.pdf runtests.pdf 25 MANDISTPAGES = runtests.1.dist testcurl.1.dist 34 EXTRA_DIST = ftpserver.pl httpserver.pl secureserver.pl runtests.pl \ 36 valgrind.pm ftp.pm sshserver.pl sshhelp.pm pathhelp.pm testcurl.1 runtests.1 \ 71 TEST = srcdir=$(srcdir) $(PERL) $(PERLFLAGS) $(srcdir)/runtests.pl
|
/external/deqp-deps/glslang/ |
D | README.md | 170 Test](gtests/), one is the [`runtests` script](Test/runtests). The former 176 The [`runtests` script](Test/runtests) requires compiled binaries to be 179 otherwise, you may want to modify the path in the `runtests` script. 197 Running `runtests` script-backed tests: 200 cd $SOURCE_DIR/Test && ./runtests 224 For the `runtests` script, it will generate current results in the 232 by `runtests` and included in the `diff` and `bump` process.
|
/external/expat/ |
D | CMakeLists.txt | 227 …add_executable(runtests tests/runtests.c tests/chardata.c tests/structdata.c tests/minicheck.c tes… target 228 set_property(TARGET runtests PROPERTY RUNTIME_OUTPUT_DIRECTORY tests) 229 target_link_libraries(runtests expat) 230 add_test(runtests tests/runtests)
|
/external/antlr/tool/src/test/java/org/antlr/test/ |
D | TestLeftRecursion.java | 66 runTests(grammar, tests, "e"); in testTernaryExpr() 97 runTests(grammar, tests, "declarator"); in testDeclarationsUsingASTOperators() 128 runTests(grammar, tests, "declarator"); in testDeclarationsUsingRewriteOperators() 160 runTests(grammar, tests, "e"); in testExpressionsUsingASTOperators() 191 runTests(grammar, tests, "e"); in testExpressionsUsingRewriteOperators() 228 runTests(grammar, tests, "e"); in testExpressionAssociativity() 321 runTests(grammar, tests, "e"); in testJavaExpressions() 339 runTests(grammar, tests, "s"); in testReturnValueAndActions() 358 runTests(grammar, tests, "s"); in testReturnValueAndActionsAndASTs() 361 public void runTests(String grammar, String[] tests, String startRule) { in runTests() method in TestLeftRecursion
|
/external/autotest/client/bin/self-test/ |
D | test | 16 function runtests { function 55 test) runtests tests/* ;; 56 *) runtests "$@" ;;
|
/external/antlr/runtime/Python/tests/ |
D | t060leftrecursion.py | 41 # def runTests(self, grammar, tests, grammarEntry): 129 # self.runTests(grammar, tests, "e") 166 # self.runTests(grammar, tests, "declarator") 203 # self.runTests(grammar, tests, "declarator") 241 # self.runTests(grammar, tests, "e") 280 # self.runTests(grammar, tests, "e") 322 # self.runTests(grammar, tests, "e") 415 # self.runTests(grammar, tests, "e") 439 # self.runTests(grammar, tests, "s") 464 # self.runTests(grammar, tests, "s")
|
/external/antlr/runtime/Python3/tests/ |
D | t060leftrecursion.py | 41 # def runTests(self, grammar, tests, grammarEntry): 129 # self.runTests(grammar, tests, "e") 166 # self.runTests(grammar, tests, "declarator") 203 # self.runTests(grammar, tests, "declarator") 241 # self.runTests(grammar, tests, "e") 280 # self.runTests(grammar, tests, "e") 322 # self.runTests(grammar, tests, "e") 415 # self.runTests(grammar, tests, "e") 439 # self.runTests(grammar, tests, "s") 464 # self.runTests(grammar, tests, "s")
|
/external/toolchain-utils/automation/clients/helper/ |
D | crosstool.py | 36 def RunTests(self, checkout_dir, build_tree_dir, target, board, component): member in JobsFactory 37 command = self.commands.RunTests(target, board, component) 38 new_job = jobs.CreateLinuxJob('RunTests(%s, %s, %s)' % 123 def RunTests(self, target, board, component='gcc'): member in CommandsFactory
|
/external/catch2/include/internal/ |
D | catch_config.hpp | 50 RunTests::InWhatOrder runOrder = RunTests::InDeclarationOrder; 101 RunTests::InWhatOrder runOrder() const override;
|
D | catch_test_case_registry_impl.cpp | 26 case RunTests::InLexicographicalOrder: in sortTests() 29 case RunTests::InRandomOrder: in sortTests() 33 case RunTests::InDeclarationOrder: in sortTests()
|
/external/owasp/sanitizer/ |
D | Makefile | 1 default: javadoc runtests findbugs 15 @echo " runtests - Runs tests. Some require a network connection." 31 @echo " make VERBOSE=1 runtests" 34 @echo " make NOASSERTS=1 runtests" 119 runtests: tests target
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/ |
D | ChangeLog | 18 * runtests.sh: Fixing override for num cpus to test on 25 * Expanding runtests.sh to support LOOP overriding
|
/external/v8/tools/mb/ |
D | PRESUBMIT.py | 12 results.extend(input_api.RunTests(pylint_checks)) 21 results.extend(input_api.RunTests([
|
/external/u-boot/tools/buildman/ |
D | buildman | 32 def RunTests(skip_net_tests): function 60 RunTests(options.skip_net_tests)
|
D | buildman.py | 32 def RunTests(skip_net_tests): function 60 RunTests(options.skip_net_tests)
|