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

/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/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/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
137 SDNode *SparcDAGToDAGISel::Select(SDNode *N) { function in class:SparcDAGToDAGISel
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.h107 Select, // HTML select popup. enumerator in enum:WebCore::PopupContainer::PopupType
/external/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/llvm/lib/Target/PTX/
H A DPTXISelDAGToDAG.cpp36 SDNode *Select(SDNode *Node);
74 SDNode *PTXDAGToDAGISel::Select(SDNode *Node) { function in class:PTXDAGToDAGISel
/external/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp49 SDNode *Select(SDNode *N);
155 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/external/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp92 SDNode *Select(SDNode *N);
339 /// Select multiply instructions.
361 /// Select instructions not customized! Used for
363 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) { function in class:MipsDAGToDAGISel
543 // Select the default instruction
/external/chromium/testing/gmock/include/gmock/
H A Dgmock-generated-actions.h399 // SelectArgs<Result, ArgumentTuple, k1, k2, ..., k_n>::Select(args)
402 // SelectArgs<int, ::std::tr1::tuple<bool, char, double>, 2, 0>::Select(
421 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
435 static SelectedArgs Select(const ArgumentTuple& /* args */) { function in class:testing::internal::SelectArgs
447 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
460 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
473 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
488 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
504 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
521 static SelectedArgs Select(cons function in class:testing::internal::SelectArgs
538 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
556 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
575 static SelectedArgs Select(const ArgumentTuple& args) { function in class:testing::internal::SelectArgs
[all...]
/external/llvm/lib/Target/CellSPU/
H A DSPUISelDAGToDAG.cpp194 if (SDNode *N = Select(bvNode))
223 /// Select - Convert the specified operand from a target-independent to a
225 SDNode *Select(SDNode *N);
606 SPUDAGToDAGISel::Select(SDNode *N) { function in class:SPUDAGToDAGISel
652 report_fatal_error("CellSPU Select: Unhandled zero/any extend EVT");
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp52 SDNode *Select(SDNode *N);
1228 SDNode *HexagonDAGToDAGISel::Select(SDNode *N) { function in class:HexagonDAGToDAGISel
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp93 // Select - Convert the specified operand from a target-independent to a
95 SDNode *Select(SDNode *N);
99 /// SelectCC - Select a comparison of the specified values with the
443 /// SelectCC - Select a comparison of the specified values with the specified
732 // Select - Convert the specified operand from a target-independent to a
734 SDNode *PPCDAGToDAGISel::Select(SDNode *N) { function in class:PPCDAGToDAGISel
/external/v8/src/
H A Dscanner.h492 inline Token::Value Select(Token::Value tok) { function in class:v8::internal::Scanner
497 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { function in class:v8::internal::Scanner
/external/chromium/chrome/browser/chromeos/input_method/
H A Dcandidate_window.cc517 void Select();
692 void CandidateView::Select() { function in class:chromeos::CandidateView
703 SchedulePaint(); // See comments at Select().
717 // Select the candidate. We'll commit the candidate when the mouse
958 // Select the current candidate in the page.
1150 // Select the candidate specified by index_in_page.
1151 candidate_views_[index_in_page]->Select();
/external/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp92 SDNode *Select(SDNode *N);
208 /// SelectVLD - Select NEON load intrinsics. NumVecs should be
216 /// SelectVST - Select NEON store intrinsics. NumVecs should
224 /// SelectVLDSTLane - Select NEON load/store lane intrinsics. NumVecs should
231 /// SelectVLDDup - Select NEON load-duplicate intrinsics. NumVecs
237 /// SelectVTBL - Select NEON VTBL and VTBX intrinsics. NumVecs should be 2,
242 /// SelectV6T2BitfieldExtractOp - Select SBFX/UBFX instructions for ARM.
245 /// SelectCMOVOp - Select CMOV instructions for ARM.
261 // Select special operations if node forms integer ABS pattern
2556 SDNode *ARMDAGToDAGISel::Select(SDNod function in class:ARMDAGToDAGISel
[all...]
/external/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp189 SDNode *Select(SDNode *N);
1941 SDNode *X86DAGToDAGISel::Select(SDNode *Node) { function in class:X86DAGToDAGISel
/external/llvm/bindings/ocaml/llvm/
H A Dllvm.ml191 | Select Constructor in type:Opcode/t
/external/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp242 case Instruction::Select:
259 /// Select whose cost is 2.
2003 static bool SimplifySwitchOnSelect(SwitchInst *SI, SelectInst *Select) { argument
2005 ConstantInt *TrueVal = dyn_cast<ConstantInt>(Select->getTrueValue());
2006 ConstantInt *FalseVal = dyn_cast<ConstantInt>(Select->getFalseValue());
2011 Value *Condition = Select->getCondition();
2676 if (SelectInst *Select = dyn_cast<SelectInst>(Cond))
2677 if (SimplifySwitchOnSelect(SI, Select))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata_2.0.0.v20100601.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/sqlite/dist/orig/
H A Dsqlite3.c8151 typedef struct Select Select; typedef in typeref:struct:Select
10182 Select *pSelect; /* NULL for tables. Points to definition if a view. */
10434 ** original Select structure that describes the SELECT statement. These
10564 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */
10748 Select *pSelect; /* A SELECT statement used in place of a table name */
10943 struct Select { struct
10956 Select *pPrior; /* Prior select in a compound select statement */
10957 Select *pNext; /* Next select to the left in a compound */
10958 Select *pRightmos
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8151 typedef struct Select Select; typedef in typeref:struct:Select
10182 Select *pSelect; /* NULL for tables. Points to definition if a view. */
10434 ** original Select structure that describes the SELECT statement. These
10564 Select *pSelect; /* Used for sub-selects and "<expr> IN (<select>)" */
10748 Select *pSelect; /* A SELECT statement used in place of a table name */
10943 struct Select { struct
10956 Select *pPrior; /* Prior select in a compound select statement */
10957 Select *pNext; /* Next select to the left in a compound */
10958 Select *pRightmos
[all...]

Completed in 650 milliseconds