/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/selects/ |
D | Select.kt | 121 public fun trySelect(): Boolean in trySelect() method 339 if (trySelect()) in next() 347 if (trySelect()) { in next() 390 override fun trySelect(): Boolean { in next() method 642 if (trySelect()) in next() 649 if (trySelect()) in next()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/ |
D | ConflatedChannel.kt | 82 if (!select.trySelect()) { in offerSelectInternal() 109 if (!select.trySelect()) in pollSelectInternal()
|
D | ArrayBroadcastChannel.kt | 117 if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in offerSelectInternal() 313 … if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in elementAt()
|
D | ArrayChannel.kt | 118 if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in offerSelectInternal() 264 if (!select.trySelect()) { // :todo: move trySelect completion outside of lock in pollSelectInternal()
|
D | AbstractChannel.kt | 463 if (select.trySelect()) in <lambda>() 757 if (!select.trySelect()) return in tryStartBlockUnintercepted() 762 if (!select.trySelect()) return in tryStartBlockUnintercepted() 979 if (!select.trySelect()) return in resumeOnCancellationFun()
|
D | ConflatedBroadcastChannel.kt | 275 if (!select.trySelect()) return in <lambda>()
|
/external/llvm-project/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.h | 39 bool trySelect(SDNode *Node) override;
|
D | MipsISelDAGToDAG.h | 135 virtual bool trySelect(SDNode *Node) = 0;
|
D | MipsSEISelDAGToDAG.h | 129 bool trySelect(SDNode *Node) override;
|
D | MipsISelDAGToDAG.cpp | 278 if (trySelect(Node)) in Select()
|
D | Mips16ISelDAGToDAG.cpp | 179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
|
/external/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.h | 40 bool trySelect(SDNode *Node) override;
|
D | MipsISelDAGToDAG.h | 120 virtual bool trySelect(SDNode *Node) = 0;
|
D | MipsSEISelDAGToDAG.h | 122 bool trySelect(SDNode *Node) override;
|
D | MipsISelDAGToDAG.cpp | 211 if (trySelect(Node)) in Select()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16ISelDAGToDAG.h | 39 bool trySelect(SDNode *Node) override;
|
D | MipsISelDAGToDAG.h | 135 virtual bool trySelect(SDNode *Node) = 0;
|
D | MipsSEISelDAGToDAG.h | 129 bool trySelect(SDNode *Node) override;
|
D | MipsISelDAGToDAG.cpp | 278 if (trySelect(Node)) in Select()
|
D | Mips16ISelDAGToDAG.cpp | 179 bool Mips16DAGToDAGISel::trySelect(SDNode *Node) { in trySelect() function in Mips16DAGToDAGISel
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/selects/ |
D | SelectChannelStressTest.kt | 73 if (!trySelect()) return in <lambda>()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 51 bool trySelect(SDNode *N); 525 if (trySelect(N)) in Select() 532 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in llvm::AVRDAGToDAGISel
|
/external/llvm-project/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 51 bool trySelect(SDNode *N); 522 if (trySelect(N)) in Select() 529 bool AVRDAGToDAGISel::trySelect(SDNode *N) { in trySelect() function in llvm::AVRDAGToDAGISel
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/ |
D | JobSupport.kt | 569 if (select.trySelect()) { in <lambda>() 1245 if (select.trySelect()) { in <lambda>() 1431 if (select.trySelect()) in invoke() 1443 if (select.trySelect()) in invoke()
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/ |
D | SelectArrayChannelTest.kt | 388 if (!trySelect()) return in <lambda>()
|