HomeSort by relevance Sort by last modified time
    Searched refs:TESTS (Results 51 - 75 of 136) sorted by null

1 23 4 5 6

  /cts/common/host-side/tradefed/tests/
Android.mk 26 LOCAL_SUITE_NAME := TESTS
27 LOCAL_SUITE_FULLNAME := "Compatibility Tests"
34 # Make the tests
41 LOCAL_MODULE := compatibility-tradefed-tests
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThaiTest.java 43 String TESTS[] = {
88 compareArray(coll, TESTS);
91 void compareArray(RuleBasedCollator c, String[] tests) {
92 for (int i = 0; i < tests.length; i += 3) {
94 if (tests[i+1].equals("<")) {
96 } else if (tests[i+1].equals(">")) {
98 } else if (tests[i+1].equals("=")) {
101 // expect = Integer.decode(tests[i+1]).intValue();
102 errln("Error: unknown operator " + tests[i+1]);
105 String s1 = tests[i]
215 String tests[] = { "\\u0E44\\u0E01\\u0E44\\u0E01", local
253 String tests[] = { local
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThaiTest.java 42 String TESTS[] = {
87 compareArray(coll, TESTS);
90 void compareArray(RuleBasedCollator c, String[] tests) {
91 for (int i = 0; i < tests.length; i += 3) {
93 if (tests[i+1].equals("<")) {
95 } else if (tests[i+1].equals(">")) {
97 } else if (tests[i+1].equals("=")) {
100 // expect = Integer.decode(tests[i+1]).intValue();
101 errln("Error: unknown operator " + tests[i+1]);
104 String s1 = tests[i]
214 String tests[] = { "\\u0E44\\u0E01\\u0E44\\u0E01", local
252 String tests[] = { local
    [all...]
  /external/ltp/testcases/realtime/
README 21 realtime tests is an open-source testsuite for testing real-time Linux. It is
27 The testsuite contains some functional tests and a few performance
28 and latency measurement tests. This is still a work in (early) progress!
37 Most of the tests need the user to have a privileges that allow
40 RUNNING TESTS THROUGH LTP
42 Simplest method to run realtime tests through LTP is:
43 The command will configure,build and run tests specified through
56 func = all functional tests will be run "
57 stress = all stress tests will be run "
58 perf = all perf tests will be run
    [all...]
  /external/mesa3d/src/compiler/
Makefile.nir.am 73 check_PROGRAMS += nir/tests/control_flow_tests
81 nir/tests/control_flow_tests.cpp
91 TESTS += nir/tests/control_flow_tests
105 nir/tests \
Makefile.glsl.am 24 EXTRA_DIST += glsl/tests glsl/glcpp/tests glsl/README \
33 TESTS += glsl/glcpp/tests/glcpp-test \
34 glsl/glcpp/tests/glcpp-test-cr-lf \
35 glsl/tests/blob-test \
36 glsl/tests/cache-test \
37 glsl/tests/general-ir-test \
38 glsl/tests/optimization-test \
39 glsl/tests/sampler-types-test
    [all...]
  /external/cblas/testing/
c_dblat2.f 143 * Read and check the parameter values for the tests.
422 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
431 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F',
439 $ /' ******* TESTS ABANDONED *******' )
446 $ , /' ******* TESTS ABANDONED *******' )
449 9982 FORMAT( /' END OF TESTS' )
450 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
461 * Tests DGEMV and DGBMV.
557 * Skip tests if not enough room.
743 * Avoid repeating tests with M.le.0 o
    [all...]
c_sblat2.f 143 * Read and check the parameter values for the tests.
422 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
431 9993 FORMAT( ' TESTS OF THE REAL LEVEL 2 BLAS', //' THE F',
439 $ /' ******* TESTS ABANDONED *******' )
446 $ , /' ******* TESTS ABANDONED *******' )
449 9982 FORMAT( /' END OF TESTS' )
450 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
461 * Tests SGEMV and SGBMV.
557 * Skip tests if not enough room.
743 * Avoid repeating tests with M.le.0 o
    [all...]
c_sblat3.f 119 * Read and check the parameter values for the tests.
386 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
392 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F',
398 $ /' ******* TESTS ABANDONED *******' )
400 $ 'TESTS ABANDONED *******' )
405 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ',
409 9986 FORMAT( /' END OF TESTS' )
410 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
421 * Tests SGEMM.
486 * Skip tests if not enough room
    [all...]
c_cblat3.f 125 * Read and check the parameter values for the tests.
393 9999 FORMAT(' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
399 9995 FORMAT(' TESTS OF THE COMPLEX LEVEL 3 BLAS', //' THE F',
407 $ /' ******* TESTS ABANDONED *******' )
414 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ',
418 9986 FORMAT( /' END OF TESTS' )
419 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
430 * Tests CGEMM.
499 * Skip tests if not enough room.
523 * Skip tests if not enough room
    [all...]
c_dblat3.f 120 * Read and check the parameter values for the tests.
387 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
393 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F',
399 $ /' ******* TESTS ABANDONED *******' )
406 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ',
410 9986 FORMAT( /' END OF TESTS' )
411 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
421 * Tests DGEMM.
486 * Skip tests if not enough room.
510 * Skip tests if not enough room
    [all...]
c_zblat3.f 126 * Read and check the parameter values for the tests.
394 9999 FORMAT(' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
400 9995 FORMAT('TESTS OF THE COMPLEX*16 LEVEL 3 BLAS', //' THE F',
408 $ /' ******* TESTS ABANDONED *******' )
415 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ',
419 9986 FORMAT( /' END OF TESTS' )
420 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
431 * Tests ZGEMM.
500 * Skip tests if not enough room.
524 * Skip tests if not enough room
    [all...]
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/google-tv-pairing-protocol/cpp/
Makefile.am 12 -I$(top_srcdir)/tests \
88 TESTS = polo-test
142 tests/polo/polotests.cc \
143 tests/polo/encoding/hexadecimalencodertest.cc \
144 tests/polo/pairing/clientpairingsessiontest.cc \
145 tests/polo/pairing/pairingsessiontest.cc \
146 tests/polo/pairing/polochallengeresponsetest.cc \
147 tests/polo/pairing/serverpairingsessiontest.cc \
148 tests/polo/util/certificateutiltest.cc \
149 tests/polo/util/poloutiltest.cc
    [all...]
  /external/libvpx/libvpx/test/
test.mk 15 ## BLACK BOX TESTS
17 ## Black box tests only use the public API.
82 # Currently we only support decoder perf tests for vp9. Also they read from WebM
89 # encode perf tests are vp9 only
94 ## Multi-codec blackbox tests.
100 ## WHITE BOX TESTS
102 ## Whitebox tests invoke functions not exposed via the public API. Certain
110 # These tests require both the encoder and decoder to be built.
137 # These tests require both the encoder and decoder to be built.
180 ## Multi-codec / unconditional whitebox tests
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
Makefile.am 210 # We have to build libgold.a before we run the tests.
308 TESTS = bootstrap-test bootstrap-test-r
317 TESTS += bootstrap-test-treehash-chunksize
351 TESTS += bootstrap-test-treehash-chunksize
  /external/pcre/dist2/
Makefile.am 190 # Unit tests you want to run when people type 'make check'.
191 # TESTS is for binary unit tests, check_SCRIPTS for script-based tests
193 TESTS =
493 TESTS += pcre2_jit_test
544 ## The main library tests. Each test is a binary plus a script that runs that
548 TESTS += RunTest
556 TESTS += RunGrepTest
  /external/eigen/blas/testing/
cblat2.f 196 * Read and check the parameter values for the tests.
401 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
410 9993 FORMAT( ' TESTS OF THE COMPLEX LEVEL 2 BLAS', //' THE F',
420 $ /' ******* TESTS ABANDONED *******' )
427 $ , /' ******* TESTS ABANDONED *******' )
430 9982 FORMAT( /' END OF TESTS' )
431 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
442 * Tests CGEMV and CGBMV.
540 * Skip tests if not enough room.
719 * Avoid repeating tests with M.le.0 o
    [all...]
dblat2.f 191 * Read and check the parameter values for the tests.
396 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
405 9993 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 2 BLAS', //' THE F',
413 $ /' ******* TESTS ABANDONED *******' )
420 $ , /' ******* TESTS ABANDONED *******' )
423 9982 FORMAT( /' END OF TESTS' )
424 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
435 * Tests DGEMV and DGBMV.
530 * Skip tests if not enough room.
709 * Avoid repeating tests with M.le.0 o
    [all...]
sblat2.f 191 * Read and check the parameter values for the tests.
396 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
405 9993 FORMAT( ' TESTS OF THE REAL LEVEL 2 BLAS', //' THE F',
413 $ /' ******* TESTS ABANDONED *******' )
420 $ , /' ******* TESTS ABANDONED *******' )
423 9982 FORMAT( /' END OF TESTS' )
424 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
435 * Tests SGEMV and SGBMV.
530 * Skip tests if not enough room.
709 * Avoid repeating tests with M.le.0 o
    [all...]
zblat2.f 197 * Read and check the parameter values for the tests.
402 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
411 9993 FORMAT( ' TESTS OF THE COMPLEX*16 LEVEL 2 BLAS', //' THE F',
421 $ /' ******* TESTS ABANDONED *******' )
428 $ , /' ******* TESTS ABANDONED *******' )
431 9982 FORMAT( /' END OF TESTS' )
432 9981 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
443 * Tests ZGEMV and ZGBMV.
542 * Skip tests if not enough room.
721 * Avoid repeating tests with M.le.0 o
    [all...]
dblat3.f 166 * Read and check the parameter values for the tests.
365 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
371 9995 FORMAT( ' TESTS OF THE DOUBLE PRECISION LEVEL 3 BLAS', //' THE F',
377 $ /' ******* TESTS ABANDONED *******' )
384 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ',
388 9986 FORMAT( /' END OF TESTS' )
389 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
399 * Tests DGEMM.
464 * Skip tests if not enough room.
488 * Skip tests if not enough room
    [all...]
sblat3.f 166 * Read and check the parameter values for the tests.
365 9999 FORMAT( ' ROUTINES PASS COMPUTATIONAL TESTS IF TEST RATIO IS LES',
371 9995 FORMAT( ' TESTS OF THE REAL LEVEL 3 BLAS', //' THE F',
377 $ /' ******* TESTS ABANDONED *******' )
384 $ 'ARITHMETIC OR THE COMPILER.', /' ******* TESTS ABANDONED ',
388 9986 FORMAT( /' END OF TESTS' )
389 9985 FORMAT( /' ******* FATAL ERROR - TESTS ABANDONED *******' )
399 * Tests SGEMM.
464 * Skip tests if not enough room.
488 * Skip tests if not enough room
    [all...]
  /external/elfutils/tests/
Makefile.am 73 TESTS = run-arextract.sh run-arsymtest.sh newfile test-nlist \
140 TESTS += msg_tst md5-sha1-test system-elf-libelf-test
144 TESTS += run-readelf-s.sh run-dwflsyms.sh
149 TESTS += $(asm_TESTS)
360 LOG_COMPILER="$(installed_LOG_COMPILER)" check-TESTS

Completed in 1886 milliseconds

1 23 4 5 6