Home
last modified time | relevance | path

Searched refs:tests (Results 826 - 850 of 1075) sorted by relevance

1...<<31323334353637383940>>...43

/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding_test.cc288 std::vector<TestCase> tests{{ in TEST()
303 for (const TestCase& test : tests) { in TEST()
314 // a single byte as NEGATIVE, and it tests the specific encoding in TEST()
456 std::vector<TestCase> tests{ in TEST()
465 for (const TestCase& test : tests) { in TEST()
507 std::vector<TestCase> tests{ in TEST()
514 for (const TestCase& test : tests) { in TEST()
606 std::vector<TestCase> tests{{TestCase{ in TEST()
611 for (const TestCase& test : tests) { in TEST()
/third_party/ffmpeg/tests/fate/
H A Dcbs.mak1 # Read/write tests: this uses the codec metadata filter - with no
H A Ddca.mak41 # lossy downmix tests
H A Dutvideo.mak71 fate-utvideoenc%: CMD = framemd5 -f image2 -c:v pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -c:v utvideo -slices 1 -sws_flags +accurate_rnd+bitexact ${OPTS} -vf scale
/third_party/libunwind/libunwind/tests/
H A Dx64-test-dwarf-expressions.S13 # These tests capture a bug we have fixed in libunwind. CFI expression programs
/third_party/mbedtls/scripts/
H A Dgenerate_visualc_files.pl28 my $test_source_dir = 'tests/src';
29 my $test_header_dir = 'tests/include/test';
30 my $test_drivers_header_dir = 'tests/include/test/drivers';
31 my $test_drivers_source_dir = 'tests/src/drivers';
51 tests/include
56 # when building tests or applications.
/third_party/node/lib/internal/test_runner/reporter/
H A Dspec.js145 const results = [`\n${colors['test:fail']}${symbols['test:fail']}failing tests:${white}\n`];
/third_party/node/deps/openssl/openssl/util/perl/
H A Dcheckhandshake.pm85 #First count the number of tests
145 plan tests => $numtests;
/third_party/rust/crates/bindgen/bindgen/ir/analysis/
H A Dmod.rs74 /// For a simple example analysis, see the `ReachableFrom` type in the `tests`
212 mod tests { modules
/third_party/python/Lib/distutils/tests/
H A Dtest_build_py.py11 from distutils.tests import support
H A Dtest_dir_util.py13 from distutils.tests import support
H A Dtest_file_util.py9 from distutils.tests import support
/third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/windows/
H A Dbuild.bat78 :: Run the tests
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/
H A Dbuild.bat78 :: Run the tests
/third_party/openssl/test/recipes/
H A D20-test_kdf.t87 plan tests => scalar @kdf_tests;
/third_party/openssl/util/perl/
H A Dcheckhandshake.pm85 #First count the number of tests
145 plan tests => $numtests;
/third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/
H A Dpresubmit.bat75 !BAZEL_DIR!\bazel test //:tests --test_output=all
/third_party/rust/crates/memoffset/src/
H A Dspan_of.rs157 mod tests { modules
/third_party/rust/crates/memchr/src/tests/memchr/
H A Diter.rs3 use crate::{tests::memchr::testdata::memchr_tests, Memchr, Memchr2, Memchr3};
/third_party/rust/crates/once_cell/src/
H A Dimp_std.rs301 mod tests { modules
/third_party/rust/crates/rust-openssl/openssl/src/
H A Derror.rs403 mod tests { modules
/third_party/rust/crates/version_check/src/
H A Dversion.rs206 mod tests { modules
/third_party/eudev/test/
H A Dudev-test.pl7 # Simply extend the @tests array, to add a new test variant.
31 my @tests = (
1393 # setting group and mode of udev_dev ensures the tests work
1496 if (defined($tests[$arg-1]->{desc})) {
1498 run_test($tests[$arg-1], $arg);
1505 print "\nudev-test will run ".($#tests + 1)." tests:\n\n";
1507 foreach my $rules (@tests) {
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DPluralRulesTest.java421 // so we only have a limited set of equality tests now.
822 String[][] tests = { { "en", "one: j is 1" }, { "1", "0", "1", "one" }, { "1", "2", "1.00", "other" }, }; in TestBasicFraction()
827 for (String[] row : tests) { in TestBasicFraction()
890 Object[][][] tests = { in TestKeywords()
902 for (Object[][] test : tests) { in TestKeywords()
/third_party/python/Lib/test/
H A Dtest_copy.py1 """Unit tests for the copy module."""
102 tests = [None, ..., NotImplemented,
107 for x in tests:
276 # This tests only repetitions of objects.
365 tests = [None, ..., NotImplemented, 42, 2**100, 3.14, True, False, 1j,
368 for x in tests:

Completed in 18 milliseconds

1...<<31323334353637383940>>...43