Home
last modified time | relevance | path

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

12345678

/external/rust/android-crates-io/crates/tower/src/hedge/
Dselect.rs20 pub struct Select<P, A, B> { struct
36 impl<P, A, B> Select<P, A, B> { argument
49 impl<P, A, B, Request> Service<Request> for Select<P, A, B> implementation
/external/rust/android-crates-io/crates/futures-util/src/future/
Dselect.rs10 pub struct Select<A, B> { struct
14 impl<A: Unpin, B: Unpin> Unpin for Select<A, B> {} implementation
94 impl<A, B> Future for Select<A, B> implementation
126 impl<A, B> FusedFuture for Select<A, B> implementation
/external/perfetto/src/trace_processor/containers/
Drow_map.cc39 RowMap Select(Range range, Range selector) { in Select() function
46 RowMap Select(Range range, const BitVector& selector) { in Select() function
69 RowMap Select(Range range, const std::vector<OutputIndex>& selector) { in Select() function
78 RowMap Select(const BitVector& bv, Range selector) { in Select() function
92 RowMap Select(const BitVector& bv, const BitVector& selector) { in Select() function
98 RowMap Select(const BitVector& bv, const std::vector<uint32_t>& selector) { in Select() function
127 RowMap Select(const std::vector<uint32_t>& iv, Range selector) { in Select() function
137 RowMap Select(const std::vector<uint32_t>& iv, const BitVector& selector) { in Select() function
151 RowMap Select(const std::vector<uint32_t>& iv, in Select() function
/external/rust/android-crates-io/crates/futures-macro/src/
Dselect.rs13 struct Select { struct
28 impl Parse for Select { argument
/external/rust/android-crates-io/crates/futures-util/src/stream/
Dselect.rs61 impl<St1, St2> Select<St1, St2> { implementation
96 impl<St1, St2> FusedStream for Select<St1, St2> implementation
106 impl<St1, St2> Stream for Select<St1, St2> implementation
/external/bazelbuild-rules_rust/crate_universe/src/
Dselect.rs8 pub struct Select<T> struct
13 selects: BTreeMap<String, T::SelectsType>, argument
24 fn is_empty(this: &Select<Self>) -> bool; in is_empty() argument
64 impl<T> Select<T> impl
115 impl<T> Default for Select<T> implementation
124 impl<'de, T> Deserialize<'de> for Select<T> implementation
138 Select { in deserialize() enumerator
371 impl<T> Select<BTreeSet<T>> impl
/external/rust/android-crates-io/crates/crossbeam-channel/src/
Dselect.rs608 pub struct Select<'a> { struct
610 handles: Vec<(&'a dyn SelectHandle, usize, *const u8)>, argument
619 unsafe impl Send for Select<'_> {} argument
620 unsafe impl Sync for Select<'_> {} implementation
622 impl<'a> Select<'a> { implementation
1143 impl<'a> Clone for Select<'a> { implementation
1153 impl<'a> Default for Select<'a> { implementation
1159 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/perfetto/ui/src/widgets/
Dselect.ts18 export class Select implements m.ClassComponent<HTMLInputAttrs> { class
/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/perfetto/src/trace_processor/perfetto_sql/tokenizer/
Dsqlite_tokenizer_unittest.cc56 TEST_F(SqliteTokenizerTest, Select) { in TEST_F() argument
/external/OpenCL-CTS/test_conformance/select/
Dtest_select.h61 typedef void (*Select)(void *const dest, const void *const src1, typedef
/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.py124 def Select(switch, remaining_args): function
/external/llvm/lib/Target/BPF/
DBPFISelDAGToDAG.cpp118 void BPFDAGToDAGISel::Select(SDNode *Node) { in Select() function in BPFDAGToDAGISel
/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/coreboot/src/vendorcode/intel/edk2/UDK2017/MdePkg/Include/Protocol/
DUserCredential.h282 EFI_CREDENTIAL_SELECT Select; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202005/MdePkg/Include/Protocol/
DUserCredential.h276 EFI_CREDENTIAL_SELECT Select; member
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202302/MdePkg/Include/Protocol/
DUserCredential.h276 EFI_CREDENTIAL_SELECT Select; member
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/
DR600ISelDAGToDAG.cpp89 void R600DAGToDAGISel::Select(SDNode *N) { in Select() function in R600DAGToDAGISel
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/
DARCISelDAGToDAG.cpp169 void ARCDAGToDAGISel::Select(SDNode *N) { in Select() function in ARCDAGToDAGISel
/external/coreboot/src/vendorcode/intel/edk2/edk2-stable202111/MdePkg/Include/Protocol/
DUserCredential.h276 EFI_CREDENTIAL_SELECT Select; member

12345678