Home
last modified time | relevance | path

Searched refs:tests (Results 1026 - 1050 of 1092) sorted by relevance

1...<<41424344

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp1777 } 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 Dconfigure591 # 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 Dconfigure591 # 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 Dcaltest.cpp1519 /* 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 Dpoly1305_internal_test.c10 /* 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/test/
H A Dtest_math.py2 # 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 Dtest_statistics.py136 # 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 Dtest_collections.py1 """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 Dtest_itertools.py2358 def load_tests(loader, tests, pattern):
2359 tests.addTest(doctest.DocTestSuite())
2360 return tests
H A Dtest_builtin.py1419 # 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 Dtest_typing.py617 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 Dtest__xxsubinterpreters.py304 # 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/python/Lib/lib2to3/tests/
H A Dtest_fixers.py10 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 DTransliteratorTest.java51 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 DTransliteratorTest.java49 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 Des31cLayoutBindingTests.cpp587 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 DRobustResourceInitTest.cpp488 // 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 Dvideo.mak345 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 Dmakedata.mak365 DEBUGUTILITIESDATA_DIR=main\tests\core\src\com\ibm\icu\dev\test\util
/third_party/json/tests/src/
H A Dunit-regression1.cpp112 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 Dlib.rs938 mod tests { modules
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkResourceInterface.cpp317 for (const auto& test : pipeline.tests) in preparePipelinePoolSizes()
418 // ResourceInterfaceStandard is a class for running VulkanSC tests on normal Vulkan driver. in initDevice()
422 // BTW: although ResourceInterfaceStandard exists in normal Vulkan tests - only initDevice and buildProgram functions are used by Vulkan tests in initDevice()
423 // Other functions are called from within DeviceDriverSC which does not exist in these tests ( DeviceDriver class is used instead ) in initDevice()
1131 // ( Are there any tests which receive VkShaderModule and do not use it in any pipeline ? ) in createShaderModule()
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak346 DEBUGUTILITIESDATA_DIR=main\tests\core\src\com\ibm\icu\dev\test\util
/third_party/rust/crates/regex/src/
H A Dcompile.rs1222 mod tests { modules
/third_party/rust/crates/nom/src/character/
H A Dstreaming.rs738 mod tests { modules

Completed in 87 milliseconds

1...<<41424344