Home
last modified time | relevance | path

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

/external/skia/tools/viewer/
DSkottieSlide.cpp251 const auto is_selected = (fFrameRate == rate); in renderUI() local
252 if (ImGui::Selectable(label, is_selected)) { in renderUI()
256 if (is_selected) { in renderUI()
/external/autotest/client/cros/audio/
Dcras_utils.py354 def is_selected(node): function
364 return get_filtered_node_types(is_selected)
/external/tensorflow/tensorflow/python/ops/
Dmath_grad.py392 is_selected = math_ops.equal(op.inputs[0], gathered_outputs)
394 math_ops.cast(is_selected, grad.dtype), op.inputs[1])
399 return array_ops.where_v2(is_selected, gathered_grads, zeros), None
454 is_selected = math_ops.equal(op.inputs[0], gathered_outputs)
455 is_selected = math_ops.logical_and(is_selected, is_positive)
457 math_ops.cast(is_selected, grad.dtype), op.inputs[1], op.inputs[2])
464 return array_ops.where_v2(is_selected, gathered_grads, zeros), None, None
/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/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/mesa3d/src/gtest/src/
Dgtest.cc5531 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
5534 num_selected_tests += is_selected; in FilterTests()
5536 test_info->should_run_ = is_selected; in FilterTests()
5537 test_suite->set_should_run(test_suite->should_run() || is_selected); in FilterTests()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc5574 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
5577 num_selected_tests += is_selected; in FilterTests()
5579 test_info->should_run_ = is_selected; in FilterTests()
5580 test_suite->set_should_run(test_suite->should_run() || is_selected); in FilterTests()
/external/googletest/googletest/src/
Dgtest.cc5673 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests() local
5676 num_selected_tests += is_selected; in FilterTests()
5678 test_info->should_run_ = is_selected; in FilterTests()
5679 test_suite->set_should_run(test_suite->should_run() || is_selected); in FilterTests()
/external/fmtlib/test/
Dgmock-gtest-all.cc5825 const bool is_selected = in FilterTests() local
5831 num_selected_tests += is_selected; in FilterTests()
5833 test_info->should_run_ = is_selected; in FilterTests()
5834 test_case->set_should_run(test_case->should_run() || is_selected); in FilterTests()