| /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 94 impl<A, B> Future for Select<A, B> implementation 116 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 | 61 impl<St1, St2> Select<St1, St2> { impl 96 impl<St1, St2> FusedStream for Select<St1, St2> implementation 106 impl<St1, St2> Stream for Select<St1, St2> implementation
|
| /external/rust/crates/crossbeam-channel/src/ |
| D | select.rs | 591 pub struct Select<'a> { struct 593 handles: Vec<(&'a dyn SelectHandle, usize, *const u8)>, argument 599 unsafe impl Send for Select<'_> {} argument 600 unsafe impl Sync for Select<'_> {} implementation 602 impl<'a> Select<'a> { impl 1098 impl<'a> Clone for Select<'a> { implementation 1107 impl<'a> Default for Select<'a> { implementation 1113 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/ComputeLibrary/tests/validation/NEON/ |
| D | Select.cpp | 49 TEST_SUITE(Select) in TEST_SUITE() argument
|
| /external/ComputeLibrary/tests/validation/CL/ |
| D | Select.cpp | 51 TEST_SUITE(Select) in TEST_SUITE() argument
|
| /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/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/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/autotest/client/cros/cellular/ |
| D | ether_io_rf_switch.py | 117 def Select(switch, remaining_args): function
|
| /external/llvm/lib/Target/BPF/ |
| D | BPFISelDAGToDAG.cpp | 118 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
|
| /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/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/llvm/lib/Target/XCore/ |
| D | XCoreISelDAGToDAG.cpp | 132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
|
| /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/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
|
| /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 | 2564 ## 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
| D | LanaiISelDAGToDAG.cpp | 272 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| D | SparcISelDAGToDAG.cpp | 322 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
|
| /external/llvm/lib/Target/Sparc/ |
| D | SparcISelDAGToDAG.cpp | 321 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
|