Home
last modified time | relevance | path

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

12345

/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
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/
Dselect.rs13 struct Select { struct
28 impl Parse for Select { argument
/external/rust/crates/futures-util/src/stream/
Dselect.rs61 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/
Dselect.rs591 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/
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/ComputeLibrary/tests/validation/NEON/
DSelect.cpp49 TEST_SUITE(Select) in TEST_SUITE() argument
/external/ComputeLibrary/tests/validation/CL/
DSelect.cpp51 TEST_SUITE(Select) in TEST_SUITE() argument
/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/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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyISelDAGToDAG.cpp77 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { in Select() function in WebAssemblyDAGToDAGISel
/external/autotest/client/cros/cellular/
Dether_io_rf_switch.py117 def Select(switch, remaining_args): function
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp118 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/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/RISCV/
DRISCVISelDAGToDAG.cpp98 void RISCVDAGToDAGISel::Select(SDNode *Node) { in Select() function in RISCVDAGToDAGISel
/external/llvm/lib/Target/XCore/
DXCoreISelDAGToDAG.cpp132 void XCoreDAGToDAGISel::Select(SDNode *N) { in Select() function in XCoreDAGToDAGISel
/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/Transforms/Utils/
DLoopUtils.cpp378 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/
DLanaiISelDAGToDAG.cpp273 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2564 ## 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
DLanaiISelDAGToDAG.cpp272 void LanaiDAGToDAGISel::Select(SDNode *Node) { in Select() function in LanaiDAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp322 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel
/external/llvm/lib/Target/Sparc/
DSparcISelDAGToDAG.cpp321 void SparcDAGToDAGISel::Select(SDNode *N) { in Select() function in SparcDAGToDAGISel

12345