Home
last modified time | relevance | path

Searched refs:tests (Results 301 - 325 of 1065) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/ltp/testcases/open_posix_testsuite/scripts/
H A Dlocate-test13 Lists the tests (source/binary) available from the DIRECTORY directory
16 --buildonly List only tests that require building
17 --runnable List only tests that are executable
/third_party/lwip/test/unit/mqtt/
H A Dtest_mqtt.c58 /* restore netif_list for next tests (e.g. loopif) */ in mqtt_teardown()
111 testfunc tests[] = { in mqtt_suite() local
114 return create_suite("MQTT", tests, sizeof(tests)/sizeof(testfunc), mqtt_setup, mqtt_teardown); in mqtt_suite()
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dlib.rs42 // Global singleton, manages context across tests. For now that context is
107 /// Instantiate a Quickcheck object and use it to run property tests using
113 tests: usize, in test_bindgen()
122 .tests(tests) in test_bindgen()
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py1 '''Run human tests of Idle's window, dialog, and popup widgets.
3 run(*tests)
4 Create a master Tk window. Within that, run each callable in tests
5 after finding the matching test spec in this file. If tests is empty,
47 When all tests are run, the prefix is use to get X.
372 def run(*tests):
388 if tests:
389 for test in tests:
/third_party/python/Modules/_decimal/tests/
H A Drunall-memorydebugger.sh59 # test_decimal: refleak, regular and Valgrind tests
72 ############ refleak tests ###########
73 print_config "refleak tests: config=$config" $args
81 printf "\n\n# ======================== refleak tests ===========================\n\n"
85 ############ regular tests ###########
86 print_config "regular tests: config=$config" $args
93 printf "\n\n# ======================== regular tests ===========================\n\n"
97 ########### valgrind tests ###########
107 print_config "valgrind tests: config=$config" $args
113 printf "\n\n# ======================== valgrind tests
[all...]
/third_party/skia/tools/skottie-wasm-perf/
H A Dparse_perf_csvs.py85 tests = output_dict.keys()
86 tests.sort()
87 for test in tests:
/third_party/python/Lib/test/
H A Dtest_cmd.py247 def load_tests(loader, tests, pattern):
248 tests.addTest(doctest.DocTestSuite())
249 return tests
H A Dtest_doctest.py26 # NOTE: There are some additional tests relating to interaction with
28 # There are also related tests in `test_doctest2` module.
186 Unit tests for the `Example` class.
307 Unit tests for the `DocTest` class.
441 Unit tests for the `DocTestFinder` class.
461 >>> tests = finder.find(sample_func)
463 >>> print(tests) # doctest: +ELLIPSIS
469 >>> tests[0].filename # doctest: +ELLIPSIS
475 >>> e = tests[0].examples[0]
479 By default, tests ar
[all...]
H A Dtest_threading_local.py220 def load_tests(loader, tests, pattern):
221 tests.addTest(DocTestSuite('_threading_local'))
228 tests.addTests(DocTestSuite('_threading_local',
231 return tests
/test/testfwk/xdevice/src/xdevice/_core/report/
H A Dresult_reporter.py66 self.tests = 0
78 f"total: {self.tests}, passed: {self.passed}, failed: {self.failed}, "
84 "tests": self.tests,
284 self.summary.tests += module.tests
323 "tests": module.tests,
329 "passingrate": calculate_percent(module.passed, module.tests),
345 "tests"
[all...]
/third_party/mbedtls/tests/scripts/
H A Dcheck-python-files.sh41 # tests/scripts/test_psa_constant_names.py:34: error: Cannot find implementation or library stub for module named 'mbedtls_dev'
58 $PYTHON -m pylint scripts/mbedtls_dev/*.py scripts/*.py tests/scripts/*.py || {
65 $PYTHON -m mypy scripts/*.py tests/scripts/*.py ||
H A Dtest_psa_constant_names.py114 """An object representing tests and their results."""
171 TEST_SUITES = ['tests/suites/test_suite_psa_crypto_metadata.data']
196 tests = Tests(options)
197 tests.run_all(inputs)
198 tests.report(sys.stdout)
199 if tests.errors:
/third_party/node/benchmark/async_hooks/
H A Dpromises.js6 const tests = {
51 tests[asyncHooks]();
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dltpfsscsi.sh2 # This script should be run to execute the filesystem tests on SCSI vitual devices.
28 - These tests must be run after ssi_debug has been configured and built as a module so it can be loaded with
31 - These operations are destructive so do NOT point the tests to partitions where the data shouldn't be overwritten.
32 Once these tests are started all data in the partitions you point to will be destroyed.
98 echo "************ Running tests "
/third_party/ltp/testcases/open_posix_testsuite/bin/
H A DMakefile11 INSTALL_BIN_TARGETS = run-all-posix-option-group-tests.sh run-posix-option-group-test.sh
12 INSTALL_TESTCASE_BIN_TARGETS = run-tests.sh t0
/third_party/ffmpeg/tests/fate/
H A Dvoice.mak5 fate-g722-encode: tests/data/asynth-16000-1.wav
6 fate-g722-encode: SRC = tests/data/asynth-16000-1.wav
51 $(FATE_G726): tests/data/asynth-8000-1.wav
52 $(FATE_G726): SRC = tests/data/asynth-8000-1.wav
H A Dpcm.mak26 fate-dcinema-encode: tests/data/asynth-96000-6.wav
27 fate-dcinema-encode: SRC = tests/data/asynth-96000-6.wav
58 fate-pcm_dvd-16-1-96000: tests/data/asynth-96000-1.wav
59 fate-pcm_dvd-16-1-96000: CMD = transcode wav $(TARGET_PATH)/tests/data/asynth-96000-1.wav vob "-c:a pcm_dvd" "-t 0.2"
/third_party/ffmpeg/tests/checkasm/
H A Dh264pred.c231 /* TODO: Add tests for H.264 lossless H/V prediction */
238 } tests[] = { in checkasm_check_h264pred() local
250 for (test = 0; test < FF_ARRAY_ELEMS(tests); test++) { in checkasm_check_h264pred()
256 tests[test].func(&h, buf0, buf1, codec, chroma_format, bit_depth); in checkasm_check_h264pred()
259 report("%s", tests[test].name); in checkasm_check_h264pred()
/third_party/cJSON/
H A DMakefile69 .PHONY: all shared static tests clean install
71 all: shared static tests
77 tests: $(CJSON_TEST)
79 test: tests
85 #tests
/third_party/libabigail/tests/
H A Dtest-abidiff-exit.cc30 using abigail::tests::emit_test_status_and_update_counters;
31 using abigail::tests::emit_test_summary;
496 using abigail::tests::get_src_dir; in main()
497 using abigail::tests::get_build_dir; in main()
508 string source_dir_prefix = string(get_src_dir()) + "/tests/"; in main()
509 string build_dir_prefix = string(get_build_dir()) + "/tests/"; in main()
/third_party/node/test/parallel/
H A Dtest-http-set-timeout-server.js29 const tests = [];
32 if (!tests.length)
34 tests.push(common.mustCall(fn));
38 const fn = tests.shift();
H A Dtest-https-set-timeout-server.js34 const tests = [];
42 if (!tests.length)
44 tests.push(common.mustCall(fn));
48 const fn = tests.shift();
/third_party/rust/crates/memchr/src/tests/memchr/
H A Dtestdata.rs3 /// Create a sequence of tests that should be run by memchr implementations.
5 let mut tests = Vec::new(); in memchr_tests() variables
17 tests.push(t.clone()); in memchr_tests()
18 tests.extend(t.expand()); in memchr_tests()
20 tests in memchr_tests()
23 /// A set of tests for memchr-like functions.
25 /// These tests mostly try to cover the short string cases. We cover the longer
26 /// string cases via the benchmarks (which are tests themselves), via
27 /// quickcheck tests and via automatic expansion of each test case (by
29 /// in the tests b
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DDangiTest.java300 int[][] tests = new int[][] { in TestAdd()
317 doRollAddDangi(ADD, cal, tests); in TestAdd()
326 int[][] tests = new int[][] { in TestRoll()
349 doRollAddDangi(ROLL, cal, tests); in TestRoll()
352 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { in doRollAddDangi() argument
355 for (int i = 0; i < tests.length; i++) { in doRollAddDangi()
356 int[] test = tests[i]; in doRollAddDangi()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/calendar/
H A DDangiTest.java303 int[][] tests = new int[][] { in TestAdd()
320 doRollAddDangi(ADD, cal, tests); in TestAdd()
329 int[][] tests = new int[][] { in TestRoll()
352 doRollAddDangi(ROLL, cal, tests); in TestRoll()
355 void doRollAddDangi(boolean roll, Calendar cal, int[][] tests) { in doRollAddDangi() argument
358 for (int i = 0; i < tests.length; i++) { in doRollAddDangi()
359 int[] test = tests[i]; in doRollAddDangi()

Completed in 11 milliseconds

1...<<11121314151617181920>>...43