| /third_party/elfutils/tests/ |
| H A D | run-dwarf-getmacros.sh | 23 file /home/petr/proj/elfutils/pending/elfutils/tests/decom/x.c 158 file /home/petr/proj/elfutils/pending/elfutils/tests/decom/y.c 525 file /home/mark/src/tests/macro.c
|
| H A D | run-compress-test.sh | 76 testrun ${abs_top_builddir}/tests/elfstrmerge -o ${mergedfile} ${testfile}
|
| H A D | test-subr.sh | 96 echo >&2 installcheck not possible with --enable-tests-rpath
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| H A D | RBBITest.java | 14 // TODO: These tests should be mostly retired. 209 final TBItem[] tests = { in TestTailoredBreaks() 215 for (int iTest = 0; iTest < tests.length; iTest++) { in TestTailoredBreaks() 216 tests[iTest].doTest(); in TestTailoredBreaks()
|
| /third_party/mbedtls/programs/ |
| H A D | Makefile | 1 MBEDTLS_TEST_PATH = ../tests 123 $(MAKE) -C ../tests mbedtls_test 132 psa/psa_constant_names_generated.c: $(gen_file_dep) ../tests/suites/test_suite_psa_crypto_metadata.data
|
| /third_party/node/test/parallel/ |
| H A D | test-fs-realpath.js | 83 // sub-tests: 566 const tests = [ 586 const numtests = tests.length; 590 const test = tests.shift(); 610 console.error('start tests');
|
| H A D | test-tls-client-verify.js | 142 console.log(`successful tests: ${successfulTests}`);
|
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | spooftest.c | 19 * More complete testing of spoof detection functionality is done with the C++ tests. 66 * "sc" is the ready-to-go SpoofChecker for use in the tests. 195 /* don't even try the rest of the tests. They would all fail. */ in TestUSpoofCAPI() 357 So with those tests gone checking that Identifier should now succeed */ in TestUSpoofCAPI() 491 const UChar* tests[] = { goodLatin, scMixed, scLatin, in TestUSpoofCAPI() local 494 for (int32_t i=0; i<UPRV_LENGTHOF(tests); i++) { in TestUSpoofCAPI() 495 const UChar* str = tests[i]; in TestUSpoofCAPI()
|
| /third_party/skia/tests/ |
| H A D | ResourceAllocatorTest.cpp | 20 #include "tests/Test.h" 424 TestCase tests[] = { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local 490 for (size_t i = 0; i < SK_ARRAY_COUNT(tests); i++) { in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() 491 TestCase& test = tests[i]; in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
|
| H A D | PathOpsChalkboardTest.cpp | 8 #include "tests/PathOpsExtendedTest.h" 9 #include "tests/PathOpsThreadedCommon.h" 176 static TestDesc tests[] = { 181 static const size_t testCount = SK_ARRAY_COUNT(tests); 185 RunTestSet(reporter, tests, testCount, firstTest, skipTest, stopTest, runReverse);
|
| /third_party/skia/tools/fm/ |
| H A D | fm.cpp | 22 #include "tests/Test.h" 418 SkTHashMap<SkString, const skiatest::Test*> tests; in main() local 426 tests.set(SkString{test.fName}, &test); in main() 452 if (const skiatest::Test** test = tests.find(name)) { in main()
|
| /third_party/python/Lib/test/ |
| H A D | test_heapq.py | 31 def load_tests(loader, tests, ignore): 44 tests.addTests(doctest.DocTestSuite(py_heapq, 46 return tests 159 # covered in other tests, so test that case explicitly here
|
| H A D | test_code.py | 1 """This module includes tests of the code object representation. 802 def load_tests(loader, tests, pattern): 803 tests.addTest(doctest.DocTestSuite()) 804 return tests
|
| H A D | test_pdb.py | 41 """This tests the custom displayhook for pdb. 232 First, need to clear bdb state that might be left over from previous tests. 2420 def load_tests(loader, tests, pattern): 2422 tests.addTest(doctest.DocTestSuite(test_pdb)) 2423 return tests
|
| H A D | test_difflib.py | 554 def load_tests(loader, tests, pattern): 555 tests.addTest(doctest.DocTestSuite(difflib)) 556 return tests
|
| H A D | test_pickle.py | 543 def load_tests(loader, tests, pattern): 544 tests.addTest(doctest.DocTestSuite()) 545 return tests
|
| H A D | test_http_cookiejar.py | 77 tests = [ 94 # A few tests with extra space at various places 105 for s in tests: 156 tests = [ 166 # A few tests with extra space at various places 172 for s in tests: 238 tests = [ 257 for arg, expect in tests: 272 tests = [ 294 for arg, expect in tests [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | dtptngts.cpp | 732 // ======= More tests ticket#6110 in testAPI() 1163 const char* tests[][3] = { in testC() local 1187 int32_t numTests = UPRV_LENGTHOF(tests); in testC() 1190 Locale::forLanguageTag(tests[i][0], status), status); in testC() 1192 dataerrln("FAIL: DateTimePatternGenerator::createInstance failed for %s", tests[i][0]); in testC() 1196 UnicodeString pattern = gen->getBestPattern(tests[i][1], options, status); in testC() 1197 UnicodeString expectedPattern = UnicodeString(tests[i][2]).unescape(); in testC() 1200 strcat(message, tests[i][0]); in testC() 1202 strcat(message, tests[i][1]); in testC() 1643 // The following tests som in testDateTimePatterns() [all...] |
| /third_party/node/deps/v8/third_party/inspector_protocol/crdtp/ |
| H A D | cbor_test.cc | 243 std::vector<TestCase> tests{{ in TEST() 258 for (const TestCase& test : tests) { in TEST() 269 // a single byte as NEGATIVE, and it tests the specific encoding in TEST() 411 std::vector<TestCase> tests{ in TEST() 420 for (const TestCase& test : tests) { in TEST() 462 std::vector<TestCase> tests{ in TEST() 469 for (const TestCase& test : tests) { in TEST() 561 std::vector<TestCase> tests{{TestCase{ in TEST() 566 for (const TestCase& test : tests) { in TEST()
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | api.mak | 22 fate-api-seek: CMD = run $(APITESTSDIR)/api-seek-test$(EXESUF) $(TARGET_PATH)/tests/data/lavf/lavf.flv 0 720
|
| H A D | lavf-audio.mak | 27 $(FATE_LAVF_AUDIO): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
|
| H A D | lavf-video.mak | 19 $(FATE_LAVF_VIDEO): REF = $(SRC_PATH)/tests/ref/lavf/$(@:fate-lavf-%=%)
|
| /third_party/ltp/testcases/kernel/fs/fs_readonly/ |
| H A D | test_robind.sh | 20 # Readme_ROBind has more details on the tests running for ROBIND. 23 # FUNCTIONALITY: File system tests for normal mount, bind mount and RO mount 25 # DESCRIPTION: Performs filesystems tests for RO mount. 32 # It verifies the tests on a) and b) works correctly. 33 # For the c) option it checks that the tests are not able to write 60 executing the filesystem tests. 112 tst_brkm TCONF "tests need a big block device(>=500MB)" 135 # the core function where it runs the tests 136 # $1 - directory where to run tests 195 # Executes the tests fo [all...] |
| /third_party/icu/icu4c/source/tools/genren/ |
| H A D | Makefile | 65 ( cd $(ICUDIR) ; CPPFLAGS="-DU_DISABLE_RENAMING=1 -DUCONFIG_ENABLE_PLUGINS" $(GENREN_CONFIGURE_ENV) $(top_srcdir)/../configure --with-data-packaging=archive --enable-tests=no --prefix=`pwd` $(GENREN_CONFIGURE_OPTS) )
|
| /third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/t/ |
| H A D | safe.t | 15 plan tests => 20;
|