| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cbididat.c | 379 tests[]={ variable 451 bidiTestCount=UPRV_LENGTHOF(tests);
|
| /third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
| H A D | afuc_test.asm | 112 ; Demonstrates/tests comparisons and conditional branches. This also 176 ; tests @FOO+0x1 for 64-bit control regs, and reading/writing $rem
|
| /third_party/musl/scripts/ |
| H A D | runtest_linux.sh | 46 REMOTE=/data/tests/libc-test 86 ${CMD} shell mkdir /data/tests
|
| /third_party/ltp/testscripts/ |
| H A D | ltp-aiodio.sh | 4 # These tests will only run correctly if the kernel and libaio has been compiled 42 -o = optional partition allows some of the tests to utilize multiple filesystems to further stress AIO/DIO 53 but there is not a default filesystem. ReiserFS does not support AIO so these tests will not support ReiserFS. 230 echo "************ Running aio-stress tests " 239 echo "************ End Running aio-stress tests " 243 echo "************ Running EXTENDED aio-stress tests " 258 echo "************ Running aiocp tests " 265 echo "************ End Running aiocp tests " 268 echo "************ Running aiodio_sparse tests " 275 echo "************ End Running aiodio_sparse tests " [all...] |
| /third_party/python/Tools/iobench/ |
| H A D | iobench.py | 57 # Here begin the tests 207 # XXX the 2 following tests don't work with py3k's text IO 291 def run_test_family(tests, mode_filter, files, open_func, *make_args): 292 for test_func in tests: 424 help="run binary I/O tests") 427 help="run text I/O tests") 430 help="run read tests") 433 help="run write & modify tests") 436 help="encoding for text tests (default: %s)" % TEXT_ENCODING) 439 help="line endings for text tests " [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcGLSLVectorConstructorTests.cpp | 22 * \brief GLSL vector constructor tests. 77 const TestDefinition tests[] = member 167 for(const auto& test : tests) in generateTestParams() 578 : deqp::TestCaseGroup(context, "glsl_constructors", "GLSL vector constructor tests") in GLSLVectorConstructorTests()
|
| /third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
| H A D | tree.go | 108 tests := t.index(path) 133 for _, indexedTest := range tests { 210 // Test is an collection of named sub-tests
|
| /third_party/python/Lib/test/ |
| H A D | test_richcmp.py | 260 tests = [ 275 for i, test in enumerate(tests):
|
| H A D | test_ttk_textonly.py | 426 tests = ( 430 for orig, expected in tests:
|
| H A D | test_generators.py | 18 # This tests to make sure that if a SIGINT arrives just before we send into a 1061 # Fun tests (for sufficiently warped notions of "fun"). 1580 def flat_conjoin(gs): # rename to conjoin to run tests with this instead 2357 references. We add it to the standard suite so the routine refleak-tests 2395 related. The coroutine tests (above) just happen to cause an exception in 2422 These refleak tests should perhaps be in a testfile of their own, 2438 def load_tests(loader, tests, pattern): 2439 tests.addTest(doctest.DocTestSuite()) 2440 return tests
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_setups.py | 19 tests = unittest.defaultTestLoader.loadTestsFromTestCase(case) 20 suite.addTests(tests)
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_dist.py | 18 from distutils.tests import support 73 from distutils.tests.test_dist import test_dist 75 "foo.bar,distutils.tests", 82 ["distutils.command", "foo.bar", "distutils.tests"])
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | escaping_test.cc | 157 epair tests[] = in TEST() local 164 for (const epair& val : tests) { in TEST() 563 // Check the short strings; this tests the math (and boundaries) in TestEscapeAndUnescape() 595 // Now try the long strings, this tests the streaming in TestEscapeAndUnescape()
|
| /third_party/skia/infra/bots/task_drivers/fm_driver/ |
| H A D | fm_driver.go | 74 // Run `fm <flag>` to find the names of all linked GMs or tests. 295 Sources []string // Passed to FM -s: names of gms/tests, paths to images, .skps, etc. 379 // Expand "gm" or "gms" to all known GMs, or same for tests, images, skps, svgs. 443 tests := shorthands["tests"] 473 run(tests, F{"race": "0"}) // Several unit tests are not reentrant.
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmInstructionTests.cpp | 4067 // All of the tests are of the form: in createOpPhiVartypeTests() 6472 de::MovePtr<tcu::TestCaseGroup> entryMainGroup (new tcu::TestCaseGroup(testCtx, "entry_main", "OpName tests with entry main")); in createOpNameGroup() 6473 de::MovePtr<tcu::TestCaseGroup> entryNotGroup (new tcu::TestCaseGroup(testCtx, "entry_rdc", "OpName tests with entry rdc")); in createOpNameGroup() 6474 de::MovePtr<tcu::TestCaseGroup> abuseGroup (new tcu::TestCaseGroup(testCtx, "abuse", "OpName abuse tests")); in createOpNameGroup() 6698 de::MovePtr<tcu::TestCaseGroup> abuseGroup(new tcu::TestCaseGroup(testCtx, "abuse", "OpMemberName abuse tests")); in createOpMemberNameGroup() 7370 const NameCodePair tests[] = in createOpSourceTests() local 7388 for (size_t testNdx = 0; testNdx < sizeof(tests) / sizeof(NameCodePair); ++testNdx) in createOpSourceTests() 7390 fragments["debug"] = tests[testNdx].code; in createOpSourceTests() 7391 createTestsForAllStages(tests[testNdx].name, defaultColors, defaultColors, fragments, opSourceTests.get()); in createOpSourceTests() 7404 const NameCodePair tests[] in createOpSourceContinuedTests() local 7603 NameConstantsCode tests[] = createOpConstantNullTests() local 7720 NameConstantsCode tests[] = createOpConstantCompositeTests() local 8093 CaseNameDecoration tests[] = createDecorationGroupTests() local 8737 CaseNameDecoration tests[] = { createNoContractionTests() local 8821 NameMemoryAccess tests[] = createMemoryAccessTests() local 8855 const NameCodePair tests[] = createOpUndefTests() local 9022 } tests[] = createOpQuantizeSingleOptionTests() local 9201 } tests[] = { createOpQuantizeTwoPossibilityTests() local 11238 NameConstantsCode tests[] = createOpConstantFloat16Tests() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| H A D | RBBIMonkeyTest.java | 1011 String tests[] = {"grapheme.txt", "word.txt", "line.txt", "line_cj.txt", "sentence.txt", "line_normal.txt", in TestMonkey() 1018 tests = new String[] {testNameFromParams}; in TestMonkey() 1032 for (String testName: tests) { in TestMonkey()
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBIMonkeyTest.java | 1015 String tests[] = {"grapheme.txt", "word.txt", "line.txt", "line_cj.txt", "sentence.txt", "line_normal.txt", in TestMonkey() 1022 tests = new String[] {testNameFromParams}; in TestMonkey() 1036 for (String testName: tests) { in TestMonkey()
|
| H A D | RBBITest.java | 13 // TODO: These tests should be mostly retired. 212 final TBItem[] tests = { in TestTailoredBreaks() 218 for (int iTest = 0; iTest < tests.length; iTest++) { in TestTailoredBreaks() 219 tests[iTest].doTest(); in TestTailoredBreaks()
|
| /third_party/lwip/test/unit/api/ |
| H A D | test_sockets.c | 831 /** Create the suite including all tests for this module */ 835 testfunc tests[] = { in sockets_suite() local 842 return create_suite("SOCKETS", tests, sizeof(tests)/sizeof(testfunc), sockets_setup, sockets_teardown); in sockets_suite()
|
| /third_party/lwip/test/unit/tcp/ |
| H A D | test_tcp_oos.c | 8 #error "This tests needs TCP- and MEMP-statistics enabled" 11 #error "This tests needs TCP_QUEUE_OOSEQ enabled" 141 /* restore netif_list for next tests (e.g. loopif) */ in tcp_oos_teardown() 989 /** Create the suite including all tests for this module */ 993 testfunc tests[] = { in tcp_oos_suite() local 1017 return create_suite("TCP_OOS", tests, sizeof(tests)/sizeof(testfunc), tcp_oos_setup, tcp_oos_teardown); in tcp_oos_suite()
|
| /third_party/openssl/test/ |
| H A D | siphash_internal_test.c | 10 /* Internal tests for the siphash module */ 38 static TESTDATA tests[] = { variable 172 TESTDATA test = tests[idx]; in test_siphash() 289 ADD_ALL_TESTS(test_siphash, OSSL_NELEM(tests)); in setup_tests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuildTests.cpp | 21 * \brief Ray Tracing Build tests 609 const char* tests[] = in buildTest() local 620 for (size_t testsNdx = 0; testsNdx < DE_LENGTH_OF_ARRAY(tests); ++testsNdx) in buildTest() 622 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, tests[testsNdx])); in buildTest() 723 // Ray tracing build tests in createBuildTests()
|
| /third_party/vk-gl-cts/modules/gles3/stress/ |
| H A D | es3sDrawTests.cpp | 21 * \brief Draw stress tests 296 const IndexTest tests[] = in init() local 311 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() 313 const IndexTest& indexTest = tests[testNdx]; in init() 374 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init() 619 : TestCaseGroup(context, "draw", "Draw stress tests") in DrawTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
| H A D | vktRayTracingBuildTests.cpp | 21 * \brief Ray Tracing Build tests 608 const char* tests[] = in buildTest() local 619 for (size_t testsNdx = 0; testsNdx < DE_LENGTH_OF_ARRAY(tests); ++testsNdx) in buildTest() 621 de::MovePtr<tcu::TestCaseGroup> group(new tcu::TestCaseGroup(testCtx, tests[testsNdx], "")); in buildTest() 716 de::MovePtr<tcu::TestCaseGroup> buildGroup(new tcu::TestCaseGroup(testCtx, "build", "Ray tracing build tests")); in createBuildTests()
|
| /third_party/vk-gl-cts/modules/gles2/functional/ |
| H A D | es2fDrawTests.cpp | 21 * \brief Drawing tests. 317 const IndexTest tests[] = in init() local 340 for (int testNdx = 0; testNdx < DE_LENGTH_OF_ARRAY(tests); ++testNdx) in init() 342 const IndexTest& indexTest = tests[testNdx]; in init() 454 // First-tests in init() 455 this->addChild(new FirstGroup(m_context, "first", "First tests", m_method)); in init() 460 // Index-tests in init() 462 this->addChild(new IndexGroup(m_context, "indices", "Index tests", m_method)); in init() 692 : TestCaseGroup(context, "draw", "Drawing tests") in DrawTests()
|