Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/types/
Dtask_state.cc66 bool is_runnable = false; in TaskState() local
78 if (is_runnable) { in TaskState()
90 is_runnable = true; in TaskState()
126 bool no_state = !is_runnable && state_ == 0; in TaskState()
145 if (is_runnable()) { in ToString()
Dtask_state.h82 bool is_runnable() const { return ((state_ & (max_state_ - 1)) == 0); } in is_runnable() function
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc4381 const bool is_runnable = in FilterTests() local
4385 const bool is_selected = is_runnable && in FilterTests()
4390 num_runnable_tests += is_runnable; in FilterTests()
/external/llvm-project/llvm/utils/unittest/googletest/src/
Dgtest.cc4823 const bool is_runnable = in FilterTests() local
4827 const bool is_selected = is_runnable && in FilterTests()
4832 num_runnable_tests += is_runnable; in FilterTests()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest.cc5365 const bool is_runnable = in FilterTests() local
5373 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests()
5375 num_runnable_tests += is_runnable; in FilterTests()
/external/mesa3d/src/gtest/src/
Dgtest.cc5523 const bool is_runnable = in FilterTests() local
5531 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests()
5533 num_runnable_tests += is_runnable; in FilterTests()
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/
Dgtest.cc5461 const bool is_runnable = in FilterTests() local
5469 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests()
5471 num_runnable_tests += is_runnable; in FilterTests()
/external/googletest/googletest/src/
Dgtest.cc6055 const bool is_runnable = in FilterTests() local
6063 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests()
6065 num_runnable_tests += is_runnable; in FilterTests()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc5566 const bool is_runnable = in FilterTests() local
5574 const bool is_selected = is_runnable && !is_in_another_shard; in FilterTests()
5576 num_runnable_tests += is_runnable; in FilterTests()
/external/fmtlib/test/
Dgmock-gtest-all.cc5822 const bool is_runnable = in FilterTests() local
5827 is_runnable && in FilterTests()
5831 num_runnable_tests += is_runnable; in FilterTests()
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/
Dgmock-gtest-all.cc6271 const bool is_runnable = in FilterTests() local
6275 const bool is_selected = is_runnable && in FilterTests()
6280 num_runnable_tests += is_runnable; in FilterTests()