/external/webrtc/tools_webrtc/mb/docs/ |
D | design_spec.md | 158 * `test_targets`: the list of ninja targets which, if affected by a patch, 162 *in addition to* the list in `test_targets`. Any meta targets 175 * `test_targets`, which is a list of unpruned targets to be mapped 205 * Passing an empty list for one or the other of test_targets and 212 anything at all, so passing [] for both test_targets and 234 "Found dependency (all)"), we should also return the `test_targets` unmodified 235 and return the union of `test_targets` and `additional_compile_targets` for 263 "test_targets": ["wtf_unittests", "webkit_tests"], 272 "test_targets": ["webkit_tests"] 275 Note how `webkit_tests` was pruned in compile_targets but not in test_targets. [all …]
|
D | user_guide.md | 41 * `test_targets`: an array of (ninja) build targets that needed to run the 46 passed in `test_targets`. Targets in this list will be treated 54 Empty lists for both `test_targets` and `additional_compile_targets` 57 and `test_targets`. Support for this field will be removed once the 58 bots have been updated to use compile_targets and test_targets instead. 72 * `test_targets`: the subset of the input `test_targets` that are 83 * `"Found dependency (all)"` (`test_targets` is returned as-is; 84 `compile_targets` should contain the union of `test_targets` and 91 `test_targets`.
|
/external/bazelbuild-rules_android/.bazelci/ |
D | postsubmit.yml | 6 # test_targets: 11 # test_targets: 16 # test_targets: 21 # test_targets:
|
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/ |
D | grpc_python_bazel_test_in_docker.sh | 27 TEST_TARGETS="//src/python/... //tools/distrib/python/grpcio_tools/... //examples/python/..." 29 bazel test ${BAZEL_FLAGS} ${TEST_TARGETS} 30 bazel test --config=python_single_threaded_unary_stream ${BAZEL_FLAGS} ${TEST_TARGETS} 31 bazel test --config=python_poller_engine ${BAZEL_FLAGS} ${TEST_TARGETS}
|
/external/flatbuffers/.bazelci/ |
D | presubmit.yml | 7 test_targets: 12 test_targets: 17 test_targets:
|
/external/ltp/testcases/kernel/tracing/ftrace_test/ |
D | ftrace_stress_test.sh | 30 test_targets=" \ 40 for target in ${test_targets}; do 82 tst_resm TINFO "Test targets: ${test_targets}" 85 for target in ${test_targets}; do
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/.bazelci/ |
D | presubmit.yml | 5 test_targets: 9 test_targets:
|
/external/python/pybind11/tests/ |
D | CMakeLists.txt | 287 set(test_targets pybind11_tests) variable 293 list(APPEND test_targets pybind11_cross_module_tests) 301 list(APPEND test_targets cross_module_gil_utils) 311 foreach(target ${test_targets}) 393 DEPENDS ${test_targets} 421 DEPENDS ${test_targets}
|
/external/llvm-project/llvm/runtimes/ |
D | CMakeLists.txt | 392 list(APPEND test_targets check-${runtime_name}) 402 list(APPEND test_targets runtimes-test-depends check-runtimes) 430 ${test_targets} 482 list(APPEND test_targets ${target_name}-${name}) 484 set(test_targets "${test_targets}" PARENT_SCOPE) variable 549 set(test_targets check-runtimes) variable 564 set(test_targets "") variable 647 foreach(target ${test_targets} ${SUB_CHECK_TARGETS})
|
/external/rust/crates/grpcio-sys/grpc/third_party/re2/ |
D | CMakeLists.txt | 103 set(TEST_TARGETS variable 131 foreach(target ${TEST_TARGETS})
|
/external/webrtc/tools_webrtc/mb/ |
D | mb.py | 951 inp = self.ReadInputJSON(['files', 'test_targets', 968 'test_targets': [], 981 err, gn_inp['test_targets'] = self.MapTargetsToLabels( 982 isolate_map, inp['test_targets']) 986 for i, label in enumerate(gn_inp['test_targets']): 987 labels_to_targets[label] = inp['test_targets'][i] 1020 if 'test_targets' in gn_outp: 1021 outp['test_targets'] = [ 1022 labels_to_targets[label] for label in gn_outp['test_targets']]
|
D | mb_unittest.py | 195 "test_targets": ["foo_unittests"], 201 "test_targets": ["//foo:foo_unittests"] 213 'test_targets': ['foo_unittests']
|
/external/rust/crates/grpcio-sys/grpc/.bazelci/ |
D | presubmit.yml | 20 test_targets:
|
/external/compiler-rt/cmake/ |
D | builtin-config-ix.cmake | 162 test_targets()
|
D | base-config-ix.cmake | 88 macro(test_targets) macro
|
D | config-ix.cmake | 112 test_targets()
|
/external/libaom/libaom/test/ |
D | test.cmake | 428 list(APPEND test_targets ${test_name}) 431 add_dependencies(runtests ${test_targets})
|
/external/llvm-project/compiler-rt/cmake/ |
D | builtin-config-ix.cmake | 203 test_targets()
|
D | base-config-ix.cmake | 139 macro(test_targets) macro
|
D | config-ix.cmake | 199 test_targets()
|
/external/vboot_reference/ |
D | Makefile | 1232 .PHONY: test_targets 1233 test_targets:: runcgpttests runmisctests run2tests target 1237 test_targets:: runbmptests runfutiltests target 1240 test_targets:: runtestscripts target 1263 runtests: test_setup test_targets
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | normalization_test.py | 210 test_targets = np.random.random(data_shape) 211 test_loss = model.evaluate(test_data, test_targets) 218 train_loss = model.train_on_batch(test_data, test_targets)
|