Home
last modified time | relevance | path

Searched refs:test_targets (Results 1 – 14 of 14) sorted by relevance

/external/ltp/testcases/kernel/tracing/ftrace_test/
Dftrace_stress_test.sh30 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/webrtc/tools_webrtc/mb/docs/
Ddesign_spec.md158 * `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 …]
Duser_guide.md41 * `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/llvm-project/llvm/runtimes/
DCMakeLists.txt392 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/python/pybind11/tests/
DCMakeLists.txt287 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/vboot_reference/
DMakefile1232 .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/
Dnormalization_test.py210 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)
/external/compiler-rt/cmake/
Dbuiltin-config-ix.cmake162 test_targets()
Dbase-config-ix.cmake88 macro(test_targets) macro
Dconfig-ix.cmake112 test_targets()
/external/libaom/libaom/test/
Dtest.cmake428 list(APPEND test_targets ${test_name})
431 add_dependencies(runtests ${test_targets})
/external/llvm-project/compiler-rt/cmake/
Dbuiltin-config-ix.cmake203 test_targets()
Dbase-config-ix.cmake139 macro(test_targets) macro
Dconfig-ix.cmake199 test_targets()