Home
last modified time | relevance | path

Searched defs:Select (Results 1 – 25 of 168) sorted by relevance

1234567

/external/rust/crates/futures-util/src/future/
Dselect.rs10 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/
Dselect.rs13 struct Select { struct
28 impl Parse for Select { argument
/external/rust/crates/futures-util/src/stream/
Dselect.rs42 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/
Dselect.rs586 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/
DSelect.java35 public abstract class Select extends BranchInstruction implements VariableLengthInstruction, class
79 Select() { in Select() method in Select
91Select(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/
DVEISelDAGToDAG.cpp55 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/OpenCL-CTS/test_conformance/select/
Dtest_select.h59 typedef void (*Select)(void *dest, void *src1, void *src2, void *cmp, size_t c); typedef
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp72 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp77 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp118 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py117 def Select(switch, remaining_args): function
/external/llvm-project/llvm/lib/Target/ARC/
DARCISelDAGToDAG.cpp169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelDAGToDAG.cpp169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DEnumerableExtensions.cs166 …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/
DSelectHelper.cpp93 lldb_private::Status SelectHelper::Select() { in Select() function in SelectHelper
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelDAGToDAG.cpp98 void RISCVDAGToDAGISel::Select(SDNode *Node) { in Select() function in RISCVDAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/external/llvm-project/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/external/llvm-project/llvm/lib/Target/VE/
DVEISelDAGToDAG.cpp310 void VEDAGToDAGISel::Select(SDNode *N) { in Select() function in VEDAGToDAGISel
/external/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp273 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2503 ## Select section in Operation Semantics
/external/openscreen/util/
Dyet_another_bit_vector.cc259 const uint64_t* YetAnotherBitVector::Select(int* pos) const { in Select() function in openscreen::YetAnotherBitVector
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp378 SelectInst *Select = nullptr; in isMinMaxSelectCmpPattern() local
652 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); in createMinMaxOp() local

1234567