HomeSort by relevance Sort by last modified time
    Searched refs:select (Results 276 - 300 of 2212) sorted by null

<<11121314151617181920>>

  /external/eigen/Eigen/src/Eigenvalues/
RealSchur_LAPACKE.h 50 LAPACK_##LAPACKE_PREFIX_U##_SELECT2 select = 0; \
58 info = LAPACKE_##LAPACKE_PREFIX##gees( matrix_order, jobvs, sort, select, n, (LAPACKE_TYPE*)m_matT.data(), lda, &sdim, (LAPACKE_TYPE*)wr.data(), (LAPACKE_TYPE*)wi.data(), (LAPACKE_TYPE*)m_matU.data(), ldvs ); \
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
HorizontalHoverCardSwitcher.java 64 * Select a childView inside a grid view and create/bind a corresponding hover card view
67 public void select(HorizontalGridView gridView, View childView, Object object) { method in class:HorizontalHoverCardSwitcher
74 select(object);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
select.h 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
20 /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */
31 #include <bits/select.h>
64 /* fd_set for select and pselect. */
107 extern int select (int __nfds, fd_set *__restrict __readfds,
134 #endif /* sys/select.h */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
select.h 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
20 /* POSIX 1003.1g: 6.2 Select from File Descriptor Sets <sys/select.h> */
31 #include <bits/select.h>
64 /* fd_set for select and pselect. */
107 extern int select (int __nfds, fd_set *__restrict __readfds,
134 #endif /* sys/select.h */
  /prebuilts/go/darwin-x86/doc/progs/
timeout1.go 21 select {
timeout2.go 19 select {
  /prebuilts/go/linux-x86/doc/progs/
timeout1.go 21 select {
timeout2.go 19 select {
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9110.go 35 select {
45 close(c) // let select put its sudog's into the cache
77 // release cond2 after select has gotten to run
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9110.go 35 select {
45 close(c) // let select put its sudog's into the cache
77 // release cond2 after select has gotten to run
  /build/soong/cc/config/
x86_linux_bionic_host.go 25 "-fno-exceptions", // from build/core/combo/select.mk
26 "-Wno-multichar", // from build/core/combo/select.mk
50 "-O2", // from build/core/combo/select.mk
51 "-g", // from build/core/combo/select.mk
52 "-fno-strict-aliasing", // from build/core/combo/select.mk
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
select.go 7 // select
27 yyerror("multiple defaults in select (first at %v)", def.Line())
32 yyerror("select cases cannot be lists")
41 yyerror("select case must be receive, send or assign recv")
52 yyerror("select assignment must have receive on right hand side")
61 yyerror("select assignment must have receive on right hand side")
98 // optimization: zero-case select
109 // optimization: one-case select: single op.
123 Fatalf("select %v", n.Op)
203 // optimization: two-case select but one is default: single non-blocking op
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
select.go 7 // select
27 yyerror("multiple defaults in select (first at %v)", def.Line())
32 yyerror("select cases cannot be lists")
41 yyerror("select case must be receive, send or assign recv")
52 yyerror("select assignment must have receive on right hand side")
61 yyerror("select assignment must have receive on right hand side")
98 // optimization: zero-case select
109 // optimization: one-case select: single op.
123 Fatalf("select %v", n.Op)
203 // optimization: two-case select but one is default: single non-blocking op
    [all...]
  /prebuilts/go/darwin-x86/src/context/
context_test.go 45 select {
60 select {
89 select {
100 select {
127 select {
167 select {
183 select {
199 select {
232 select {
242 select {
    [all...]
  /prebuilts/go/linux-x86/src/context/
context_test.go 45 select {
60 select {
89 select {
100 select {
127 select {
167 select {
183 select {
199 select {
232 select {
242 select {
    [all...]
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerSettings.java 98 final int idx = select(packageName, userId);
109 final int idx = select(packageName, userId);
121 final int idx = select(packageName, userId);
129 final int idx = select(packageName, userId);
141 final int idx = select(packageName, userId);
149 final int idx = select(packageName, userId);
161 final int idx = select(packageName, userId);
214 final int moveIdx = select(packageName, userId);
219 final int parentIdx = select(newParentPackageName, userId);
233 final int newParentIdx = select(newParentPackageName, userId)
512 private int select(@NonNull final String packageName, final int userId) { method in class:OverlayManagerSettings
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
NeighborIdentity.java 48 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
55 for (Select select : Select.values()) {
56 for (Asn1Tag tag : select.getPossibleFirstTags()) {
57 Select select0;
58 if ((select0 = tagToSelection.put(tag, select)) != null) {
60 "NeighborIdentity: " + tag + " maps to both " + select0 + " and " + select);
127 return Select.values().length;
136 selection = Select.values()[ordinal]
143 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_messages/
RRLP_Component.java 54 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
61 for (Select select : Select.values()) {
62 for (Asn1Tag tag : select.getPossibleFirstTags()) {
63 Select select0;
64 if ((select0 = tagToSelection.put(tag, select)) != null) {
66 "RRLP_Component: " + tag + " maps to both " + select0 + " and " + select);
133 return Select.values().length;
142 selection = Select.values()[ordinal]
149 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_pos/
PosPayLoad.java 50 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
57 for (Select select : Select.values()) {
58 for (Asn1Tag tag : select.getPossibleFirstTags()) {
59 Select select0;
60 if ((select0 = tagToSelection.put(tag, select)) != null) {
62 "PosPayLoad: " + tag + " maps to both " + select0 + " and " + select);
129 return Select.values().length;
138 selection = Select.values()[ordinal]
145 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_response/
BatchRepConditions.java 49 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
56 for (Select select : Select.values()) {
57 for (Asn1Tag tag : select.getPossibleFirstTags()) {
58 Select select0;
59 if ((select0 = tagToSelection.put(tag, select)) != null) {
61 "BatchRepConditions: " + tag + " maps to both " + select0 + " and " + select);
128 return Select.values().length;
137 selection = Select.values()[ordinal]
144 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/supl_triggered_start/
AreaId.java 48 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
55 for (Select select : Select.values()) {
56 for (Asn1Tag tag : select.getPossibleFirstTags()) {
57 Select select0;
58 if ((select0 = tagToSelection.put(tag, select)) != null) {
60 "AreaId: " + tag + " maps to both " + select0 + " and " + select);
127 return Select.values().length;
136 selection = Select.values()[ordinal]
143 Select select = tagToSelection.get(tag); local
    [all...]
  /cts/tests/tests/location/src/android/location/cts/asn1/supl2/ulp_components/
FrequencyInfo.java 196 private static final Map<Asn1Tag, Select> tagToSelection = new HashMap<>();
203 for (Select select : Select.values()) {
204 for (Asn1Tag tag : select.getPossibleFirstTags()) {
205 Select select0;
206 if ((select0 = tagToSelection.put(tag, select)) != null) {
208 "modeSpecificInfoType: " + tag + " maps to both " + select0 + " and " + select);
275 return Select.values().length;
284 selection = Select.values()[ordinal]
291 Select select = tagToSelection.get(tag); local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/rank/
Percentile.java 87 /** Minimum size under which we use a simple insertion sort rather than Hoare's select. */
288 return select(work, pivotsHeap, 0);
291 return select(work, pivotsHeap, length - 1);
293 double lower = select(work, pivotsHeap, intPos - 1);
294 double upper = select(work, pivotsHeap, intPos);
299 * Select the k<sup>th</sup> smallest element from work array
309 private double select(final double[] work, final int[] pivotsHeap, final int k) { method in class:Percentile
323 // select a pivot and partition work array around it
352 /** Select a pivot index as the median of three
  /external/mesa3d/src/gallium/drivers/r600/sb/
sb_if_conversion.cpp 180 value *select = get_select_value_for_em(sh, em); local
182 if (!select)
188 alu_node *ns = convert_phi(select, n);
279 alu_node* if_conversion::convert_phi(value* select, node* phi) {
304 n->src.push_back(select);
  /external/eigen/Eigen/src/Core/
Select.h 15 /** \class Select
25 * It is the return type of DenseBase::select() and most of the time this is the only way it is used.
27 * \sa DenseBase::select(const DenseBase<ThenDerived>&, const DenseBase<ElseDerived>&) const
32 struct traits<Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >
52 class Select : public internal::dense_xpr_base< Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >::type,
57 typedef typename internal::dense_xpr_base<Select>::type Base;
58 EIGEN_DENSE_PUBLIC_INTERFACE(Select)
61 Select(const ConditionMatrixType& a_conditionMatrix,
119 * \sa class Select
124 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix, function in class:Eigen::DenseBase
138 DenseBase<Derived>::select(const DenseBase<ThenDerived>& thenMatrix, function in class:Eigen::DenseBase
153 DenseBase<Derived>::select(const typename ElseDerived::Scalar& thenScalar, function in class:Eigen::DenseBase
    [all...]

Completed in 825 milliseconds

<<11121314151617181920>>