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

1 2 3 4 5 6 7 8 9

  /external/chromium_org/third_party/mesa/src/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/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/llvm/unittests/IR/
PatternMatch.cpp 32 static void m_OrdFMin_expect_match_and_delete(Value *Cmp, Value *Select,
35 EXPECT_TRUE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)).match(Select));
38 delete Select;
42 static void m_OrdFMin_expect_nomatch_and_delete(Value *Cmp, Value *Select,
45 EXPECT_FALSE(m_OrdFMin(m_Value(MatchL), m_Value(MatchR)).match(Select));
46 delete Select;
50 static void m_OrdFMax_expect_match_and_delete(Value *Cmp, Value *Select,
53 EXPECT_TRUE(m_OrdFMax(m_Value(MatchL), m_Value(MatchR)).match(Select));
56 delete Select;
60 static void m_OrdFMax_expect_nomatch_and_delete(Value *Cmp, Value *Select,
    [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& 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(typename ElseDerived::Scalar thenScalar, function in class:Eigen::DenseBase
    [all...]
  /external/chromium_org/chrome/test/functional/
chromeos_file_browser.py 91 self.assertTrue(file_browser.Select(fname),
110 self.assertTrue(file_browser.Select('apple.html'))
113 """Test we can select multiple folders in the full page file browser."""
122 file_browser.Select('apples')
123 file_browser.Select('oranges')
157 file_browser.Select('apples')
159 self.assertFalse(file_browser.Select('apples'))
160 self.assertTrue(file_browser.Select('oranges'))
178 file_browser.Select('apples')
180 self.assertFalse(file_browser.Select('apples')
    [all...]
doc_viewing.py 60 file_browser.Select(fname)
  /external/llvm/lib/Target/Mips/
MipsModuleISelDAGToDAG.h 29 // MipsModuleDAGToDAGISel - MIPS specific code to select MIPS machine
50 virtual SDNode *Select(SDNode *N) {
MipsISelDAGToDAG.h 27 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
71 virtual SDNode *Select(SDNode *N);
  /external/libpng/projects/visualc71/
README_zlib.txt 14 1) On the main menu, select "File | Open Solution".
20 binaries set "zlib" as the startup project (Select "zlib" tree view item +
22 binaries set it to "example" (Select "example" tree view item + Project |
24 "minigzip" (Select "minigzip" tree view item + Project | Set as StartUp
27 4) Select "Build | Configuration Manager...".
30 5) Select "Build | Clean Solution".
32 6) Select "Build | Build Solution (Ctrl-Shift-B)"
  /external/chromium_org/third_party/sqlite/src/test/
fuzz_common.tcl 29 # Select
101 {([Select 1])} \
102 {[Expr $c] IN ([Select 1])} \
103 {[Expr $c] NOT IN ([Select 1])} \
104 {EXISTS ([Select 1])} \
121 # "SELECT DISTINCT", "SELECT ALL" or "SELECT"
125 "SELECT DISTINCT"
126 "SELECT ALL
    [all...]
fuzz_malloc.test 73 do_fuzzy_malloc_test fuzzy_malloc-1 -template {Select [Expr]}
74 do_fuzzy_malloc_test fuzzy_malloc-2 -template {[Select]}
91 -template {[Select]} \
  /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...]
  /external/chromium_org/third_party/sqlite/src/src/
walker.c 74 ** Walk all expressions associated with SELECT statement p. Do
75 ** not invoke the SELECT callback on p, but do (of course) invoke
76 ** any expr callbacks and SELECT callbacks that come from subqueries.
79 int sqlite3WalkSelectExpr(Walker *pWalker, Select *p){
92 ** FROM clause of SELECT statement p. Do not invoke the select
97 int sqlite3WalkSelectFrom(Walker *pWalker, Select *p){
114 ** Call sqlite3WalkExpr() for every expression in Select statement p.
116 ** on the compound select chain, p->pPrior.
124 int sqlite3WalkSelect(Walker *pWalker, Select *p)
    [all...]
sqliteInt.h 624 typedef struct Select 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_org/chrome/browser/chromeos/input_method/
candidate_view.h 46 void Select();
  /external/chromium_org/third_party/WebKit/Source/web/
PopupMenuChromium.cpp 76 m_popup = PopupContainer::create(client(), PopupContainer::Select, popupSettings);
  /external/chromium/chrome/browser/resources/file_manager/js/
mock_chrome.js 32 * Select multiple files.
40 * Select a single file.
167 SELECT_FOLDER_TITLE: 'Select a folder to open',
168 SELECT_OPEN_FILE_TITLE: 'Select a file to open',
169 SELECT_OPEN_MULTI_FILE_TITLE: 'Select one or more files',
170 SELECT_SAVEAS_FILE_TITLE: 'Select a file to save as',
  /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() };
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/type_traits/detail/
cv_traits_impl.hpp 78 template <typename T, unsigned Select
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xpoll.h 65 * <sys/select.h>, so we get the FD_* macros. */
68 # include <sys/select.h>
73 # if defined(AIXV4) /* AIX 4.2 fubar-ed <sys/select.h>, so try really hard. */
75 # include <sys/select.h>
78 # ifdef __QNX__ /* Make sure we get 256 bit select masks */
81 # include <sys/select.h>
84 #else /* DGUX -- No sys/select in Intel DG/ux */
124 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
127 # define Select(n,r,w,e,t) select(n,(int*)r,(int*)w,(int*)e,(struct timeval*)t
    [all...]

Completed in 1254 milliseconds

1 2 3 4 5 6 7 8 9