| /third_party/skia/third_party/externals/expat/expat/ |
| H A D | qa.sh | 158 for i in tests xmlwf ; do
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_cygwinccompiler.py | 13 from distutils.tests import support
|
| 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/rust/crates/nix/src/ |
| H A D | ifaddrs.rs | 181 mod tests { modules
|
| /third_party/rust/crates/regex/src/ |
| H A D | expand.rs | 194 mod tests { modules
|
| /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/ffmpeg/tests/fate/ |
| H A D | demux.mak | 45 fate-fits-demux: tests/data/fits-multi.fits 46 fate-fits-demux: CMD = framecrc -i $(TARGET_PATH)/tests/data/fits-multi.fits -c:v copy
|
| H A D | lavf-container.mak | 34 $(FATE_LAVF_CONTAINER): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%) 81 $(FATE_LAVF_CONTAINER_FATE): REF = $(SRC_PATH)/tests/ref/lavf-fate/$(@:fate-lavf-fate-%=%)
|
| /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:
|
| /third_party/python/Lib/unittest/test/ |
| H A D | test_setups.py | 19 tests = unittest.defaultTestLoader.loadTestsFromTestCase(case) 20 suite.addTests(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/node/tools/inspector_protocol/encoding/ |
| H A D | encoding_test.cc | 288 std::vector<TestCase> tests{{ in TEST() 303 for (const TestCase& test : tests) { in TEST() 314 // a single byte as NEGATIVE, and it tests the specific encoding in TEST() 456 std::vector<TestCase> tests{ in TEST() 465 for (const TestCase& test : tests) { in TEST() 507 std::vector<TestCase> tests{ in TEST() 514 for (const TestCase& test : tests) { in TEST() 606 std::vector<TestCase> tests{{TestCase{ in TEST() 611 for (const TestCase& test : tests) { in TEST()
|
| /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()
|