Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/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
/aosp_15_r20/external/perfetto/src/trace_processor/containers/
H A 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
/aosp_15_r20/external/bazelbuild-rules_rust/crate_universe/src/
H A 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
/aosp_15_r20/build/blueprint/parser/
H A Dast.go847 type Select struct { struct
848 Scope *Scope // scope used to evaluate the body of the select later on
849 KeywordPos scanner.Position // the keyword "select"
850 Conditions []ConfigurableCondition
851 LBracePos scanner.Position
852 RBracePos scanner.Position
853 Cases []*SelectCase // the case statements
854 Append Expression
857 func (s *Select) Pos() scanner.Position { return s.KeywordPos }
858 func (s *Select) End() scanner.Position { return endPos(s.RBracePos, 1) }
[all …]
/aosp_15_r20/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> {} argument
94 impl<A, B> Future for Select<A, B> implementation
126 impl<A, B> FusedFuture for Select<A, B> implementation
/aosp_15_r20/external/rust/android-crates-io/crates/futures-macro/src/
Dselect.rs13 struct Select { struct
28 impl Parse for Select { argument
/aosp_15_r20/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
616 unsafe impl Send for Select<'_> {} argument
617 unsafe impl Sync for Select<'_> {} implementation
619 impl<'a> Select<'a> { impl
1118 impl<'a> Clone for Select<'a> { implementation
1127 impl<'a> Default for Select<'a> { implementation
1133 impl fmt::Debug for Select<'_> { implementation
/aosp_15_r20/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
/aosp_15_r20/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
H A 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
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dtree_views.h983 struct Select : public Expr { struct
984 explicit Select(const TreeRef& tree) : Expr(tree) { in Select() function
993 static Select create( in create() argument
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/nistec/
Dp224.go316 func (q *P224Point) Select(p1, p2 *P224Point, cond int) *P224Point { func
330 func (table *p224Table) Select(p *P224Point, n uint8) { func
Dp384.go316 func (q *P384Point) Select(p1, p2 *P384Point, cond int) *P384Point { func
330 func (table *p384Table) Select(p *P384Point, n uint8) { func
Dp521.go316 func (q *P521Point) Select(p1, p2 *P521Point, cond int) *P521Point { func
330 func (table *p521Table) Select(p *P521Point, n uint8) { func
Dp256.go318 func (q *P256Point) Select(p1, p2 *P256Point, cond int) *P256Point { func
332 func (table *p256Table) Select(p *P256Point, n uint8) { func
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXpoll.h94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) macro
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) macro
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXpoll.h94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) macro
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t) macro
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/rrlp_components/
H A DGANSSAuxiliaryInformation.java162 private static enum Select implements ChoiceComponent { enum in GANSSAuxiliaryInformation
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in GANSSAuxiliaryInformation.Select
H A DOTD_MsrsOfOtherSets.java162 private static enum Select implements ChoiceComponent { enum in OTD_MsrsOfOtherSets
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in OTD_MsrsOfOtherSets.Select
H A DGANSSAddUTCModel.java162 private static enum Select implements ChoiceComponent { enum in GANSSAddUTCModel
223 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in GANSSAddUTCModel.Select
H A DSystemInfoAssistBTS_R98_ExpOTD.java162 private static enum Select implements ChoiceComponent { enum in SystemInfoAssistBTS_R98_ExpOTD
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in SystemInfoAssistBTS_R98_ExpOTD.Select
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/supl_triggered_start/
H A DTriggerParams.java162 private static enum Select implements ChoiceComponent { enum in TriggerParams
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in TriggerParams.Select
H A DGeographicTargetArea.java165 private static enum Select implements ChoiceComponent { enum in GeographicTargetArea
226 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in GeographicTargetArea.Select
/aosp_15_r20/cts/tests/location/location_gnss/src/android/location/cts/gnss/asn1/supl2/ulp_components/
H A DSLPAddress.java162 private static enum Select implements ChoiceComponent { enum in SLPAddress
205 Select(@Nullable Asn1Tag tag, boolean isImplicitTagging) { in Select() method in SLPAddress.Select
/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/internal/edwards25519/
Dedwards25519.go398 func (v *projCached) Select(a, b *projCached, cond int) *projCached { func
407 func (v *affineCached) Select(a, b *affineCached, cond int) *affineCached { func
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A 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

12345678910>>...27