Searched refs:Select (Results 1 - 25 of 143) sorted by relevance

123456

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfeedback.c163 * 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
[all...]
/external/mesa3d/src/mesa/main/
H A Dfeedback.c163 * 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
[all...]
/external/eigen/Eigen/src/Core/
H A DSelect.h15 /** \class Select
32 struct traits<Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >
55 class Select : internal::no_assignment_operator, class in namespace:Eigen
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, function in class:Eigen::Select
119 * \sa class Select
123 inline const Select<Derived,ThenDerived,ElseDerived>
127 return Select<Derive
[all...]
/external/chromium_org/tools/cr/cr/commands/
H A Dselect.py24 self.help = 'Select an output directory'
44 self.Select()
47 def Select(cls): member in class:SelectCommand
H A Dcommand.py21 def Select(cls): member in class:Command
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt24 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/chromium_org/third_party/sqlite/src/test/
H A Dfuzz_common.tcl29 # Select
101 {([Select 1])} \
102 {[Expr $c] IN ([Select 1])} \
103 {[Expr $c] NOT IN ([Select 1])} \
104 {EXISTS ([Select 1])} \
165 {[SelectKw] [ResultSet $nRes $::ColumnList] FROM ([Select])} \
166 {[SelectKw] [ResultSet $nRes] FROM ([Select])} \
170 FROM ([Select])
177 {[SelectKw] * FROM ([Select])} \
201 proc Select {{nMult procedure
[all...]
H A Dfuzz_malloc.test73 do_fuzzy_malloc_test fuzzy_malloc-1 -template {Select [Expr]}
74 do_fuzzy_malloc_test fuzzy_malloc-2 -template {[Select]}
91 -template {[Select]} \
/external/chromium_org/third_party/sqlite/src/src/
H A Dwalker.c79 int sqlite3WalkSelectExpr(Walker *pWalker, Select *p){
97 int sqlite3WalkSelectFrom(Walker *pWalker, Select *p){
114 ** Call sqlite3WalkExpr() for every expression in Select statement p.
124 int sqlite3WalkSelect(Walker *pWalker, Select *p){
H A DsqliteInt.h624 typedef struct Select Select; typedef in typeref:struct:Select
1276 Select *pSelect; /* NULL for tables. Points to definition if a view. */
1524 ** original Select structure that describes the SELECT statement. These
1655 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */
1841 Select *pSelect; /* A SELECT statement used in place of a table name */
2030 struct Select { struct
2040 Select *pPrior; /* Prior select in a compound select statement */
2041 Select *pNext; /* Next select to the left in a compound */
2042 Select *pRightmos
[all...]
H A Dselect.c19 ** Delete all the content of a Select structure but do not deallocate
22 static void clearSelect(sqlite3 *db, Select *p){
47 ** Allocate a new Select structure and return a pointer to that
50 Select *sqlite3SelectNew(
62 Select *pNew;
63 Select standin;
97 ** Delete the given Select structure and all of its substructures.
99 void sqlite3SelectDelete(sqlite3 *db, Select *p){
311 ** The terms of a FROM clause are contained in the Select.pSrc structure.
312 ** The left most table is the first entry in Select
[all...]
H A Dresolve.c664 Select *pSelect, /* The SELECT statement with the ORDER BY clause */
737 Select *pSelect /* The SELECT statement containing the ORDER BY */
827 Select *pSelect, /* The SELECT statement containing the clause */
877 Select *pSelect, /* The SELECT statement holding pOrderBy */
925 static int resolveSelectStep(Walker *pWalker, Select *p){
934 Select *pLeftmost; /* Left-most of SELECT of a compound */
1193 Select *p, /* The SELECT statement being coded. */
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DStringTokenizer.cs70 return new string[] { token, str[EnumerableExtensions.Sum(EnumerableExtensions.Select(EnumerableExtensions.Take(_tokens, i + 1),
H A DEnumerableExtensions.cs164 #region Select
166 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, TResult> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
177 public static IEnumerable<TResult> Select<TSource, TResult>(IEnumerable<TSource> source, Func<TSource, int, TResult> selector) { method in class:Antlr.Runtime.JavaExtensions.EnumerableExtensions
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DStringTokenizer.cs71 return new string[] { token, str[_tokens.Take( i + 1 ).Select( t => t.Length + 1 ).Sum() - 1].ToString() };
/external/wpa_supplicant_8/hs20/server/www/
H A Dsignup.php34 Select a username and password. Leave password empty to get automatically
/external/pdfium/fpdfsdk/src/formfiller/
H A DFFL_ListBox.cpp98 pWnd->Select(i);
109 pWnd->Select(i);
272 pListBox->Select(m_State[i]);
/external/chromium_org/remoting/protocol/
H A Dsession_config.h147 bool Select(const CandidateSessionConfig* client_config,
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebInputEventFactoryMac.mm629 // "Select"
631 return @"Select";
/external/llvm/lib/Analysis/
H A DCaptureTracking.cpp145 case Instruction::Select:
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.h83 /// \brief Select constant vector splats.
85 /// \brief Select constant vector splats whose value fits in a uimm1.
87 /// \brief Select constant vector splats whose value fits in a uimm2.
89 /// \brief Select constant vector splats whose value fits in a uimm3.
91 /// \brief Select constant vector splats whose value fits in a uimm4.
93 /// \brief Select constant vector splats whose value fits in a uimm5.
95 /// \brief Select constant vector splats whose value fits in a uimm6.
97 /// \brief Select constant vector splats whose value fits in a uimm8.
99 /// \brief Select constant vector splats whose value fits in a simm5.
101 /// \brief Select constan
[all...]
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h60 SDNode *Select(SDNode *N) override;
/external/doclava/res/assets/templates/components/
H A Dleft_nav.cs39 <p style="padding:10px">Select a package to view its members</p><?cs
/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h113 Select, enumerator in enum:llvm::MCID::__anon24700
332 return Flags & (1 << MCID::Select);
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp44 SDNode *Select(SDNode *N) override;
142 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel

Completed in 499 milliseconds

123456