Home
last modified time | relevance | path

Searched refs:SELECT (Results 1 – 25 of 273) sorted by relevance

1234567891011

/external/python/cpython2/Doc/includes/sqlite3/
Dexecsql_fetchonerow.py6 SELECT = "select name_last, age from people order by age, name_last" variable
10 cur.execute(SELECT)
15 cur.execute(SELECT)
Dsimple_tableprinter.py5 SELECT = 'select * from %s order by age, name_last' % TABLE_NAME variable
10 cur.execute(SELECT)
/external/curl/tests/data/
Dtest8036 SELECT
24 IMAP SELECT UIDVALIDITY Failure
41 A003 SELECT 803
Dtest8026 SELECT
29 IMAP SELECT UIDVALIDITY Success
42 A003 SELECT 802
Dtest8046 SELECT
28 IMAP doesn't perform SELECT if re-using the same mailbox
41 A003 SELECT 804
Dtest83649 A003 SELECT 836
54 B003 SELECT 836
Dtest81436 A003 SELECT 814
Dtest81038 A003 SELECT 810
Dtest80044 A003 SELECT 800
Dtest80141 A003 SELECT 801
Dtest83751 A003 SELECT 837
Dtest81540 A003 SELECT 815
Dtest83851 A003 SELECT 838
Dtest81951 A003 SELECT 819
Dtest84146 A003 SELECT 841
Dtest82154 A003 SELECT 821
/external/llvm/test/Transforms/InstCombine/
Dpow-1.ll77 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], float 0x7FF0000000000000, float [[FABSF]]
79 ; CHECK-NEXT: ret float [[SELECT]]
88 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
90 ; CHECK-NEXT: ret double [[SELECT]]
168 ; CHECK-NEXT: [[SELECT:%[a-z0-9]+]] = select i1 [[FCMP]], double 0x7FF0000000000000, double [[FABS]]
170 ; CHECK-NEXT: ret double [[SELECT]]
/external/apache-xml/src/main/java/org/apache/xpath/
DXPathAPI.java236 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval()
277 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval()
DCachedXPathAPI.java288 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval()
329 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null); in eval()
DXPath.java144 public static final int SELECT = 0; field in XPath
177 if (SELECT == type) in XPath()
226 if (SELECT == type) in XPath()
/external/llvm/lib/Target/AArch64/
DAArch64TargetTransformInfo.cpp441 if (ValTy->isVectorTy() && ISD == ISD::SELECT) { in getCmpSelInstrCost()
446 { ISD::SELECT, MVT::v16i1, MVT::v16i16, 16 }, in getCmpSelInstrCost()
447 { ISD::SELECT, MVT::v8i1, MVT::v8i32, 8 }, in getCmpSelInstrCost()
448 { ISD::SELECT, MVT::v16i1, MVT::v16i32, 16 }, in getCmpSelInstrCost()
449 { ISD::SELECT, MVT::v4i1, MVT::v4i64, 4 * AmortizationCost }, in getCmpSelInstrCost()
450 { ISD::SELECT, MVT::v8i1, MVT::v8i64, 8 * AmortizationCost }, in getCmpSelInstrCost()
451 { ISD::SELECT, MVT::v16i1, MVT::v16i64, 16 * AmortizationCost } in getCmpSelInstrCost()
/external/python/cpython2/Lib/sqlite3/test/
Dregression.py136 SELECT = "select * from foo"
140 con.execute(SELECT)
144 con.execute(SELECT)
/external/llvm/test/CodeGen/MIR/Lanai/
Dpeephole-compare.mir217 %5 = SELECT %2, %4, 7, implicit %sr
263 %4 = SELECT %2, %1, 7, implicit %sr
313 %5 = SELECT %2, %3, 11, implicit %sr
363 %5 = SELECT %2, %3, 11, implicit %sr
413 %5 = SELECT %2, %3, 10, implicit %sr
463 %5 = SELECT %2, %3, 10, implicit %sr
513 %5 = SELECT %2, %3, 13, implicit %sr
620 %21 = SELECT %2, %20, 4, implicit %sr
622 %22 = SELECT killed %21, %20, 6, implicit %sr
/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dfetch_jit.cpp279 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); in JitLoadVertices()
285 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitLoadVertices()
327 offset = SELECT(oob, offset, ConstantInt::get(mInt64Ty, 0)); in JitLoadVertices()
610 pLoad = SELECT(pLaneMask, pLoad, pTmp); in CreateGatherOddFormats()
743 stepRate = SELECT(isNonZeroStep, stepRate, C(1)); in JitGatherVertices()
749 calcInstance = SELECT(isNonZeroStep, calcInstance, C(0)); in JitGatherVertices()
774 maxVertex = SELECT(neg, C(0), TRUNC(maxVertex, mInt32Ty)); in JitGatherVertices()
788 vCurIndices = SELECT(pZeroPitchMask, VIMMED1(0), vCurIndices); in JitGatherVertices()
798 vGatherMask = SELECT(vPartialOOBMask, vElementInBoundsMask, vGatherMask); in JitGatherVertices()
1161 Value* pValid = SELECT(mask, pIndex, pZeroIndex); in GetSimdValid8bitIndices()
[all …]
/external/llvm/test/CodeGen/SPARC/
Dselect-mask.ll4 ;; other than the first for SELECT. Thus, the 'trunc' got eliminated

1234567891011