| /third_party/lwip/test/unit/core/ |
| H A D | test_def.c | 76 /** Create the suite including all tests for this module */ 80 testfunc tests[] = { in def_suite() local 83 return create_suite("DEF", tests, sizeof(tests)/sizeof(testfunc), def_setup, def_teardown); in def_suite()
|
| /third_party/libcoap/scripts/ |
| H A D | build.sh | 6 WITH_TESTS="`scripts/fix-cunit.sh` --enable-tests" 53 contiki) config "--disable-tests $WITH_DOCS --disable-examples $WITH_TLS" && \ 56 lwip) config "--disable-tests $WITH_DOCS --disable-examples $WITH_TLS" && \ 66 EXEC_FILE=tests/testdriver 68 LD_LIBRARY_PATH=$TEST_LD_LIBRARY_PATH libtool --mode=execute valgrind --track-origins=yes --leak-check=yes --show-reachable=yes --error-exitcode=123 --quiet --suppressions=tests/valgrind_suppression $EXEC_FILE 74 make -C tests/oss-fuzz -f Makefile.ci check clean
|
| /third_party/openssl/test/ |
| H A D | time_offset_test.c | 10 /* time_t/offset (+/-XXXX) tests for ASN1 and X509 */ 34 static TESTDATA tests[] = { variable 70 const TESTDATA *testdata = &tests[idx]; in test_offset() 111 ADD_ALL_TESTS(test_offset, OSSL_NELEM(tests)); in setup_tests()
|
| /third_party/skia/tests/ |
| H A D | PathOpsLineParametetersTest.cpp | 8 #include "tests/PathOpsTestCommon.h" 9 #include "tests/Test.h" 11 // tests to verify that distance calculations are coded correctly 12 static const CubicPts tests[] = { variable 38 static const size_t tests_count = SK_ARRAY_COUNT(tests); 43 const CubicPts& c = tests[index]; in DEF_TEST()
|
| H A D | PathOpsDPointTest.cpp | 8 #include "tests/PathOpsTestCommon.h" 9 #include "tests/Test.h" 11 static const SkDPoint tests[] = { variable 21 static const size_t tests_count = SK_ARRAY_COUNT(tests); 25 const SkDPoint& pt = tests[index]; in DEF_TEST()
|
| H A D | PathOpsThreeWayTest.cpp | 9 #include "tests/PathOpsTestCommon.h" 10 #include "tests/Test.h" 33 const Curve* tests; member 48 const Curve& oTest = testSet.tests[outer]; in testSetTest() 50 const Curve& iTest = testSet.tests[inner]; in testSetTest()
|
| /third_party/python/Lib/test/ |
| H A D | test_datetime.py | 9 def load_tests(loader, tests, pattern): 23 # XXX(gb) First run all the _Pure tests, then all the _Fast tests. You might 52 tests.addTests(loader.loadTestsFromTestCase(cls)) 53 return tests
|
| H A D | test_descrtut.py | 476 def load_tests(loader, tests, pattern): 477 tests.addTest(doctest.DocTestSuite()) 478 return tests
|
| H A D | test_pickletools.py | 98 def load_tests(loader, tests, pattern): 99 tests.addTest(doctest.DocTestSuite(pickletools)) 100 return tests
|
| H A D | test_distutils.py | 3 The tests for distutils are defined in the distutils.tests package; 15 import distutils.tests namespace 20 return distutils.tests.test_suite()
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 777 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() argument 779 for (int i = 0; i < tests.length; i++) in backAndForth() 781 iter.setText(tests[i][0]); in backAndForth() 798 + hex(tests[i][0]) + ", forward: " + hex(forward) in backAndForth() 801 logln("Ok: Forward/reverse for input " + hex(tests[i][0]) in backAndForth() 809 String[][] tests, int outCol) throws Exception{ in staticTest() 810 for (int i = 0; i < tests.length; i++) in staticTest() 812 String input = Utility.unescape(tests[i][0]); in staticTest() 813 String expect = Utility.unescape(tests[i][outCol]); in staticTest() 826 for (int i = 0; i < tests in staticTest() 808 staticTest(Normalizer.Mode mode, String[][] tests, int outCol) staticTest() argument 853 decomposeTest(Normalizer.Mode mode, String[][] tests, int outCol) decomposeTest() argument 932 composeTest(Normalizer.Mode mode, String[][] tests, int outCol) composeTest() argument 1011 iterateTest(Normalizer iter, String[][] tests, int outCol) iterateTest() argument [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
| H A D | BasicTest.java | 774 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() argument 776 for (int i = 0; i < tests.length; i++) in backAndForth() 778 iter.setText(tests[i][0]); in backAndForth() 795 + hex(tests[i][0]) + ", forward: " + hex(forward) in backAndForth() 798 logln("Ok: Forward/reverse for input " + hex(tests[i][0]) in backAndForth() 806 String[][] tests, int outCol) throws Exception{ in staticTest() 807 for (int i = 0; i < tests.length; i++) in staticTest() 809 String input = Utility.unescape(tests[i][0]); in staticTest() 810 String expect = Utility.unescape(tests[i][outCol]); in staticTest() 823 for (int i = 0; i < tests in staticTest() 805 staticTest(Normalizer.Mode mode, String[][] tests, int outCol) staticTest() argument 850 decomposeTest(Normalizer.Mode mode, String[][] tests, int outCol) decomposeTest() argument 929 composeTest(Normalizer.Mode mode, String[][] tests, int outCol) composeTest() argument 1008 iterateTest(Normalizer iter, String[][] tests, int outCol) iterateTest() argument [all...] |
| /third_party/ffmpeg/tests/fate/ |
| H A D | hw.mak | 2 fate-hwdevice: libavutil/tests/hwdevice$(EXESUF) 3 fate-hwdevice: CMD = run libavutil/tests/hwdevice$(EXESUF)
|
| H A D | libavdevice.mak | 2 fate-timefilter: libavdevice/tests/timefilter$(EXESUF) 3 fate-timefilter: CMD = run libavdevice/tests/timefilter
|
| H A D | acodec.mak | 2 fate-acodec-%: SRC = tests/data/asynth-44100-2.wav 5 fate-acodec-%: REF = $(SRC_PATH)/tests/ref/acodec/$(@:fate-acodec-%=%) 118 fate-acodec-dca: tests/data/asynth-44100-2.wav 119 fate-acodec-dca: SRC = tests/data/asynth-44100-2.wav 140 fate-acodec-g723_1: tests/data/asynth-8000-1.wav 141 fate-acodec-g723_1: SRC = tests/data/asynth-8000-1.wav 148 fate-acodec-ra144: tests/data/asynth-8000-1.wav 149 fate-acodec-ra144: SRC = tests/data/asynth-8000-1.wav 178 $(FATE_ACODEC): tests/data/asynth-44100-2.wav
|
| /third_party/skia/docs/examples/ |
| H A D | Rect_centerX.cpp | 7 SkRect tests[] = {{20, 30, 41, 51}, {-20, -30, -41, -51}}; in REG_FIDDLE() local 8 for (auto rect : tests) { in REG_FIDDLE()
|
| H A D | Rect_isEmpty.cpp | 7 SkRect tests[] = {{20, 40, 10, 50}, {20, 40, 20, 50}}; in REG_FIDDLE() local 8 for (auto rect : tests) { in REG_FIDDLE()
|
| /third_party/node/deps/v8/third_party/test262-harness/src/ |
| H A D | test262.py | 45 print "Cannot generate (JSON) test262 tests without a file," + \ 46 " %s, showing which tests have been disabled!" % EXCLUDED_FILENAME 57 result.add_option("--tests", default=path.abspath('.'), 58 help="Path to the tests") 62 help="Print summary after running tests") 64 help="Print summary and test output after running tests") 70 help="default mode for tests of unspecified strictness") 77 help="List includes required by tests") 84 if not path.exists(options.tests): 85 ReportError("Couldn't find test path '%s'" % options.tests) [all...] |
| /third_party/mbedtls/tests/scripts/ |
| H A D | generate_pkcs7_tests.py | 8 Make fuzz like testing for pkcs7 tests 9 Given a valid DER pkcs7 file add tests to the test_suite_pkcs7.data file 13 documentation for showing how those ugly tests in test_suite_pkcs7.data were created 38 Allow for new tests to be added. 53 tests = [] 63 tests.append(Test(lines[i], lines[i+1], lines[i+2])) 66 tests.append(Test(lines[i], None, lines[i+1])) 68 latest_test_num = float(tests[-1].name.split('#')[1]) 69 return latest_test_num, tests 179 print("made " + str(len(MUT_ARR)) + " new tests") [all...] |
| /third_party/node/test/fixtures/wpt/WebCryptoAPI/ |
| H A D | algorithm-discards-context.https.window.js | 4 let tests = {}; 6 if (tests[testId]) { 7 let {child, t} = tests[testId]; 8 delete tests[testId]; 29 tests[testId] = {t, child};
|
| /third_party/zlib/contrib/dotzlib/DotZLib/ |
| H A D | UnitTests.cs | 12 // uncomment the define below to include unit tests
17 // Unit tests for the DotZLib class library
46 #region Circular buffer tests
116 #region Adler tests
154 #region Info tests
171 #region Deflate tests
211 #region Inflate tests
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api-binary-operations-comparisons.cpp | 69 test_entry_t tests[] = in HWTEST_F() local 292 for (uint32_t idx = 0; idx < sizeof (tests) / sizeof (test_entry_t); idx++) in HWTEST_F() 294 jerry_value_t result = jerry_binary_operation (tests[idx].op, tests[idx].lhs, tests[idx].rhs); in HWTEST_F() 296 TEST_ASSERT (jerry_get_boolean_value (result) == tests[idx].expected); in HWTEST_F() 297 jerry_release_value (tests[idx].lhs); in HWTEST_F() 298 jerry_release_value (tests[idx].rhs); in HWTEST_F() 311 jerry_value_t result = jerry_binary_operation (tests[idx].op, error_tests[idx].lhs, error_tests[idx].rhs); in HWTEST_F()
|
| /third_party/node/test/parallel/ |
| H A D | test-readline-position.js | 20 const tests = [ 31 for (const [cursor, string] of tests) {
|
| /third_party/node/deps/v8/tools/release/ |
| H A D | PRESUBMIT.py | 11 tests = input_api.canned_checks.GetUnitTestsInDirectory( 14 return input_api.RunTests(tests)
|
| /third_party/protobuf/csharp/ |
| H A D | buildall.bat | 1 @rem Builds Google.Protobuf and runs the tests 5 echo Running tests.
|