Home
last modified time | relevance | path

Searched refs:tests (Results 451 - 475 of 1065) sorted by relevance

1...<<11121314151617181920>>...43

/third_party/protobuf/
H A Dappveyor.bat18 rem tests.exe || goto error
28 tests.exe || goto error
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/amber/
H A DvktAmberDepthTests.cpp22 * \brief Amber tests in the GLSL group.
152 static const std::vector<TestInfo> tests = in createTests() local
161 // Rerun any tests that will get different results with VK_EXT_depth_range_unrestricted in createTests()
168 for (const auto& test : tests) in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/amber/
H A DvktAmberDepthTests.cpp22 * \brief Amber tests in the GLSL group.
148 static const std::vector<TestInfo> tests = in createTests() local
152 { "ez_fs_clamp", "Test fragment shader depth value with early fragment tests", { "VK_EXT_depth_clamp_zero_one", "Features.fragmentStoresAndAtomics", "Features.depthClamp" }, false }, in createTests()
157 // Rerun any tests that will get different results with VK_EXT_depth_range_unrestricted in createTests()
164 for (const auto& test : tests) in createTests()
/third_party/vk-gl-cts/external/amber/src/kokoro/scripts/windows/
H A Dbuild.bat61 :: Run the tests (We no longer run tests on VS2013)
/third_party/skia/third_party/externals/libpng/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
66 --color-tests) color_tests=$2; shift;;
/third_party/skia/third_party/externals/microhttpd/
H A Dtest-driver46 [--expect-failure={yes|no}] [--color-tests={yes|no}]
66 --color-tests) color_tests=$2; shift;;
/third_party/skia/tests/
H A DPathOpsCubicIntersectionTestData.cpp8 #include "tests/PathOpsCubicIntersectionTestData.h"
59 const CubicPts tests[][2] = { member
112 const size_t tests_count = SK_ARRAY_COUNT(tests);
/third_party/typescript/tests/baselines/reference/tsbuild/sample1/
H A Dalways-builds-under-with-force-option.js65 //// [/src/tests/index.ts]
76 //// [/src/tests/tsconfig.json]
113 /lib/tsc --b /src/tests --force
294 //// [/src/tests/index.d.ts]
299 //// [/src/tests/index.js]
311 //// [/src/tests/tsconfig.tsbuildinfo]
314 //// [/src/tests/tsconfig.tsbuildinfo.readable.baseline.txt]
400 /lib/tsc --b /src/tests --force
417 //// [/src/tests/index.d.ts] file written with same contents
418 //// [/src/tests/inde
[all...]
H A Ddoes-not-rebuild-if-there-is-no-program-and-bundle-in-the-ts-build-info-event-if-version-doesnt-match-ts-version.js127 //// [/src/tests/index.d.ts]
132 //// [/src/tests/index.js]
144 //// [/src/tests/index.ts]
155 //// [/src/tests/tsconfig.json]
170 //// [/src/tests/tsconfig.tsbuildinfo]
195 /lib/tsc --b /src/tests --verbose
199 * src/tests/tsconfig.json
205 [12:00:26 AM] Project 'src/tests/tsconfig.json' is up to date because newest input 'src/tests/index.ts' is older than output 'src/tests/tsconfi
[all...]
H A Drebuilds-from-start-if-force-option-is-set.js242 //// [/src/tests/index.d.ts]
247 //// [/src/tests/index.js]
259 //// [/src/tests/index.ts]
270 //// [/src/tests/tsconfig.json]
285 //// [/src/tests/tsconfig.tsbuildinfo]
288 //// [/src/tests/tsconfig.tsbuildinfo.readable.baseline.txt]
389 /lib/tsc --b /src/tests --verbose --force
393 * src/tests/tsconfig.json
403 [12:00:46 AM] Project 'src/tests/tsconfig.json' is being forcibly rebuilt
405 [12:00:47 AM] Building project '/src/tests/tsconfi
[all...]
H A Dremoves-all-files-it-built.js242 //// [/src/tests/index.d.ts]
247 //// [/src/tests/index.js]
259 //// [/src/tests/index.ts]
270 //// [/src/tests/tsconfig.json]
285 //// [/src/tests/tsconfig.tsbuildinfo]
288 //// [/src/tests/tsconfig.tsbuildinfo.readable.baseline.txt]
389 /lib/tsc --b /src/tests --clean
404 //// [/src/tests/index.d.ts] unlink
405 //// [/src/tests/index.js] unlink
406 //// [/src/tests/tsconfi
[all...]
/third_party/toybox/
H A DMakefile22 uinstall uninstall_flat tests help toybox_stuff change \
76 tests:
/third_party/toybox/porting/liteos_a/
H A DMakefile22 uinstall uninstall_flat tests help toybox_stuff change \
76 tests:
/third_party/unity/auto/
H A Dunity_test_summary.rb43 tests, failures, ignored = parse_test_summary(lines)
44 @total_tests += tests
/third_party/rust/crates/memchr/src/memmem/x86/
H A Davx.rs104 mod tests { modules
118 use crate::memmem::prefilter::tests::PrefilterTest; in prefilter_permutations()
128 // filter our tests such that Forward::new will be guaranteed in prefilter_permutations()
129 // to succeed. (And also remove tests with a haystack that is in prefilter_permutations()
/third_party/rust/crates/libc/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs2 // The primary use of this is to be able to run unit tests on the simulator and
124 l.contains("tests")) || in run_app_on_simulator()
136 panic!("tests didn't pass"); in run_app_on_simulator()
/third_party/node/
H A Dvcbuild.bat105 if /i "%1"=="build-js-native-api-tests" set build_js_native_api_tests=1&goto arg-ok
106 if /i "%1"=="build-node-api-tests" set build_node_api_tests=1&goto arg-ok
143 if /i "%1"=="ignore-flaky" set test_args=%test_args% --flaky-tests=dontcare&goto arg-ok
613 @rem Run tests if requested.
615 if not defined build_addons goto build-js-native-api-tests
618 goto build-js-native-api-tests
635 :build-js-native-api-tests
636 if not defined build_js_native_api_tests goto build-node-api-tests
639 goto build-node-api-tests
652 goto build-node-api-tests
[all...]
/third_party/rust/crates/nom/src/bytes/
H A Dmod.rs6 mod tests; modules
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak1 fate-vsynth1-%: SRC = tests/data/vsynth1.yuv
2 fate-vsynth2-%: SRC = tests/data/vsynth2.yuv
3 fate-vsynth_lena-%: SRC = tests/data/vsynth_lena.yuv
4 fate-vsynth3-%: SRC = tests/data/vsynth3.yuv
11 fate-vsynth%: REF = $(SRC_PATH)/tests/ref/vsynth/$(@:fate-%=%)
462 # Redundant tests because they just resize the input
475 $(FATE_VSYNTH1): tests/data/vsynth1.yuv
476 $(FATE_VSYNTH2): tests/data/vsynth2.yuv
477 $(FATE_VSYNTH_LENA): tests/data/vsynth_lena.yuv
478 $(FATE_VSYNTH3): tests/dat
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineCreationCacheControlTests.cpp97 * \brief Run a loop of validation tests and return the result
1401 * \brief Make test group consisting of graphics pipeline tests
1407 auto tests = newMovePtr<TestCaseGroup>( in addGraphicsPipelineTests()
1413 tests.get(), params.name, checkSupport, initPrograms, testInstance, params); in addGraphicsPipelineTests()
1416 group.addChild(tests.release()); in addGraphicsPipelineTests()
1420 * \brief Make test group consisting of compute pipeline tests
1426 auto tests = newMovePtr<TestCaseGroup>( in addComputePipelineTests()
1432 tests.get(), params.name, checkSupport, initPrograms, testInstance, params); in addComputePipelineTests()
1435 group.addChild(tests.release()); in addComputePipelineTests()
1445 auto tests in createCacheControlTests() local
[all...]
/third_party/python/Lib/
H A Ddoctest.py568 # This lets us sort tests by name:
839 will include tests for objects with empty docstrings.
867 This is obscure, of use mostly in tests: if `module` is False, or
939 tests = []
940 self._find(tests, obj, name, module, source_lines, globs, {})
941 # Sort the tests by alpha order of names, for consistency in
945 tests.sort()
946 return tests
988 def _find(self, tests, obj, name, module, source_lines, globs, seen):
990 Find tests fo
[all...]
/third_party/rust/crates/nom/benchmarks/src/
H A Dlib.rs2 mod tests { modules
/third_party/icu/icu4c/source/test/cintltst/
H A Dcloctst.c1707 } tests[] = in TestObsoleteNames() local
1735 for(i=0;tests[i].locale[0];i++) in TestObsoleteNames()
1739 locale = tests[i].locale; in TestObsoleteNames()
1743 if(strcmp(tests[i].lang3,uloc_getISO3Language(locale))) in TestObsoleteNames()
1746 locale, uloc_getISO3Language(locale), tests[i].lang3); in TestObsoleteNames()
1762 if(strcmp(buff,tests[i].lang)) in TestObsoleteNames()
1765 locale, buff, tests[i].lang); in TestObsoleteNames()
1772 if(strcmp(tests[i].lang3,uloc_getISO3Language(locale))) in TestObsoleteNames()
1775 locale, uloc_getISO3Language(locale), tests[i].lang3); in TestObsoleteNames()
1783 if(strcmp(tests[ in TestObsoleteNames()
3121 } tests[] = { TestAcceptLanguage() local
[all...]
/third_party/gn/examples/rust_example/hello_world/bar/src/
H A Dlib.rs2 mod tests { modules
/third_party/icu/icu4c/source/python/icutools/databuilder/test/
H A D__main__.py8 def load_tests(loader, tests, pattern):

Completed in 18 milliseconds

1...<<11121314151617181920>>...43