| /external/rust/crates/futures-util/src/future/ |
| D | select.rs | 10 pub struct Select<A, B> { struct 14 impl<A: Unpin, B: Unpin> Unpin for Select<A, B> {} argument 90 impl<A, B> Future for Select<A, B> implementation 112 impl<A, B> FusedFuture for Select<A, B> implementation
|
| /external/rust/crates/futures-macro/src/ |
| D | select.rs | 13 struct Select { struct 28 impl Parse for Select { argument
|
| /external/rust/crates/futures-util/src/stream/ |
| D | select.rs | 42 impl<St1, St2> Select<St1, St2> { implementation 77 impl<St1, St2> FusedStream for Select<St1, St2> implementation 86 impl<St1, St2> Stream for Select<St1, St2> implementation
|
| /external/rust/crates/crossbeam-channel/src/ |
| D | select.rs | 586 pub struct Select<'a> { struct 588 handles: Vec<(&'a dyn SelectHandle, usize, *const u8)>, argument 594 unsafe impl Send for Select<'_> {} implementation 595 unsafe impl Sync for Select<'_> {} implementation 597 impl<'a> Select<'a> { implementation 1096 impl<'a> Clone for Select<'a> { implementation 1105 impl<'a> Default for Select<'a> { implementation 1111 impl fmt::Debug for Select<'_> { implementation
|
| /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/ |
| D | Select.java | 35 public abstract class Select extends BranchInstruction implements VariableLengthInstruction, class 79 Select() { in Select() method in Select 91 …Select(final short opcode, final int[] match, final InstructionHandle[] targets, final Instruction… in Select() method in Select
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/ |
| D | VEISelDAGToDAG.cpp | 55 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
|
| /external/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelDAGToDAG.cpp | 70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
|
| /external/OpenCL-CTS/test_conformance/select/ |
| D | test_select.h | 59 typedef void (*Select)(void *dest, void *src1, void *src2, void *cmp, size_t c); typedef
|
| /external/llvm-project/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelDAGToDAG.cpp | 72 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
| D | WebAssemblyISelDAGToDAG.cpp | 77 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFISelDAGToDAG.cpp | 118 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
|
| /external/autotest/client/cros/cellular/ |
| D | ether_io_rf_switch.py | 117 def Select(switch, remaining_args): function
|
| /external/llvm-project/llvm/lib/Target/ARC/ |
| D | ARCISelDAGToDAG.cpp | 169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
| D | ARCISelDAGToDAG.cpp | 169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
|
| /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/ |
| D | EnumerableExtensions.cs | 166 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions 177 …public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSou… in Select() method in Antlr.Runtime.JavaExtensions.EnumerableExtensions
|
| /external/llvm-project/lldb/source/Utility/ |
| D | SelectHelper.cpp | 93 lldb_private::Status SelectHelper::Select() { in Select() function in SelectHelper
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
| D | RISCVISelDAGToDAG.cpp | 98 void RISCVDAGToDAGISel::Select(SDNode *Node) { in Select() function in RISCVDAGToDAGISel
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| D | XCoreISelDAGToDAG.cpp | 132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreISelDAGToDAG.cpp | 132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
| /external/llvm-project/llvm/lib/Target/XCore/ |
| D | XCoreISelDAGToDAG.cpp | 132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
| /external/llvm-project/llvm/lib/Target/VE/ |
| D | VEISelDAGToDAG.cpp | 310 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
|
| /external/llvm/lib/Target/Lanai/ |
| D | LanaiISelDAGToDAG.cpp | 273 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
|
| /external/tensorflow/tensorflow/compiler/xla/g3doc/ |
| D | operation_semantics.md | 2503 ## Select section in Operation Semantics
|
| /external/openscreen/util/ |
| D | yet_another_bit_vector.cc | 259 const uint64_t* YetAnotherBitVector::Select(int* pos) const { in Select() function in openscreen::YetAnotherBitVector
|
| /external/llvm/lib/Transforms/Utils/ |
| D | LoopUtils.cpp | 378 SelectInst *Select = nullptr; in isMinMaxSelectCmpPattern() local 652 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local
|