/external/cblas/testing/ |
c_cblat2.f | 147 * Read and check the parameter values for the tests. 426 9999 FORMAT(' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 435 9993 FORMAT(' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F', 445 $ /' ******* TESTS ABANDONED *******' ) 452 $ , /' ******* TESTS ABANDONED *******' ) 455 9982 FORMAT( /' END OF TESTS' ) 456 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' ) 467 * Tests CGEMV and CGBMV. 566 * Skip tests if not enough room. 753 * Avoid repeating tests with M.le.0 o [all...] |
c_zblat2.f | 148 * Read and check the parameter values for the tests. 426 9999 FORMAT(' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 435 9993 FORMAT(' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F', 445 $ /' ******* TESTS ABANDONED *******' ) 452 $ , /' ******* TESTS ABANDONED *******' ) 455 9982 FORMAT( /' END OF TESTS' ) 456 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' ) 467 * Tests CGEMV and CGBMV. 567 * Skip tests if not enough room. 754 * Avoid repeating tests with M.le.0 o [all...] |
/external/eigen/blas/testing/ |
dblat3.f | 120 * Read and check the parameter values for the tests. 326 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 332 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F', 338 $ /' ******* TESTS ABANDONED *******' ) 345 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ', 349 9986 FORMAT( /' END OF TESTS' ) 350 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' ) 360 * Tests DGEMM. 425 * Skip tests if not enough room. 449 * Skip tests if not enough room [all...] |
sblat3.f | 120 * Read and check the parameter values for the tests. 326 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 332 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F', 338 $ /' ******* TESTS ABANDONED *******' ) 345 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ', 349 9986 FORMAT( /' END OF TESTS' ) 350 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' ) 360 * Tests SGEMM. 425 * Skip tests if not enough room. 449 * Skip tests if not enough room [all...] |
cblat3.f | 127 * Read and check the parameter values for the tests. 334 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 340 9995 FORMAT( ' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F', 348 $ /' ******* TESTS ABANDONED *******' ) 355 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ', 359 9986 FORMAT( /' END OF TESTS' ) 360 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' ) 370 * Tests CGEMM. 439 * Skip tests if not enough room. 463 * Skip tests if not enough room [all...] |
zblat3.f | 128 * Read and check the parameter values for the tests. 335 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES', 341 9995 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F', 349 $ /' ******* TESTS ABANDONED *******' ) 356 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ', 360 9986 FORMAT( /' END OF TESTS' ) 361 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' ) 371 * Tests ZGEMM. 440 * Skip tests if not enough room. 464 * Skip tests if not enough room [all...] |
/external/testng/src/main/java/org/testng/internal/ |
MethodInvocationHelper.java | 229 if (ThreadUtil.isTestNGThread() && testResult.getTestContext().getCurrentXmlTest().getParallel() != XmlSuite.ParallelMode.TESTS) {
|
/external/vixl/ |
Android.mk | 218 ######### VIXL HOST TESTS ######### 221 # To run all the tests: vixl-test-runner --run_all 239 .PHONY: run-vixl-tests 240 run-vixl-tests: vixl-test-runner 244 @echo vixl tests PASSED
|
/external/testng/src/main/java/org/testng/ |
SuiteRunner.java | 34 * <CODE>SuiteRunner</CODE> is responsible for running all the tests included in one 301 // a <file-suite> tag and no real tests) 317 boolean testsInParallel = XmlSuite.ParallelMode.TESTS.equals(m_suite.getParallel()); 373 * Implement <suite parallel="tests">. 377 * tag, it can't implement <suite parallel="tests">, which is why we're doing it here). 565 //files. This is not the desired behaviour of running tests in maven2.
|
/external/harfbuzz_ng/ |
git.mk | 295 $(TESTS:=.test) \
|
/external/v8/test/mjsunit/harmony/ |
futex.js | 100 //// WORKER ONLY TESTS
|
/external/testng/src/main/java/org/testng/xml/ |
XmlSuite.java | 32 TESTS, METHODS, CLASSES, INSTANCES, NONE, TRUE, FALSE; 112 /** Tests in suite. */ 121 /** Time out for methods/tests */ 274 * Returns the tests. 275 * @return the tests. 282 public void setTests(List<XmlTest> tests) { 283 m_tests = tests; 342 * Gets the parameters that apply to tests in this suite.<br>
|
/prebuilts/go/darwin-x86/src/cmd/dist/ |
test.go | 24 flag.BoolVar(&t.listMode, "list", false, "list available tests") 27 flag.BoolVar(&t.race, "race", false, "run in race builder mode (different set of tests)") 30 "run only those tests matching the regular expression; empty means to run all. "+ 45 runNames []string // tests to run, exclusive with runRx; empty means all 57 tests []distTest 113 // we run tests). It is disabled by default because iOS 155 for _, tt := range t.tests { 161 // we must unset GOROOT_FINAL before tests, because runtime/debug requires 174 for _, dt := range t.tests { 199 fmt.Println("\nALL TESTS PASSED (some were excluded)" [all...] |
/prebuilts/go/linux-x86/src/cmd/dist/ |
test.go | 24 flag.BoolVar(&t.listMode, "list", false, "list available tests") 27 flag.BoolVar(&t.race, "race", false, "run in race builder mode (different set of tests)") 30 "run only those tests matching the regular expression; empty means to run all. "+ 45 runNames []string // tests to run, exclusive with runRx; empty means all 57 tests []distTest 113 // we run tests). It is disabled by default because iOS 155 for _, tt := range t.tests { 161 // we must unset GOROOT_FINAL before tests, because runtime/debug requires 174 for _, dt := range t.tests { 199 fmt.Println("\nALL TESTS PASSED (some were excluded)" [all...] |
/external/protobuf/src/ |
Makefile.am | 262 # Tests ============================================================== 370 # Disable optimization for tests unless the user explicitly asked for it, 455 TESTS = protobuf-test protobuf-lazy-descriptor-test protobuf-lite-test \
|
/external/skia/third_party/yasm/config/android/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/skia/third_party/yasm/config/chromeos/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/skia/third_party/yasm/config/ios/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/skia/third_party/yasm/config/linux/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/skia/third_party/yasm/config/mac/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/skia/third_party/yasm/config/openbsd/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/skia/third_party/yasm/config/win/ |
Makefile | 204 TESTS = $(am__append_3) modules/arch/x86/tests/x86_test.sh \ 205 modules/arch/x86/tests/gas32/x86_gas32_test.sh \ 206 modules/arch/x86/tests/gas64/x86_gas64_test.sh \ 207 modules/arch/lc3b/tests/lc3b_test.sh \ 208 modules/parsers/gas/tests/gas_test.sh \ 209 modules/parsers/gas/tests/bin/gas_bin_test.sh \ 210 modules/parsers/nasm/tests/nasm_test.sh \ 211 modules/parsers/nasm/tests/worphan/nasm_worphan_test.sh \ 212 modules/parsers/tasm/tests/tasm_test.sh [all...] |
/external/google-breakpad/ |
Makefile.am | 41 # This is only necessary for building the unit tests until GTest is upgraded 326 ## Tests 388 TESTS = $(check_PROGRAMS) $(check_SCRIPTS) 391 # Since Autotools 1.2, tests are run through a special "test driver" script. 427 src/common/linux/tests/crash_generator.cc \ 429 src/common/tests/file_utils.cc \ 592 src/common/linux/tests/crash_generator.cc \ 593 src/common/tests/file_utils.cc \ [all...] |
/prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/ |
testng-6.9.10.jar | |
/external/bison/tests/ |
testsuite | 2 # Generated from ../../../tests/local.at by GNU Autoconf 2.69. 569 # Whether to rerun failed tests. [all...] |