Searched refs:include_tests (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_build/py/pw_build/ |
D | create_python_tree.py | 330 pkg: PythonPackage, build_base: Path, include_tests: bool = False 359 if include_tests and pkg.tests: 374 include_tests: bool = False, 396 pkg, build_base, include_tests=include_tests 506 include_tests=args.include_tests,
|
/external/pigweed/pw_build/py/ |
D | create_python_tree_test.py | 410 include_tests=True, 483 include_tests=True,
|
/external/mesa3d/src/gallium/drivers/radeonsi/ci/ |
D | radeonsi-run-tests.py | 367 def parse_test_filters(include_tests, baseline): argument 369 for t in include_tests: 411 filters_args = parse_test_filters(args.include_tests, baseline)
|
/external/python/cpython3/PC/layout/ |
D | main.py | 90 return ns.include_tests 220 if src in TEST_PYDS_ONLY and not ns.include_tests: 231 if src in TEST_DLLS_ONLY and not ns.include_tests:
|
/external/pigweed/pw_build/ |
D | python_dist.gni | 181 # include_tests: If true, copy Python package tests to a `tests` subdir. 263 _include_tests = defined(invoker.include_tests) && invoker.include_tests
|
D | python.rst | 449 - ``include_tests`` - If true, copy Python package tests to a ``tests`` subdir. 538 include_tests = true
|
/external/flatbuffers/tests/ |
D | BUILD.bazel | 209 # work cleanly due to the circular dependency in the include_tests/ files).
|
/external/perfetto/test/trace_processor/diff_tests/ |
D | include_index.py | 152 from diff_tests.syntax.include_tests import PerfettoInclude
|