HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 1 - 25 of 230) sorted by null

1 2 3 4 5 6 7 8 910

  /external/mesa3d/src/mesa/main/
feedback.c 163 * the fields in __struct gl_contextRec::Select with the given buffer.
182 ctx->Select.Buffer = buffer;
183 ctx->Select.BufferSize = size;
184 ctx->Select.BufferCount = 0;
185 ctx->Select.HitFlag = GL_FALSE;
186 ctx->Select.HitMinZ = 1.0;
187 ctx->Select.HitMaxZ = 0.0;
203 if (ctx->Select.BufferCount < ctx->Select.BufferSize) {
204 ctx->Select.Buffer[ctx->Select.BufferCount] = value
    [all...]
  /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> >
55 class Select : internal::no_assignment_operator,
56 public internal::dense_xpr_base< Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >::type
60 typedef typename internal::dense_xpr_base<Select>::type Base;
61 EIGEN_DENSE_PUBLIC_INTERFACE(Select)
63 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...]
  /ndk/tests/device/b16355858/jni/
sample_lib.c 9 static unsigned Select(unsigned a, unsigned b, unsigned c) {
19 const unsigned pred = Select(top[0], left, top[-1]);
  /external/libpng/projects/visualc71/
README_zlib.txt 18 1) On the main menu, select "File | Open Solution".
24 binaries set "zlib" as the startup project (Select "zlib" tree view item +
26 binaries set it to "example" (Select "example" tree view item + Project |
28 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
31 4) Select "Build | Configuration Manager...".
34 5) Select "Build | Clean Solution".
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/v8/test/unittests/compiler/
select-lowering-unittest.cc 5 #include "src/compiler/select-lowering.h"
38 common()->Select(MachineRepresentation::kWord32), p0, p1, p2);
56 common()->Select(MachineRepresentation::kWord32), p0, p3, p4));
63 // values of the Select, because the resulting graph can not be scheduled.
65 common()->Select(MachineRepresentation::kWord32), p0, s0, p0));
common-operator-reducer-unittest.cc 463 // Select
471 graph()->NewNode(common()->Select(rep, hint), input, input, input));
482 Node* select = local
483 graph()->NewNode(common()->Select(MachineRepresentation::kTagged),
485 Reduction r = Reduce(select);
494 Node* select = local
495 graph()->NewNode(common()->Select(MachineRepresentation::kTagged),
497 Reduction r = Reduce(select);
506 Node* select = local
507 graph()->NewNode(common()->Select(MachineRepresentation::kTagged)
518 Node* select = local
530 Node* select = local
542 Node* select = graph()->NewNode( local
554 Node* select = local
567 Node* select = local
580 Node* select = graph()->NewNode( local
592 Node* select = graph()->NewNode( local
604 Node* select = graph()->NewNode( local
616 Node* select = graph()->NewNode( local
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 183 // To recognize min/max patterns formed by a icmp select sequence, we store
310 // reductions which are represented as a cmp followed by a select.
332 // pattern or more than just a select and cmp.
363 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
369 "Expect a select instruction");
371 SelectInst *Select = nullptr;
373 // We must handle the select(cmp()) as a single instruction. Advance to the
374 // select.
376 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->user_begin())))
378 return InstDesc(Select, Prev.getMinMaxKind())
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_dbtables.py 79 values = self.tdb.Select(
124 values = self.tdb.Select(tabname, [col2],
127 values = self.tdb.Select(tabname, [col2],
170 self.tdb.Select(tabname, [], conditions={'foo': '123'})
197 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
204 values = self.tdb.Select(
210 values = self.tdb.Select(tabname, ['b'],
243 # This select should return 0 rows. it is designed to test
248 values = self.tdb.Select(tabname, ['b', 'a', 'd'],
297 values = self.tdb.Select(
    [all...]
  /frameworks/native/services/sensorservice/
traits.h 67 struct Select {
71 struct Select<false, T, U> {
112 typedef typename Select<isStdArith || isPointer, T, const T&>::Result ParameterType;
  /external/chromium-trace/catapult/third_party/webtest/webtest/
__init__.py 15 from webtest.forms import Select
  /external/wpa_supplicant_8/hs20/server/www/
signup.php 18 $row = $db->query("SELECT realm FROM sessions WHERE id='$id'")->fetch();
26 $row = $db->query("SELECT value FROM osu_config WHERE realm='$realm' AND field='free_account'")->fetch();
34 Select a username and password. Leave password empty to get automatically
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelDAGToDAG.cpp 28 /// WebAssembly-specific code to select WebAssembly machine instructions for
57 SDNode *Select(SDNode *Node) override;
66 // add select functions here...
70 SDNode *WebAssemblyDAGToDAGISel::Select(SDNode *Node) {
94 // Select the default instruction.
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
StringTokenizer.cs 70 return new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1),
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
StringTokenizer.cs 71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
  /external/opencv3/modules/core/include/opencv2/core/cuda/
type_traits.hpp 83 typedef typename type_traits_detail::Select<IsSimpleParameter<UnqualifiedType>::value,
  /external/squashfs-tools/squashfs-tools/
Makefile 15 # Obviously, you must select at least one of the available gzip, lzma, lzo
97 # Select whether you wish xattrs to be stored by Mksquashfs and extracted
212 $(error "No compressor selected! Select one or more of GZIP, LZMA, XZ, LZO or \
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
cv_traits_impl.hpp 78 template <typename T, unsigned Select
  /external/autotest/client/cros/cellular/
ether_io_rf_switch.py 117 def Select(switch, remaining_args):
132 print 'usage: %s hostname {query|select portnumber}' % sys.argv[0]
143 elif operation == 'select':
144 Select(switch, arguments)
  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 49 SDNode *Select(SDNode *N) override;
118 SDNode *BPFDAGToDAGISel::Select(SDNode *Node) {
165 // Select the default instruction
  /external/opencv3/modules/core/include/opencv2/core/cuda/detail/
type_traits_detail.hpp 55 template <bool, typename T1, typename T2> struct Select { typedef T1 type; };
56 template <typename T1, typename T2> struct Select<false, T1, T2> { typedef T2 type; };
  /system/connectivity/shill/net/
mock_sockets.h 57 MOCK_CONST_METHOD5(Select, int(int nfds,
sockets.h 96 // select
97 virtual int Select(int nfds,

Completed in 591 milliseconds

1 2 3 4 5 6 7 8 910