Searched refs:Select (Results 26 - 50 of 143) sorted by relevance

123456

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
H A Dsunspider-compare-results42 --suite Select a specific benchmark suite. The default is sunspider-1.0
H A Dsunspider57 --suite Select a specific benchmark suite. The default is sunspider-1.0
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdfprotect.asm97 cdesc32 0x00000000, 0xFFFFF, 3 ; 0x0018 - Code Select Ring 3
98 ddesc32 0x00000000, 0xFFFFF, 3 ; 0x0020 - Data Select Ring 3
/external/chromium_org/tools/cr/cr/base/
H A Dhost.py46 def Select(cls): member in class:Host
/external/chromium_org/tools/cr/cr/commands/
H A Dinit.py23 It then uses the Prepare and Select commands to get that directory
159 cr.SelectCommand.Select()
/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/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_ListBox.h72 void Select(FX_INT32 nItemIndex);
/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/XCore/
H A DXCoreISelDAGToDAG.cpp47 SDNode *Select(SDNode *N) override;
134 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) { function in class:XCoreDAGToDAGISel
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp761 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
1284 // Select the optimal vectorization factor.
1290 // Select the unroll factor.
2519 Value *Select = Builder.CreateSelect(Cmp, Left, Right, "rdx.minmax.select"); local
2520 return Select;
2947 // Select between the current value and the previous incoming edge
3125 case Instruction::Select: {
4971 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
4980 SelectInst *Select = nullptr;
4985 if (!Cmp->hasOneUse() || !(Select
[all...]
/external/eigen/Eigen/src/Core/
H A DDenseBase.h450 const Select<Derived,ThenDerived,ElseDerived>
455 inline const Select<Derived,ThenDerived, typename ThenDerived::ConstantReturnType>
459 inline const Select<Derived, typename ElseDerived::ConstantReturnType, ElseDerived >
/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/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);
/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/third_party/sqlite/src/src/
H A Ddelete.c96 Select *pDup;
145 Select *pSelect = NULL; /* Complete SELECT tree */
/external/chromium_org/v8/src/
H A Dscanner.h527 inline Token::Value Select(Token::Value tok) { function in class:v8::internal::Scanner
532 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { function in class:v8::internal::Scanner
/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/mesa3d/src/gallium/drivers/radeon/
H A DAMDILISelDAGToDAG.cpp44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) { function in class:AMDGPUDAGToDAGISel
/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/chromium_org/chrome/browser/ui/views/
H A Dssl_client_certificate_selector.cc138 // Select the first row automatically. This must be done after the dialog has
140 table_->Select(0);
/external/chromium_org/remoting/host/
H A Dchromoting_host.cc289 if (!protocol_config_->Select(session->candidate_config(), &config)) {
/external/chromium_org/remoting/protocol/
H A Dsession_config.cc71 bool CandidateSessionConfig::Select( function in class:remoting::protocol::CandidateSessionConfig
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dgetstring.c262 *params = ctx->Select.Buffer;
/external/chromium_org/ui/views/controls/table/
H A Dtable_view.h120 void Select(int model_row);
/external/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h77 /// Select - Main hook targets implement to select a node.
78 virtual SDNode *Select(SDNode *N) = 0;
80 /// SelectInlineAsmMemoryOperand - Select the specified address as a target

Completed in 5555 milliseconds

123456