Home
last modified time | relevance | path

Searched refs:tests (Results 276 - 300 of 1087) sorted by relevance

1...<<11121314151617181920>>...44

/third_party/python/Lib/test/
H A Dtest_fileutils.py1 # Run tests for functions in Python/fileutils.c.
19 tests = posixdata.NORMPATH_CASES
20 for filename, expected in tests:
/third_party/rust/crates/memchr/src/memmem/prefilter/x86/
H A Dsse.rs34 mod tests { modules
38 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations()
H A Davx.rs34 mod tests { modules
38 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations()
/third_party/rust/crates/memchr/src/memmem/prefilter/
H A Dwasm.rs31 mod tests { modules
35 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations()
/third_party/selinux/libsepol/
H A DMakefile21 $(MAKE) -C tests clean
29 $(MAKE) -C tests test
/third_party/skia/docs/examples/
H A DImage_refEncodedData.cpp15 } tests[] = { in REG_FIDDLE() local
26 for (const auto& test : tests ) { in REG_FIDDLE()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DTimeUnitTest.java81 double[] tests = {0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 5, 10, 100, 101.35}; in TestBasic()
82 for (int i = 0; i < tests.length; ++i) { in TestBasic()
83 TimeUnitAmount source = new TimeUnitAmount(tests[i], timeUnit); in TestBasic()
86 logln(tests[i] + " => " + formatted); in TestBasic()
159 * This tests that requests for short unit names correctly fall back
272 * Performs tests for Greek.
273 * This tests that if the plural count listed in time unit format does not
312 double[] tests = {0, 0.5, 1, 2, 3, 5}; in formatParsing()
313 for (int i = 0; i < tests.length; ++i) { in formatParsing()
314 TimeUnitAmount source = new TimeUnitAmount(tests[ in formatParsing()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeUnitTest.java78 double[] tests = {0, 0.5, 1, 1.5, 2, 2.5, 3, 3.5, 5, 10, 100, 101.35}; in TestBasic()
79 for (int i = 0; i < tests.length; ++i) { in TestBasic()
80 TimeUnitAmount source = new TimeUnitAmount(tests[i], timeUnit); in TestBasic()
83 logln(tests[i] + " => " + formatted); in TestBasic()
156 * This tests that requests for short unit names correctly fall back
269 * Performs tests for Greek.
270 * This tests that if the plural count listed in time unit format does not
309 double[] tests = {0, 0.5, 1, 2, 3, 5}; in formatParsing()
310 for (int i = 0; i < tests.length; ++i) { in formatParsing()
311 TimeUnitAmount source = new TimeUnitAmount(tests[ in formatParsing()
[all...]
/third_party/node/test/parallel/
H A Dtest-repl-history-navigation.js72 const tests = [
636 const numtests = tests.length;
652 const opts = tests.shift();
682 console.error(`Failed test # ${numtests - tests.length}`);
702 console.error(`Failed test # ${numtests - tests.length}`);
713 console.error(tests[numtests - tests.length - 1]);
714 throw new Error(`Failed test # ${numtests - tests.length}`);
730 // run the tests
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/impl/
H A DUnitsTest.java264 TestData[] tests = { in testExtractConvertibility()
286 tests) { in testExtractConvertibility()
307 TestData[] tests = { in testConversionInfo()
347 for (TestData test : tests) { in testConversionInfo()
423 TestData[] tests = { in testConverter()
494 for (TestData test : tests) { in testConverter()
556 ArrayList<TestCase> tests = new ArrayList<>(); in testConverterWithCLDRTests()
562 tests.add(new TestCase(line)); in testConverterWithCLDRTests()
569 tests) { in testConverterWithCLDRTests()
679 ArrayList<TestCase> tests in testUnitPreferencesWithCLDRTests()
[all...]
/third_party/mesa3d/src/gallium/tests/trivial/
H A Dcompute.c1653 unsigned tests = (argc > 1) ? strtoul(argv[1], NULL, 0) : ~0; in main() local
1657 if (tests & (1 << 0)) in main()
1659 if (tests & (1 << 1)) in main()
1661 if (tests & (1 << 2)) in main()
1663 if (tests & (1 << 3)) in main()
1665 if (tests & (1 << 4)) in main()
1667 if (tests & (1 << 5)) in main()
1669 if (tests & (1 << 6)) in main()
1671 if (tests & (1 << 7)) in main()
1673 if (tests in main()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp21 * \brief Texture filtering tests with explicit LOD instructions
1226 de::MovePtr<TestCaseGroup> tests( in create2DFormatTests()
1275 tests->addChild(testCaseNearest); in create2DFormatTests()
1289 tests->addChild(testCaseLinear); in create2DFormatTests()
1292 return tests.release(); in create2DFormatTests()
1297 de::MovePtr<TestCaseGroup> tests( in create2DDerivTests()
1380 tests->addChild(testCase); in create2DDerivTests()
1385 return tests.release(); in create2DDerivTests()
1391 de::MovePtr<TestCaseGroup> tests(new TestCaseGroup(testCtx, "sizes")); in create2DSizeTests()
1507 tests in create2DSizeTests()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
H A DvktTextureFilteringExplicitLodTests.cpp21 * \brief Texture filtering tests with explicit LOD instructions
1228 de::MovePtr<TestCaseGroup> tests( in create2DFormatTests()
1278 tests->addChild(testCaseNearest); in create2DFormatTests()
1293 tests->addChild(testCaseLinear); in create2DFormatTests()
1296 return tests.release(); in create2DFormatTests()
1301 de::MovePtr<TestCaseGroup> tests( in create2DDerivTests()
1302 new TestCaseGroup(testCtx, "derivatives", "Explicit derivative tests")); in create2DDerivTests()
1385 tests->addChild(testCase); in create2DDerivTests()
1390 return tests.release(); in create2DDerivTests()
1395 de::MovePtr<TestCaseGroup> tests( in create2DSizeTests()
[all...]
/third_party/ffmpeg/tests/fate/
H A Dlibswresample.mak17 fate-swr-resample-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
18 fate-swr-resample-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):internal_sample_fmt=$(3):exact_rational=0:linear_interp=0,aformat=$(3),aresample=$(1):internal_sample_fmt=$(3):exact_rational=0:linear_interp=0 -f wav -c:a pcm_s16le -
23 fate-swr-resample-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
273 fate-swr-resample_lin-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
274 fate-swr-resample_lin-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):linear_interp=1:exact_rational=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=1:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
279 fate-swr-resample_lin-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
338 fate-swr-resample_nn-$(3)-$(1)-$(2): tests/data/asynth-$(1)-1.wav
339 fate-swr-resample_nn-$(3)-$(1)-$(2): CMD = ffmpeg -i $(TARGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,aresample=$(2):filter_size=1:phase_shift=0:linear_interp=0:internal_sample_fmt=$(3),aformat=$(3),aresample=$(1):linear_interp=0:exact_rational=0:internal_sample_fmt=$(3) -f wav -c:a pcm_s16le -
344 fate-swr-resample_nn-$(3)-$(1)-$(2): REF = tests/data/asynth-$(1)-1.wav
361 fate-swr-resample_async-$(3)-$(1)-$(2): tests/dat
[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 Drun-test-suites.pl126 my ($passed, $tests, $skipped) = $result =~ /([0-9]*) \/ ([0-9]*) tests.*?([0-9]*) skipped/;
127 $total_tests_run += $tests - $skipped;
145 printf( " (%d suites, %d tests run%s)\n",
159 print " of tests executed :", ( $total_cases_passed + $total_cases_failed ),
161 print " of available tests :",
/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/cJSON/tests/unity/test/
H A DMakefile21 SRC = ../src/unity.c tests/testunity.c build/testunityRunner.c
28 # For verbose output of all the tests, run 'make test'.
51 $(BUILD_DIR)/testunityRunner.c: tests/testunity.c | $(BUILD_DIR)
52 awk $(AWK_SCRIPT) tests/testunity.c > $@
55 '/^void test/{ declarations[d++]=$$0; gsub(/\(?void\)? ?/,""); tests[t++]=$$0; line[u++]=NR } \
59 for (i=0; i<t; i++) { print " RUN_TEST(" tests[i] ", " line[i] ");" } \
/third_party/mbedtls/docs/architecture/psa-migration/
H A Doutcome-analysis.sh3 # This script runs tests before and after a PR and analyzes the results in
4 # order to highlight any difference in the set of tests skipped.
8 # implementation", namely: the sets of tests skipped in the default config and
14 # - SKIP_SSL_OPT=1 can optionally be set to skip ssl-opt.sh tests
42 tests/ssl-opt.sh
81 data_files=$(cd tests/suites && echo *.data)
90 extra_files=$(cd tests/opt-testcases && echo *.sh)
/third_party/libwebsockets/minimal-examples/api-tests/api-test-smtp_client/
H A Dmain.c2 * lws-unit-tests-smtp-client
9 * This performs unit tests for the SMTP client abstract protocol
150 static lws_unit_test_t tests[] = { variable
198 lwsl_user("LWS API selftest: SMTP client unit tests\n"); in main()
226 args.tests = tests; in main()
246 lwsl_user("%s: %d tests %d fail\n", __func__, count_tests, in main()
/third_party/ltp/testcases/kernel/syscalls/ipc/semctl/
H A Dsemctl09.c87 } tests[] = { variable
136 struct tcases *tc = &tests[n]; in verify_semctl()
222 .tcnt = ARRAY_SIZE(tests),
H A Dsemctl03.c55 } tests[] = { variable
75 struct tcases *tc = &tests[n]; in verify_semctl()
111 .tcnt = ARRAY_SIZE(tests),
/third_party/ltp/testcases/kernel/syscalls/ipc/msgctl/
H A Dmsgctl06.c40 } tests[] = { variable
99 struct tcases *tc = &tests[n]; in verify_msgctl()
169 .tcnt = ARRAY_SIZE(tests),

Completed in 27 milliseconds

1...<<11121314151617181920>>...44