Home
last modified time | relevance | path

Searched refs:tests (Results 201 - 225 of 1065) sorted by relevance

12345678910>>...43

/third_party/jerryscript/tests/unit-core/
H A Dtest-api-binary-operations-arithmetics.cpp144 test_entry_t tests[] = in HWTEST_F() local
253 for (uint32_t idx = 0; idx < sizeof (tests) / sizeof (test_entry_t); idx++) in HWTEST_F()
255 jerry_value_t result = jerry_binary_operation (tests[idx].op, tests[idx].lhs, tests[idx].rhs); in HWTEST_F()
258 jerry_value_t equals = jerry_binary_operation (JERRY_BIN_OP_STRICT_EQUAL, result, tests[idx].expected); in HWTEST_F()
262 jerry_release_value (tests[idx].lhs); in HWTEST_F()
263 jerry_release_value (tests[idx].rhs); in HWTEST_F()
264 jerry_release_value (tests[idx].expected); in HWTEST_F()
301 jerry_value_t result = jerry_binary_operation (tests[id in HWTEST_F()
[all...]
H A Dtest-api-binary-operations-comparisons.cpp69 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/PyYAML/
H A DMakefile27 ${PYTHON} tests/lib/test_build.py ${TEST}
30 ${PYTHON} tests/lib/test_build_ext.py ${TEST}
49 tests/lib/__pycache__/ \
/third_party/node/test/parallel/
H A Dtest-http-upgrade-advertise.js7 const tests = [
17 if (tests.length === 0)
20 const test = tests.shift();
H A Dtest-repl-uncaught-exception.js39 const tests = [
74 assert.strictEqual(count, tests.length);
77 tests.forEach(run);
/third_party/node/deps/npm/node_modules/cli-columns/
H A Dtest.js7 const tests = [];
10 tests.push([msg, fn]);
14 for (const [msg, fn] of tests) {
/third_party/ltp/testcases/kernel/syscalls/rt_sigtimedwait/
H A Drt_sigtimedwait01.c23 struct sigwait_test_desc tests[] = { variable
57 struct sigwait_test_desc *tc = &tests[i]; in run()
70 .tcnt = ARRAY_SIZE(tests),
/third_party/toybox/scripts/
H A Dtest.sh7 FILES="$PWD"/tests/files
53 do_test "$TOPDIR"/tests/$i.test
56 for i in "$TOPDIR"/tests/*.test
/third_party/vixl/tools/
H A Dgenerate_test_trace_a64_reference.py38 description = 'Generate reference output for TRACE_* tests')
55 # Find the trace tests.
57 if status != 0: util.abort('Failed to list all tests')
58 tests = [t for t in output.split() if 'TRACE_' in t] variable
59 tests.sort()
64 for test in tests:
/third_party/node/deps/v8/tools/testrunner/
H A Dstandard_runner.py43 # Shortcut for the two above ('more' first - it has the longer running tests)
50 # Extra flags passed to all tests using the standard test runner.
102 parser.add_option('--slow-tests', default='dontcare',
103 help='Regard slow tests (run|skip|dontcare)')
104 parser.add_option('--pass-fail-tests', default='dontcare',
105 help='Regard pass|fail tests (run|skip|dontcare)')
107 help=('Quick check mode (skip slow tests)'))
123 parser.add_option('--max-heavy-tests', default=1, type='int',
124 help='Maximum number of heavy tests run in parallel')
130 help='Run tests wit
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp23 * \brief Graphics pipeline and helper functions for SPIR-V assembly tests
82 // Resources used by graphics-pipeline-based tests.
147 // Interface variables used by graphics-pipeline-based tests.
471 tcu::TestCaseGroup* tests,
487 tcu::TestCaseGroup* tests,
496 tcu::TestCaseGroup* tests, in createTestsForAllStages()
509 tests, failResult, failMessageTemplate); in createTestsForAllStages()
517 tcu::TestCaseGroup* tests, in createTestsForAllStages()
529 tests, failResult, failMessageTemplate); in createTestsForAllStages()
538 tcu::TestCaseGroup* tests, in createTestsForAllStages()
492 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, tcu::TestCaseGroup* tests, const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
512 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const SpecConstants& specConstants, tcu::TestCaseGroup* tests, const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
532 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const GraphicsResources& resources, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string(), const bool splitRenderArea = false) createTestsForAllStages() argument
554 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const GraphicsInterfaces interfaces, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
575 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const PushConstants& pushConstants, const GraphicsResources& resources, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmGraphicsShaderTestUtil.hpp23 * \brief Graphics pipeline and helper functions for SPIR-V assembly tests
82 // Resources used by graphics-pipeline-based tests.
147 // Interface variables used by graphics-pipeline-based tests.
471 tcu::TestCaseGroup* tests,
487 tcu::TestCaseGroup* tests,
496 tcu::TestCaseGroup* tests, in createTestsForAllStages()
509 tests, failResult, failMessageTemplate); in createTestsForAllStages()
517 tcu::TestCaseGroup* tests, in createTestsForAllStages()
529 tests, failResult, failMessageTemplate); in createTestsForAllStages()
538 tcu::TestCaseGroup* tests, in createTestsForAllStages()
492 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, tcu::TestCaseGroup* tests, const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
512 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const SpecConstants& specConstants, tcu::TestCaseGroup* tests, const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
532 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const GraphicsResources& resources, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string(), const bool splitRenderArea = false) createTestsForAllStages() argument
554 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const GraphicsInterfaces interfaces, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
575 createTestsForAllStages(const std::string& name, const tcu::RGBA (&inputColors)[4], const tcu::RGBA (&outputColors)[4], const std::map<std::string, std::string>& testCodeFragments, const PushConstants& pushConstants, const GraphicsResources& resources, const std::vector<std::string>& extensions, tcu::TestCaseGroup* tests, VulkanFeatures vulkanFeatures = VulkanFeatures(), const qpTestResult failResult = QP_TEST_RESULT_FAIL, const std::string& failMessageTemplate = std::string()) createTestsForAllStages() argument
[all...]
/test/testfwk/arkxtest/jsunit/src/module/report/
H A DReportExtend.js33 report.tests++;
34 suiteReport.tests++;
79 tests: 0,
89 tests: 0,
/third_party/libabigail/tests/
H A Dtest-read-ctf.cc27 using abigail::tests::read_common::InOutSpec;
28 using abigail::tests::read_common::test_task;
29 using abigail::tests::read_common::display_usage;
30 using abigail::tests::read_common::options;
397 /// Task specialization to perform CTF tests.
415 /// abigail::tests::read_common::InOutSpec.
416 /// @param InOutSpec the array containing set of tests.
432 /// abigail::tests::read_common::InOutSpec.
489 /// @param s the @ref abigail::tests::read_common::InOutSpec
490 /// tests containe
[all...]
H A Dtest-kmi-whitelist.cc10 /// This program tests suppression generation from KMI whitelists.
30 = std::string(abigail::tests::get_src_dir())
31 + "/tests/data/test-kmi-whitelist/whitelist-with-single-entry";
34 = std::string(abigail::tests::get_src_dir())
35 + "/tests/data/test-kmi-whitelist/whitelist-with-another-single-entry";
38 = std::string(abigail::tests::get_src_dir())
39 + "/tests/data/test-kmi-whitelist/whitelist-with-two-sections";
42 = std::string(abigail::tests::get_src_dir())
43 + "/tests/data/test-kmi-whitelist/whitelist-with-duplicate-entry";
/third_party/rust/crates/bindgen/ci/
H A Dtest.bat12 findstr /r /c:"#include *<.*>" tests\headers\* >nul 2>&1 && (
15 echo There is no guarantee that the system running the tests has the header
38 ::Now test the expectations' size and alignment tests.
40 pushd tests\expectations
/third_party/protobuf/objectivec/Tests/CocoaPods/
H A Drun_tests.sh3 # Helper to run the pods tests.
23 Skip the static based pods tests.
25 Skip the framework based pods tests.
27 Skip the iOS pods tests.
29 Skip the OS X pods tests.
70 echo "ERROR: Need to run at least iOS or OS X tests." 1>&2
74 echo "ERROR: Need to run at least static or frameworks tests." 1>&2
145 # Run the tests.
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DBasicTest.java777 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 DBasicTest.java774 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/node/deps/v8/third_party/test262-harness/src/
H A Dtest262.py45 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/ffmpeg/tests/fate/
H A Dacodec.mak2 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/openssl/test/
H A Dbad_dtls_test.c19 * Note that unlike other SSL tests, we don't test against our own SSL
450 } tests[] = { variable
564 for (i = 0; i < (int)OSSL_NELEM(tests); i++) { in test_bad_dtls()
567 if (!TEST_true(send_record(rbio, SSL3_RT_APPLICATION_DATA, tests[i].seq, in test_bad_dtls()
568 &tests[i].seq, sizeof(uint64_t)))) { in test_bad_dtls()
570 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[i].seq, i); in test_bad_dtls()
574 if (tests[i].drop) in test_bad_dtls()
580 (unsigned int)(tests[i].seq >> 32), (unsigned int)tests[ in test_bad_dtls()
[all...]
/third_party/typescript/tests/baselines/reference/
H A DduplicateLocalVariable1.js15 private tests: TestCase[] = [];
22 this.tests.push(test);
26 for (var test in this.tests) {
28 var testcase = <TestCase>this.tests[test]
60 export var tests: TestRunner = (function () {
69 // File detection tests
79 // File pattern matching tests
96 // Command-line parameter tests
121 // File BOM detection tests
153 // UTF8 encoding tests
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcapitst.c66 /* WEIVTODO: return tests here */ in addCollAPITest()
298 log_verbose("The property tests begin : \n"); in TestProperty()
395 log_verbose("getRules tests end.\n"); in TestProperty()
403 log_verbose("getRules tests end.\n"); in TestProperty()
410 log_verbose("getRulesEx tests end.\n"); in TestProperty()
514 /* tests that modifier ! is always ignored */ in TestRuleBasedColl()
572 log_verbose("The compare tests begin : \n"); in TestCompare()
605 log_verbose("The compare tests end.\n"); in TestCompare()
613 tests decomposition setting
1218 - very bad if you try to run the tests o in TestSortKey()
1668 struct teststruct tests[] = { TestBounds() local
1970 const char *tests[20]; TestGetTailoredSet() member
2290 } tests[] = { TestGetContractionsAndUnsafes() local
[all...]
/third_party/mbedtls/tests/scripts/
H A Dgenerate_pkcs7_tests.py8 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...]

Completed in 16 milliseconds

12345678910>>...43