| /third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
| H A D | bin.rs | 1 //! An application to run property tests for `bindgen` with _fuzzed_ C headers 33 // Validate CLI argument input for tests count. 55 "Bindgen property tests with quickcheck. \ in main() 93 "Count / number of tests to run. Running a fuzzed \ in main() 108 let tests: usize = in main() 111 quickchecking::test_bindgen(generate_range, tests, output_path) in main()
|
| /third_party/skia/tests/ |
| H A D | SkGaussFilterTest.cpp | 13 #include "tests/Test.h" 50 auto tests = { in DEF_TEST() local 58 for (auto& test : tests) { in DEF_TEST()
|
| H A D | MipMapTest.cpp | 11 #include "tests/Test.h" 117 const LevelCountScenario tests[] = { in DEF_TEST() local 153 for (auto& currentTest : tests) { in DEF_TEST() 167 const LevelSizeScenario tests[] = { in DEF_TEST() local 199 for (auto& currentTest : tests) { in DEF_TEST()
|
| /third_party/skia/third_party/externals/brotli/ |
| H A D | Makefile | 46 tests/compatibility_test.sh $(BROTLI_WRAPPER) 47 tests/roundtrip_test.sh $(BROTLI_WRAPPER)
|
| /third_party/skia/third_party/externals/icu/scripts/ |
| H A D | make_data_all.sh | 17 Linux/gcc --disable-tests --disable-layoutex || \ 23 Linux/gcc --disable-tests --disable-layoutex
|
| /third_party/python/Lib/idlelib/idle_test/ |
| H A D | test_tree.py | 45 tests = ((EventType.MouseWheel, 120, -1, -5), 51 for ty, delta, num, amount in tests:
|
| /third_party/rust/crates/memchr/src/memmem/prefilter/ |
| H A D | fallback.rs | 92 mod tests { modules 116 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations()
|
| /third_party/rust/crates/memchr/src/memmem/x86/ |
| H A D | sse.rs | 57 mod tests { modules 71 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations() 78 // filter our tests such that Forward::new will be guaranteed in prefilter_permutations() 79 // to succeed. (And also remove tests with a haystack that is in prefilter_permutations()
|
| /third_party/rust/crates/memchr/src/memmem/ |
| H A D | wasm.rs | 45 mod tests { modules 59 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations() 64 // filter our tests such that Forward::new will be guaranteed in prefilter_permutations() 65 // to succeed. (And also remove tests with a haystack that is in prefilter_permutations()
|
| /third_party/skia/infra/bots/ |
| H A D | infra_tests.py | 9 """Run all infrastructure-related tests.""" 65 tests = ( 71 for t in tests: 85 print('Trained tests successfully.') 87 print('All tests passed!')
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| H A D | drm_color_mgmt.c | 502 * @tests: bitmask of tests to run 506 * the tests in &drm_color_lut_tests should be performed. 510 int drm_color_lut_check(const struct drm_property_blob *lut, u32 tests) in drm_color_lut_check() argument 515 if (!lut || !tests) { in drm_color_lut_check() 521 if (tests & DRM_COLOR_LUT_EQUAL_CHANNELS) { in drm_color_lut_check() 528 if (i > 0 && (tests & DRM_COLOR_LUT_NON_DECREASING)) { in drm_color_lut_check()
|
| /third_party/node/test/pummel/ |
| H A D | test-policy-integrity-worker-commonjs.js | 247 const tests = new Set(); 350 tests.add( 370 debug(`spawning ${tests.size} policy integrity permutations`); 372 for (const config of tests) {
|
| H A D | test-policy-integrity-worker-module.js | 247 const tests = new Set(); 348 tests.add( 368 debug(`spawning ${tests.size} policy integrity permutations`); 370 for (const config of tests) {
|
| H A D | test-policy-integrity-dep.js | 230 const tests = new Set(); 340 tests.add( 360 debug(`spawning ${tests.size} policy integrity permutations`); 362 for (const config of tests) {
|
| H A D | test-policy-integrity-parent-commonjs.js | 230 const tests = new Set(); 326 tests.add( 347 debug(`spawning ${tests.size} policy integrity permutations`); 349 for (const config of tests) {
|
| H A D | test-policy-integrity-parent-module.js | 230 const tests = new Set(); 326 tests.add( 347 debug(`spawning ${tests.size} policy integrity permutations`); 349 for (const config of tests) {
|
| H A D | test-policy-integrity-parent-no-package-json.js | 230 const tests = new Set(); 298 tests.add( 319 debug(`spawning ${tests.size} policy integrity permutations`); 321 for (const config of tests) {
|
| H A D | test-policy-integrity-worker-no-package-json.js | 247 const tests = new Set(); 320 tests.add( 340 debug(`spawning ${tests.size} policy integrity permutations`); 342 for (const config of tests) {
|
| /third_party/python/Tools/msi/ |
| H A D | testrelease.bat | 109 echo -x86 Run tests for x86 installers
110 echo -x64 Run tests for x64 installers
111 echo --alluser (-a) Run tests for all-user installs (requires Administrator)
112 echo --peruser (-p) Run tests for per-user installs
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/sc/ |
| H A D | vktPipelineCacheSCTests.cpp | 21 * \brief Vulkan SC pipeline cache tests 387 } tests[] = in createPipelineCacheTests() local 393 for (int testIdx = 0; testIdx < DE_LENGTH_OF_ARRAY(tests); ++testIdx) in createPipelineCacheTests() 395 TestParams params{ tests[testIdx].testType }; in createPipelineCacheTests() 396 addFunctionCaseWithPrograms(group.get(), tests[testIdx].name, createShaders, createPipelineCacheTest, params); in createPipelineCacheTests()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
| H A D | vktSpvAsmSpirvVersion1p4Tests.cpp | 70 void addTestsForAmberFiles (tcu::TestCaseGroup* tests, CaseGroup group) in addTestsForAmberFiles() argument 73 tcu::TestContext& testCtx = tests->getTestContext(); in addTestsForAmberFiles() 92 // So for, example, these tests never have to request VK_KHR_storage_buffer_storage_class, in addTestsForAmberFiles() 96 // The tests often use StorageBuffer storage class. in addTestsForAmberFiles() 100 // or capabilities. This will also hold for tests that use features introduced by in addTestsForAmberFiles() 111 tests->addChild(testCase); in addTestsForAmberFiles() 114 DE_UNREF(tests); in addTestsForAmberFiles() 129 // Set up features used for various tests. in createSpirvVersion1p4Group()
|
| /third_party/skia/third_party/externals/spirv-tools/test/tools/ |
| H A D | spirv_test_framework.py | 14 """Manages and runs tests from the current working directory. 124 tests. Subclasses should define spirv_args (specifying spirv_tool command 220 """Manages and runs a set of tests.""" 230 self.tests = defaultdict(list) 246 self.tests[testsuite].append(TestCase(test, self)) 250 for suite in self.tests: 252 for x in self.tests[suite]: 367 '--test-dir', nargs=1, help='Directory to gather the tests from') 379 # Skip nose tests, which are for testing functions of
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/tools/ |
| H A D | spirv_test_framework.py | 14 """Manages and runs tests from the current working directory. 124 tests. Subclasses should define spirv_args (specifying spirv_tool command 220 """Manages and runs a set of tests.""" 230 self.tests = defaultdict(list) 246 self.tests[testsuite].append(TestCase(test, self)) 250 for suite in self.tests: 252 for x in self.tests[suite]: 367 '--test-dir', nargs=1, help='Directory to gather the tests from') 379 # Skip nose tests, which are for testing functions of
|
| /third_party/skia/modules/pathkit/ |
| H A D | Makefile | 33 # Build the library and run the tests. If developing locally, test-continuous is better 51 # Build the library and run the tests using the docker image. If developing locally, 69 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:72.0.3626.121_v1 \ 71 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC -e ASM_JS=1 gcr.io/skia-public/karma-chrome-tests:72.0.3626.121_v1 \ 76 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC gcr.io/skia-public/karma-chrome-tests:72.0.3626.121_v1 \ 81 docker run --shm-size=2gb -v $$SKIA_ROOT:/SRC -e ASM_JS=1 gcr.io/skia-public/karma-chrome-tests:72.0.3626.121_v1 \
|
| /third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
| H A D | runtests.py | 16 These are *really* extensive tests. Expect them to run for hours. Due to the 18 testing is not really possible. Instead, there are exhaustive tests for some 20 random non-exhaustive tests for covering everything else. 22 The actual tests (generating decimal strings and feeding them to dec2flt) is 28 You can run specific tests rather than all of them by giving their names 60 tests with a particular class of inputs. Each is compiled and run without 75 The tests run serially but the validation for a single test is parallelized 219 tests = [test for test in all_tests if test in args] 221 tests = all_tests 222 if not tests [all...] |