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

1234

/external/autotest/client/cros/cellular/
H A Dether_io_rf_switch.py117 def Select(switch, remaining_args): function in function:CommandLineUtility
144 Select(switch, arguments)
/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp57 void Select(SDNode *Node) override;
70 void WebAssemblyDAGToDAGISel::Select(SDNode *Node) { function in class:WebAssemblyDAGToDAGISel
93 // Select the default instruction.
/external/llvm/lib/Target/BPF/
H A DBPFISelDAGToDAG.cpp49 void Select(SDNode *N) override;
118 void BPFDAGToDAGISel::Select(SDNode *Node) { function in class:BPFDAGToDAGISel
180 // Select the default instruction
/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> >
52 class Select : public internal::dense_xpr_base< Select<ConditionMatrixType, ThenMatrixType, ElseMatrixType> >::type, class in namespace:Eigen
57 typedef typename internal::dense_xpr_base<Select>::type Base;
58 EIGEN_DENSE_PUBLIC_INTERFACE(Select)
61 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/Lanai/
H A DLanaiISelDAGToDAG.cpp71 void Select(SDNode *N) override;
271 // Select instructions not customized! Used for
273 void LanaiDAGToDAGISel::Select(SDNode *Node) { function in class:LanaiDAGToDAGISel
295 // Select the default instruction
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
H A DBlackfinISelDAGToDAG.cpp53 SDNode *Select(SDNode *N);
77 SDNode *BlackfinDAGToDAGISel::Select(SDNode *N) { function in class:BlackfinDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
H A DMBlazeISelDAGToDAG.cpp82 SDNode *Select(SDNode *N);
187 /// Select instructions not customized! Used for
189 SDNode* MBlazeDAGToDAGISel::Select(SDNode *Node) { function in class:MBlazeDAGToDAGISel
261 // Select the default instruction
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
137 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp113 void Select(SDNode *N) override;
379 void MSP430DAGToDAGISel::Select(SDNode *Node) { function in class:MSP430DAGToDAGISel
467 // Select the default instruction
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp195 /// Select instructions not customized! Used for
197 void MipsDAGToDAGISel::Select(SDNode *Node) { function in class:MipsDAGToDAGISel
233 // Select the default instruction
/external/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp44 void Select(SDNode *N) override;
321 void SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp44 void Select(SDNode *N) override;
132 void XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/external/python/cpython2/Lib/bsddb/
H A Ddbtables.py623 def Select(self, table, columns, conditions={}): member in class:bsdTableDB
624 """Select(table, columns, conditions) - retrieve specific row data
649 """__Select() - Used to implement Select and Delete (above)
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp118 SDNode *Select(SDNode *N);
384 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) { function in class:MSP430DAGToDAGISel
481 // Select the default instruction
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp84 SDNode *Select(SDNode *N);
187 /// Select instructions not customized! Used for
189 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { function in class:MipsDAGToDAGISel
325 // Select the default instruction
/external/swiftshader/third_party/LLVM/lib/Target/PTX/
H A DPTXISelDAGToDAG.cpp36 SDNode *Select(SDNode *Node);
74 SDNode *PTXDAGToDAGISel::Select(SDNode *Node) { function in class:PTXDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp49 SDNode *Select(SDNode *N);
154 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/external/webp/src/dsp/
H A Dlossless_mips_dsp_r2.c149 static WEBP_INLINE uint32_t Select(uint32_t a, uint32_t b, uint32_t c) { function
220 return Select(top[0], left, top[-1]);
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
H A DAlphaISelDAGToDAG.cpp143 // Select - Convert the specified operand from a target-independent to a
145 SDNode *Select(SDNode *N);
206 // Select - Convert the specified operand from a target-independent to a
208 SDNode *AlphaDAGToDAGISel::Select(SDNode *N) { function in class:AlphaDAGToDAGISel
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp136 SDNode *Select(SDNode *Node);
587 SDNode *SystemZDAGToDAGISel::Select(SDNode *Node) { function in class:SystemZDAGToDAGISel
768 // Select the default instruction
/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp370 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
378 SelectInst *Select = nullptr; local
383 if (!Cmp->hasOneUse() || !(Select = dyn_cast<SelectInst>(*I->user_begin())))
385 return InstDesc(Select, Prev.getMinMaxKind());
389 if (!(Select = dyn_cast<SelectInst>(I)))
401 if (m_UMin(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
402 return InstDesc(Select, MRK_UIntMin);
403 else if (m_UMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
404 return InstDesc(Select, MRK_UIntMax);
405 else if (m_SMax(m_Value(CmpLeft), m_Value(CmpRight)).match(Select))
652 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); local
[all...]
/external/pdfium/fpdfsdk/pwl/
H A Dcpwl_list_box.cpp228 m_pList->Select(m_pList->GetItemIndex(point));
309 void CPWL_ListBox::Select(int32_t nItemIndex) { function in class:CPWL_ListBox
310 m_pList->Select(nItemIndex);
H A Dcpwl_list_impl.cpp397 void CPWL_ListCtrl::Select(int32_t nItemIndex) { function in class:CPWL_ListCtrl
/external/tensorflow/tensorflow/core/graph/
H A Dtestlib.cc415 Node* Select(Graph* g, Node* c, Node* inx, Node* iny) { function in namespace:tensorflow::test::graph
417 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Select")

Completed in 791 milliseconds

1234