Home
last modified time | relevance | path

Searched refs:is_selected (Results 1 – 15 of 15) sorted by relevance

/external/autotest/client/cros/audio/
Dcras_utils.py354 def is_selected(node): function
364 return get_filtered_node_types(is_selected)
/external/autotest/server/cros/ap_configurators/
Dnetgear2000_ap_configurator.py101 value = check_box.is_selected()
Dnetgearwnr1000v4_ap_configurator.py296 value = check_box.is_selected()
Dlinksys_ap_configurator.py55 if not button.is_selected():
Dnetgear_WNDR_dual_band_configurator.py275 value = check_box.is_selected()
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py262 is_selected = math_ops.equal(op.inputs[0], gathered_outputs)
263 num_selected = math_ops.segment_sum(math_ops.cast(is_selected, grad.dtype),
269 return array_ops.where(is_selected, gathered_grads, zeros), None
315 is_selected = math_ops.equal(op.inputs[0], gathered_outputs)
316 is_selected = math_ops.logical_and(is_selected, is_positive)
318 math_ops.cast(is_selected, grad.dtype), op.inputs[1], op.inputs[2])
326 return array_ops.where(is_selected, gathered_grads, zeros), None, None
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc4382 const bool is_selected = is_runnable && in FilterTests() local
4388 num_selected_tests += is_selected; in FilterTests()
4390 test_info->should_run_ = is_selected; in FilterTests()
4391 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc4385 const bool is_selected = is_runnable && in FilterTests() local
4391 num_selected_tests += is_selected; in FilterTests()
4393 test_info->should_run_ = is_selected; in FilterTests()
4394 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/google-breakpad/src/testing/gtest/src/
Dgtest.cc4447 const bool is_selected = is_runnable && in FilterTests() local
4453 num_selected_tests += is_selected; in FilterTests()
4455 test_info->should_run_ = is_selected; in FilterTests()
4456 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc4828 const bool is_selected = is_runnable && in FilterTests() local
4834 num_selected_tests += is_selected; in FilterTests()
4836 test_info->should_run_ = is_selected; in FilterTests()
4837 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/mesa3d/src/gtest/src/
Dgtest.cc4827 const bool is_selected = is_runnable && in FilterTests() local
4833 num_selected_tests += is_selected; in FilterTests()
4835 test_info->should_run_ = is_selected; in FilterTests()
4836 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc4827 const bool is_selected = is_runnable && in FilterTests() local
4833 num_selected_tests += is_selected; in FilterTests()
4835 test_info->should_run_ = is_selected; in FilterTests()
4836 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc5373 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
5376 num_selected_tests += is_selected; in FilterTests()
5378 test_info->should_run_ = is_selected; in FilterTests()
5379 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()
/external/googletest/googletest/src/
Dgtest.cc5436 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
5439 num_selected_tests += is_selected; in FilterTests()
5441 test_info->should_run_ = is_selected; in FilterTests()
5442 test_suite->set_should_run(test_suite->should_run() || is_selected); in FilterTests()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc6279 const bool is_selected = is_runnable && in FilterTests() local
6285 num_selected_tests += is_selected; in FilterTests()
6287 test_info->should_run_ = is_selected; in FilterTests()
6288 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()