| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shader_object/ |
| H A D | vktShaderObjectPipelineInteractionTests.cpp | 1321 } tests[] = in createShaderObjectPipelineInteractionTests() local 1335 for (const auto& test : tests) in createShaderObjectPipelineInteractionTests()
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| H A D | glcFramebufferCompleteness.cpp | 278 const TestParams tests[] = variable 1421 for (const auto& test : tests)
|
| /third_party/python/Lib/test/ |
| H A D | test_httpservers.py | 371 # compute last modification datetime for browser cache tests 937 tests = ( 944 for headers, expected in tests: 1181 usual_handler = self.handler # Save to avoid breaking any subsequent tests. 1190 self.handler = usual_handler # Restore to avoid breaking any subsequent tests.
|
| H A D | test_urlparse.py | 267 # so we'll not actually run these tests (which expect 1808 behavior). 271 # XXX: The following tests are no longer compatible with RFC3986 322 # XXX: The following tests are no longer compatible with RFC3986 421 # XXX: The following tests are no longer compatible with RFC3986 428 # Non-RFC-defined tests, covering variations of base and trailing 875 tests = ( 887 for url, attr, expected_frag in tests: 1039 # Other tests incidentally urlencode things; test non-covered cases: 1307 # Normal cases are exercised by other tests; ensure that we also 1340 # Normal cases are exercised by other tests; tes [all...] |
| H A D | test_math.py | 2 # XXXX Should not do tests around zero only 626 # math.fsum tests below to fail; see issue #2937. On non IEEE 1361 # the following tests have been commented out since they don't 1679 # Some tests need to be skipped on ancient OS X versions. 1701 # Skip certain tests on OS X 10.4. 1866 # Float tests 2250 def load_tests(loader, tests, pattern): 2252 tests.addTest(DocFileSuite("ieee754.txt")) 2253 return tests
|
| H A D | test_statistics.py | 136 # doctests. The following docstring and tests were originally in a separate 468 # === Absolute error tests === 509 # === Relative error tests === 548 # === Both absolute and relative error tests === 857 # some point that should change. The tests and comments here define the 1046 # Common tests for most univariate functions that take a data argument. 1058 """Return int data for various tests.""" 1151 Not all tests to do with types need go in this class. Only those that 1177 # (Excludes mixed data types.) This only tests the type of the return 1201 # These tests loo [all...] |
| H A D | test_collections.py | 1 """Unit tests for collections.py.""" 307 TestNT = namedtuple('TestNT', 'x y z') # type used for pickle tests 1213 # mixin tests 1294 # mixin tests 2377 def load_tests(loader, tests, pattern): 2378 tests.addTest(doctest.DocTestSuite(collections)) 2379 return tests
|
| H A D | test_itertools.py | 2358 def load_tests(loader, tests, pattern): 2359 tests.addTest(doctest.DocTestSuite()) 2360 return tests
|
| H A D | test_builtin.py | 1419 # See test_pow for additional tests for three-argument pow. 1472 # test_int(): see test_int.py for tests of built-in function int(). 1600 # test_str(): see test_unicode.py and test_bytes.py for str() tests. 1874 # Returns some classes to use for various tests. There's 1930 # tests for object.__format__ really belong elsewhere, but 2013 # These tests require a clean slate environment. For example, if the 2015 # will mess up these tests. Similarly for sys.breakpointhook. 2017 # these tests, but I think that's okay. Just use pdb.set_trace() if 2234 # non-ASCII characters. Skip tests on non-ASCII characters if the 2496 def load_tests(loader, tests, patter [all...] |
| H A D | test_typing.py | 617 For variadic cases, these tests should be regarded as the source of truth, 633 tests = [ 656 for alias_template, args_template, expected_template in tests: 683 tests = [ 722 for alias_template, args_template, expected_template in tests: 748 tests = [ 754 for alias_template, args_template, expected_template in tests: 780 tests = [ 856 for alias_template, args_template, expected_template in tests: 1606 # These are slightly awkward tests t [all...] |
| H A D | test__xxsubinterpreters.py | 304 # misc. tests 374 # XXX Check the following in the channel tests? 417 # interpreter tests 1072 # channel tests 1576 tests = [ 1582 for send, recv in tests: 1731 # XXX Add more test coverage a la the tests for close(). 2007 @unittest.skip('these tests take several hours to run') 2295 # This is useful for scanning through the possible tests.
|
| /third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
| H A D | vktPipelineInputAssemblyTests.cpp | 1777 } tests[] = in createPrimitiveRestartTests() local 1794 for (auto& test : tests) in createPrimitiveRestartTests() 1815 de::MovePtr<tcu::TestCaseGroup> inputAssemblyTests (new tcu::TestCaseGroup(testCtx, "input_assembly", "Input assembly tests")); in createInputAssemblyTests()
|
| /third_party/icu/icu4c/source/ |
| H A D | configure | 591 # Factoring default headers for most tests. 1475 --enable-tests build ICU tests default=yes 2376 ## Core tests. ## 3434 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4046 # Passes both tests. 4105 # Passes both tests. 7760 # Enable/disable fuzzer target tests. 7895 # Enable/disable tests 7896 # Check whether --enable-tests wa [all...] |
| /third_party/skia/third_party/externals/icu/source/ |
| H A D | configure | 591 # Factoring default headers for most tests. 1463 --enable-tests build ICU tests default=yes 2364 ## Core tests. ## 3422 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */ 4034 # Passes both tests. 4093 # Passes both tests. 7751 # Enable/disable fuzzer target tests. 7886 # Enable/disable tests 7887 # Check whether --enable-tests wa [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | caltest.cpp | 1519 /* Note: I've commented out the loop_addroll tests for YEAR and in TestDOW_LOCALandYEAR_WOY() 2818 const char *tests[][3] = { in TestTimeZoneInLocale() local 2843 for (int32_t i = 0; i < UPRV_LENGTHOF(tests); ++i) { in TestTimeZoneInLocale() 2845 const char **testLine = tests[i]; in TestTimeZoneInLocale()
|
| /third_party/openssl/test/ |
| H A D | poly1305_internal_test.c | 10 /* Internal tests for the poly1305 module */ 36 static TESTDATA tests[] = { variable 1509 const TESTDATA test = tests[idx]; in test_poly1305() 1573 ADD_ALL_TESTS(test_poly1305, OSSL_NELEM(tests)); in setup_tests()
|
| /third_party/python/Lib/lib2to3/tests/ |
| H A D | test_fixers.py | 10 from lib2to3.tests import support 4607 tests = [ 4621 for b, a in tests:
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/translit/ |
| H A D | TransliteratorTest.java | 51 1. Add new tests by copying/pasting/changing existing tests. On Java, 58 3. The tests in this file exactly match those in a sister file on the 69 trying to synchronize the tests between icu4j and icu4c. 148 // Need to remove these test-specific transliterators in order not to interfere with other tests. in TestRegistry() 439 // Do some basic tests of b in TestCompoundHex() 454 * Do some basic tests of filtering. 1901 // Ram's tests 2545 * during ICU4J modularization to remove dependency of tests on Transliterator. 2993 String[][] tests in TestSourceTargetSetFilter() [all...] |
| /third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
| H A D | TransliteratorTest.java | 49 1. Add new tests by copying/pasting/changing existing tests. On Java, 56 3. The tests in this file exactly match those in a sister file on the 67 trying to synchronize the tests between icu4j and icu4c. 145 // Need to remove these test-specific transliterators in order not to interfere with other tests. in TestRegistry() 436 // Do some basic tests of b in TestCompoundHex() 451 * Do some basic tests of filtering. 1898 // Ram's tests 2542 * during ICU4J modularization to remove dependency of tests on Transliterator. 2990 String[][] tests in TestSourceTargetSetFilter() [all...] |
| /third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
| H A D | es31cLayoutBindingTests.cpp | 587 LayoutBindingSubTest tests[] = { in init() local 596 m_tests = makeVector(tests); in init() 2323 // sub-tests overrides 3298 // sub-tests overrides
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| H A D | RobustResourceInitTest.cpp | 488 // https://www.khronos.org/registry/webgl/sdk/tests/conformance/misc/uninitialized-test.html 1172 // Simple tests for integer formats that ANGLE must emulate on D3D11. 1451 constexpr std::array<Test, 2> tests = {{ in TEST_P() local 1459 for (const auto &test : tests) in TEST_P()
|
| /third_party/ffmpeg/tests/fate/ |
| H A D | video.mak | 345 fate-v410enc: CMD = md5 -f image2 -c:v pgmyuv -i $(TARGET_PATH)/tests/vsynth1/%02d.pgm -fflags +bitexact -c:v v410 -f avi -vf scale
|
| /third_party/icu/icu4c/source/data/ |
| H A D | makedata.mak | 365 DEBUGUTILITIESDATA_DIR=main\tests\core\src\com\ibm\icu\dev\test\util
|
| /third_party/json/tests/src/ |
| H A D | unit-regression1.cpp | 112 TEST_CASE("regression tests 1") 257 // tests for correct handling of non-standard integers that overflow the type selected by the user 1486 TEST_CASE("regression tests, exceptions dependent")
|
| /third_party/rust/crates/bitflags/src/ |
| H A D | lib.rs | 938 mod tests { modules
|