HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 26 - 50 of 210) sorted by null

12 3 4 5 6 7 8 9

  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/
messages.properties 88 LogCatView_Select_All=Select All
107 TableView_Select_All=Select All
  /external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/
inspector-wrappers-test-utils.js 39 str += "<li>Select the Console";
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 113 Select,
330 /// \brief Return true if this is a select instruction.
332 return Flags & (1 << MCID::Select);
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 28 /// SparcDAGToDAGISel - SPARC specific code to select SPARC machine
44 SDNode *Select(SDNode *N) override;
142 SDNode *SparcDAGToDAGISel::Select(SDNode *N) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xpoll.h 59 #include <sys/select.h> /* Get the FD_* macros. */
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xpoll.h 59 #include <sys/select.h> /* Get the FD_* macros. */
94 # define Select(n,r,w,e,t) select(n,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
165 #define Select(n,r,w,e,t) select(0,(fd_set*)r,(fd_set*)w,(fd_set*)e,(struct timeval*)t)
  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 38 ** SELECT random()%5 AS x, count(*) FROM tab GROUP BY x
42 ** SELECT random()%5 AS x, count(*) FROM tab GROUP BY random()%5
293 ** SELECT a+b AS x FROM table WHERE x<10;
613 ** a SELECT statement. pE is a term in an ORDER BY or GROUP BY clause.
646 ** ORDER BY of a compound SELECT. The expression has not been
654 ** SELECT statement. Return the index i of the matching column,
664 Select *pSelect, /* The SELECT statement with the ORDER BY clause */
721 ** Analyze the ORDER BY clause in a compound SELECT statement. Modify
723 ** and N where N is the number of columns in the compound SELECT
    [all...]
delete.c 19 ** (as in the FROM clause of a SELECT statement) in this case it contains
96 Select *pDup;
141 Expr *pInClause = NULL; /* WHERE rowid IN ( select ) */
142 Expr *pSelectRowid = NULL; /* SELECT rowid ... */
144 SrcList *pSelectSrc = NULL; /* SELECT rowid FROM x ... (dup of pSrc) */
145 Select *pSelect = NULL; /* Complete SELECT tree */
155 /* We only need to generate a select expression if there
164 /* Generate a select expression tree to enforce the limit/offset
169 ** SELECT rowid FROM table_a WHERE col1=1 ORDER BY col2 LIMIT 1 OFFSET
    [all...]
  /device/generic/goldfish/camera/
EmulatedQemuCameraDevice.cpp 238 getWorkerThread()->Select(-1, 1000000 / mEmulatedFPS);
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/
sunspider-compare-results 42 --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/
xdfprotect.asm 97 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/commands/
init.py 23 It then uses the Prepare and Select commands to get that directory
154 # Write out the new configuration, and select it as the default
159 cr.SelectCommand.Select()
  /external/chromium_org/ui/views/controls/table/
table_view.h 120 void Select(int model_row);
278 // Set the selection state of row at |view_index| to |select|, additionally
282 bool select,
  /external/llvm/include/llvm/CodeGen/
SelectionDAGISel.h 77 /// 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
277 /// via the SchedulerRegistry, use it, otherwise select the
  /external/llvm/lib/Target/Mips/
MipsISelDAGToDAG.cpp 45 // MipsDAGToDAGISel - MIPS specific code to select MIPS machine
175 /// Select instructions not customized! Used for
177 SDNode* MipsDAGToDAGISel::Select(SDNode *Node) {
214 // Select the default instruction
  /external/chromium_org/tools/deep_memory_profiler/visualizer/static/
dropdown-view.js 88 // Select current sub if exists.
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 35 /// XCoreDAGToDAGISel - XCore specific code to select XCore machine
47 SDNode *Select(SDNode *N) override;
134 SDNode *XCoreDAGToDAGISel::Select(SDNode *N) {
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp 556 RK_IntegerMinMax, ///< Min/max implemented in terms of select(cmp()).
559 RK_FloatMinMax ///< Min/max implemented in terms of select(cmp()).
612 // The last instruction in a min/max pattern (select of the select(icmp())
756 /// select(icmp()) this function advances the instruction pointer 'I' from the
757 /// compare instruction to the select instruction and stores this pointer in
761 /// Returns true if the instruction is a Select(ICmp(X, Y), X, Y) instruction
    [all...]
  /external/eigen/Eigen/src/Core/
DenseBase.h 450 const Select<Derived,ThenDerived,ElseDerived>
451 select(const DenseBase<ThenDerived>& thenMatrix,
455 inline const Select<Derived,ThenDerived, typename ThenDerived::ConstantReturnType>
456 select(const DenseBase<ThenDerived>& thenMatrix, const typename ThenDerived::Scalar& elseScalar) const;
459 inline const Select<Derived, typename ElseDerived::ConstantReturnType, ElseDerived >
460 select(const typename ElseDerived::Scalar& thenScalar, const DenseBase<ElseDerived>& elseMatrix) const;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp 347 m_pList->Select(m_pList->GetItemIndex(point));
499 void CPWL_ListBox::Select(FX_INT32 nItemIndex)
502 m_pList->Select(nItemIndex);
  /external/chromium_org/third_party/libwebp/dsp/
lossless_neon.c 207 static WEBP_INLINE uint32_t Select(const uint32_t* const c0,
223 return Select(top + 0, &left, top - 1);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDILISelDAGToDAG.cpp 32 // AMDGPUDAGToDAGISel - AMDGPU specific code to select AMDGPU machine instructions
44 SDNode *Select(SDNode *N);
154 SDNode *AMDGPUDAGToDAGISel::Select(SDNode *N) {
  /external/chromium_org/tools/cr/cr/
plugin.py 271 This method will select a plugin to be the active one, and will activate
289 def Select(cls):
317 plugin = cls.Select()
  /external/chromium_org/v8/src/
scanner.h 511 inline Token::Value Select(Token::Value tok) {
516 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) {
  /external/llvm/lib/Target/MSP430/
MSP430ISelDAGToDAG.cpp 90 /// MSP430DAGToDAGISel - MSP430 specific code to select MSP430 machine
119 SDNode *Select(SDNode *N) override;
175 // If so, we cannot select it.
384 SDNode *MSP430DAGToDAGISel::Select(SDNode *Node) {
482 // Select the default instruction

Completed in 2011 milliseconds

12 3 4 5 6 7 8 9