| /third_party/node/tools/inspector_protocol/encoding/ |
| H A D | encoding_test.cc | 288 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 D | cbs.mak | 1 # Read/write tests: this uses the codec metadata filter - with no
|
| H A D | dca.mak | 41 # lossy downmix tests
|
| H A D | utvideo.mak | 71 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 D | x64-test-dwarf-expressions.S | 13 # These tests capture a bug we have fixed in libunwind. CFI expression programs
|
| /third_party/mbedtls/scripts/ |
| H A D | generate_visualc_files.pl | 28 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 D | spec.js | 145 const results = [`\n${colors['test:fail']}${symbols['test:fail']}failing tests:${white}\n`];
|
| /third_party/node/deps/openssl/openssl/util/perl/ |
| H A D | checkhandshake.pm | 85 #First count the number of tests 145 plan tests => $numtests;
|
| /third_party/rust/crates/bindgen/bindgen/ir/analysis/ |
| H A D | mod.rs | 74 /// For a simple example analysis, see the `ReachableFrom` type in the `tests` 212 mod tests { modules
|
| /third_party/python/Lib/distutils/tests/ |
| H A D | test_build_py.py | 11 from distutils.tests import support
|
| H A D | test_dir_util.py | 13 from distutils.tests import support
|
| H A D | test_file_util.py | 9 from distutils.tests import support
|
| /third_party/skia/third_party/externals/spirv-tools/kokoro/scripts/windows/ |
| H A D | build.bat | 78 :: Run the tests
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/windows/ |
| H A D | build.bat | 78 :: Run the tests
|
| /third_party/openssl/test/recipes/ |
| H A D | 20-test_kdf.t | 87 plan tests => scalar @kdf_tests;
|
| /third_party/openssl/util/perl/ |
| H A D | checkhandshake.pm | 85 #First count the number of tests 145 plan tests => $numtests;
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/kokoro/windows/ |
| H A D | presubmit.bat | 75 !BAZEL_DIR!\bazel test //:tests --test_output=all
|
| /third_party/rust/crates/memoffset/src/ |
| H A D | span_of.rs | 157 mod tests { modules
|
| /third_party/rust/crates/memchr/src/tests/memchr/ |
| H A D | iter.rs | 3 use crate::{tests::memchr::testdata::memchr_tests, Memchr, Memchr2, Memchr3};
|
| /third_party/rust/crates/once_cell/src/ |
| H A D | imp_std.rs | 301 mod tests { modules
|
| /third_party/rust/crates/rust-openssl/openssl/src/ |
| H A D | error.rs | 403 mod tests { modules
|
| /third_party/rust/crates/version_check/src/ |
| H A D | version.rs | 206 mod tests { modules
|
| /third_party/eudev/test/ |
| H A D | udev-test.pl | 7 # 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 D | PluralRulesTest.java | 421 // 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 D | test_copy.py | 1 """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:
|