Searched refs:build_tests (Results 1 – 10 of 10) sorted by relevance
/external/igt-gpu-tools/ |
D | meson.build | 82 build_tests = not get_option('tests').disabled() variable 291 if build_tests 294 build_info += 'Build tests: @0@'.format(build_tests) 307 if build_tests and gtk_doc.found() and python3.found() 312 build_info += 'Build documentation: @0@'.format(build_tests and gtk_doc.found())
|
/external/lz4/ |
D | Makefile | 49 all: allmost examples manuals build_tests 74 .PHONY: build_tests 75 build_tests: target
|
/external/oss-fuzz/infra/ |
D | presubmit.py | 404 def run_tests(_=None, parallel=False, build_tests=True, nonbuild_tests=True): argument 413 if build_tests: 481 build_tests=(not args.skip_build_tests),
|
/external/libopus/tests/ |
D | opus_build_test.sh | 18 mkdir build_tests
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/ |
D | configure.ac | 884 [ build_tests="$enableval" ], 886 build_tests="yes" 888 build_tests="no" 893 if test "x$build_tests" = "xyes" ; then 901 AC_MSG_RESULT([$build_tests]) 903 if test "x$build_tests" = "xyes" ; then
|
/external/autotest/server/site_tests/firmware_Cr50BID/ |
D | firmware_Cr50BID.py | 116 self.build_tests(basic) 202 def build_tests(self, basic): member in firmware_Cr50BID
|
/external/rust/crates/bstr/src/byteset/ |
D | scalar.rs | 196 fn build_tests() -> Vec<TestCase> { in build_tests() function 255 for (search, byte, matching) in build_tests() { in test_inv_memchr()
|
/external/igt-gpu-tools/runner/ |
D | meson.build | 17 if not build_tests and jsonc.found()
|
/external/libusb/ |
D | configure.ac | 364 [build_tests=$enableval], 365 [build_tests=no]) 368 AM_CONDITIONAL([BUILD_TESTS], [test "x$build_tests" != xno])
|
/external/tensorflow/tensorflow/lite/ |
D | build_def.bzl | 714 build_tests = [] 731 build_tests.append("%s_build_test" % rule_name) 735 tests = build_tests,
|