Searched defs:Select (Results 1 - 25 of 51) sorted by relevance

123

/external/chromium_org/tools/cr/cr/commands/
H A Dcommand.py21 def Select(cls): member in class:Command
H A Dselect.py24 self.help = 'Select an output directory'
44 self.Select()
47 def Select(cls): member in class:SelectCommand
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py46 def Select(cls): member in class:Host
/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...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
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/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/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp44 SDNode *Select(SDNode *N) override;
142 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel
/external/chromium_org/remoting/protocol/
H A Dsession_config.cc78 bool CandidateSessionConfig::Select( function in class:remoting::protocol::CandidateSessionConfig
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/external/chromium_org/tools/cr/cr/
H A Dplugin.py289 def Select(cls): member in class:Plugin
317 plugin = cls.Select()
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp119 SDNode *Select(SDNode *N) override;
384 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { function in class:MSP430DAGToDAGISel
482 // Select the default instruction
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp175 /// Select instructions not customized! Used for
177 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { function in class:MipsDAGToDAGISel
214 // Select the default instruction
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp47 SDNode *Select(SDNode *N) override;
134 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless_neon.c207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0, function
223 return Select(top + 0, &left, top - 1);
H A Dlossless_sse2.c56 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
144 const uint32_t pred = Select(top[0], left, top[-1]);
/external/webp/src/dsp/
H A Dlossless_neon.c207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0, function
223 return Select(top + 0, &left, top - 1);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ListBox.cpp347 m_pList->Select(m_pList->GetItemIndex(point));
499 void CPWL_ListBox::Select(FX_INT32 nItemIndex) function in class:CPWL_ListBox
502 m_pList->Select(nItemIndex);
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.cc188 void TableView::Select(int model_row) { function in class:views::TableView
/external/chromium_org/v8/src/
H A Dscanner.h511 inline Token::Value Select(Token::Value tok) { function in class:v8::internal::Scanner
516 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { function in class:v8::internal::Scanner
/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/NVPTX/
H A DNVPTXISelDAGToDAG.cpp119 /// Select - Select instructions not customized! Used for
121 SDNode *NVPTXDAGToDAGISel::Select(SDNode *N) { function in class:NVPTXDAGToDAGISel
/external/llvm/lib/Target/R600/
H A DAMDGPUISelDAGToDAG.cpp43 SDNode *Select(SDNode *N) override;
207 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp328 SDNode *Select(SDNode *Node) override;
969 Upper = SDValue(Select(Upper.getNode()), 0);
1034 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { function in class:SystemZDAGToDAGISel
1114 // Select the default instruction
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_list.cpp853 void CFX_ListCtrl::Select(FX_INT32 nItemIndex) function in class:CFX_ListCtrl

Completed in 560 milliseconds

123