Searched refs:SELECT (Results 1 - 25 of 45) sorted by relevance

12

/external/apache-xml/src/main/java/org/apache/xpath/
H A DCachedXPathAPI.java288 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null);
329 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null);
H A DXPathAPI.java236 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null);
277 XPath xpath = new XPath(str, null, prefixResolver, XPath.SELECT, null);
H A DXPath.java144 public static final int SELECT = 0; field in class:XPath
158 * @param type one of {@link #SELECT} or {@link #MATCH}.
177 if (SELECT == type)
206 * @param type one of {@link #SELECT} or {@link #MATCH}.
226 if (SELECT == type)
258 * @param type one of {@link #SELECT} or {@link #MATCH}.
/external/webkit/Source/WebCore/dom/
H A DEvent.idl51 const unsigned short SELECT = 16384;
H A DEvent.h60 SELECT = 16384, enumerator in enum:WebCore::Event::EventType
/external/apache-xml/src/main/java/org/apache/xalan/templates/
H A DAVTPartXPath.java104 m_xpath = new XPath(val, null, nsNode, XPath.SELECT, liaison.getErrorListener());
H A DStylesheetRoot.java91 m_selectDefault = new XPath("node()", this, this, XPath.SELECT, errorListener);
1100 XPath selectPattern = new XPath(".", this, this, XPath.SELECT, errorListener);
/external/libvpx/examples/includes/geshi/geshi/
H A Dqbasic.php29 * a space in them (EXIT FOR, END SELECT) are added
67 'SUB', 'FUNCTION', 'RETURN', 'RESUME', 'SELECT', 'CASE', 'UNTIL'
/external/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h326 SELECT, enumerator in enum:llvm::ISD::NodeType
/external/apache-xml/src/main/java/org/apache/xpath/jaxp/
H A DXPathImpl.java196 null, prefixResolver, org.apache.xpath.XPath.SELECT );
401 prefixResolver, org.apache.xpath.XPath.SELECT );
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp197 case ISD::SELECT:
265 else if (Node->getOpcode() == ISD::SELECT)
478 Mask = DAG.getNode(ISD::SELECT, DL, BitTy, Mask,
608 Ops[i] = DAG.getNode(ISD::SELECT, dl, EltVT, Ops[i],
H A DLegalizeIntegerTypes.cpp67 case ISD::SELECT: Res = PromoteIntRes_SELECT(N); break;
486 return DAG.getNode(ISD::SELECT, N->getDebugLoc(),
774 case ISD::SELECT: Res = PromoteIntOp_SELECT(N, OpNo); break;
978 EVT SVT = TLI.getSetCCResultType(N->getOpcode() == ISD::SELECT ?
1088 case ISD::SELECT: SplitRes_SELECT(N, Lo, Hi); break;
1472 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1473 Hi = DAG.getNode(ISD::SELECT, dl, NVT, isShort, HiS, HiL);
1488 Lo = DAG.getNode(ISD::SELECT, dl, NVT, isShort, LoS, LoL);
1489 Hi = DAG.getNode(ISD::SELECT, dl, NVT, isShort, HiS, HiL);
1505 Lo = DAG.getNode(ISD::SELECT, d
[all...]
H A DLegalizeDAG.cpp1536 return DAG.getNode(ISD::SELECT, dl, AbsVal.getValueType(), SignBit,
2155 return DAG.getNode(ISD::SELECT, dl, MVT::f32, SignBitTest, Slow, Fast);
2168 SDValue Sel = DAG.getNode(ISD::SELECT, dl, MVT::i64, Ne, Or, Op0);
2172 SDValue Sel2 = DAG.getNode(ISD::SELECT, dl, MVT::i64, Ge, Sel, Op0);
2195 SDValue CstOffset = DAG.getNode(ISD::SELECT, dl, Zero.getValueType(),
2760 Tmp1 = DAG.getNode(ISD::SELECT, dl, NVT, Tmp2, True, False);
2972 Tmp1 = DAG.getNode(ISD::SELECT, dl, VT, Tmp2, Tmp1, Tmp3);
3347 case ISD::SELECT:
3544 Tmp1 = DAG.getNode(ISD::SELECT, dl, NVT, Tmp2,
3623 case ISD::SELECT
[all...]
H A DSelectionDAGDumper.cpp188 case ISD::SELECT: return "select";
/external/chromium/chrome/browser/tabs/
H A Dtab_strip_model_unittest.cc276 SELECT, enumerator in enum:MockTabStripModelObserver::TabStripModelObserverAction
345 State* s = new State(new_contents, index, SELECT);
425 State s2(contents1, 0, MockTabStripModelObserver::SELECT);
441 State s2(contents2, 1, MockTabStripModelObserver::SELECT);
464 State s1(contents3, 2, MockTabStripModelObserver::SELECT);
480 State s2(contents2, 1, MockTabStripModelObserver::SELECT);
487 State s4(detached, 2, MockTabStripModelObserver::SELECT);
512 State s3(contents2, 1, MockTabStripModelObserver::SELECT);
2059 state = State(new_contents, 0, MockTabStripModelObserver::SELECT);
2198 contents2, 1, MockTabStripModelObserver::SELECT);
[all...]
/external/chromium/chrome/browser/resources/options/
H A Dsearch_page.js533 if (!/INPUT|SELECT|BUTTON|TEXTAREA/.test(event.target.tagName)) {
/external/qemu/android/
H A Dhw-events.h298 KEY_CODE(SELECT ,0x161) \
452 BTN_CODE(SELECT, 0x13a) \
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp152 setOperationAction(ISD::SELECT, MVT::f32, Custom);
153 setOperationAction(ISD::SELECT, MVT::f64, Custom);
154 setOperationAction(ISD::SELECT, MVT::i32, Custom);
179 setOperationAction(ISD::SELECT, MVT::i64, Custom);
294 setTargetDAGCombine(ISD::SELECT);
637 return DAG.getNode(ISD::SELECT, DL, FalseTy, SetCC, False, True);
775 case ISD::SELECT:
799 case ISD::SELECT: return LowerSELECT(Op, DAG);
1549 return DAG.getNode(ISD::SELECT, DL, Op.getValueType(), Cond, Op.getOperand(2),
2046 Lo = DAG.getNode(ISD::SELECT, D
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp936 return DAG.getNode(ISD::SELECT, dl, SVT, Cond, TrueVal, FalseVal);
1318 // Lower SELECT_CC to SETCC and SELECT.
1324 // We need to make the operation type of SELECT node to be Custom,
1327 setOperationAction(ISD::SELECT, MVT::f32, Custom);
1328 setOperationAction(ISD::SELECT, MVT::f64, Custom);
1337 setOperationAction(ISD::SELECT, MVT::f32, Expand);
1338 setOperationAction(ISD::SELECT, MVT::f64, Expand);
1484 case ISD::SELECT: return Op;
/external/sqlite/dist/orig/
H A Dshell.c951 const char *zSelect, /* SELECT statement to extract content */
1302 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1634 "SELECT name, type, sql FROM sqlite_master "
1638 "SELECT name, type, sql FROM sqlite_master "
1642 "SELECT sql FROM sqlite_master "
1650 "SELECT name, type, sql FROM sqlite_master "
1654 "SELECT sql FROM sqlite_master "
1747 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
1862 "SELECT name FROM sqlite_master "
1865 "SELECT nam
[all...]
/external/sqlite/dist/
H A Dshell.c956 const char *zSelect, /* SELECT statement to extract content */
1307 zSelect = appendText(zSelect, "SELECT 'INSERT INTO ' || ", 0);
1653 "SELECT name, type, sql FROM sqlite_master "
1657 "SELECT name, type, sql FROM sqlite_master "
1661 "SELECT sql FROM sqlite_master "
1669 "SELECT name, type, sql FROM sqlite_master "
1673 "SELECT sql FROM sqlite_master "
1766 zSql = sqlite3_mprintf("SELECT * FROM %s", zTable);
1881 "SELECT name FROM sqlite_master "
1884 "SELECT nam
[all...]
/external/mksh/src/
H A Dsyn.c419 case SELECT:
767 { Tselect, SELECT, true },
/external/llvm/lib/Target/CellSPU/
H A DSPUISelLowering.cpp316 setOperationAction(ISD::SELECT, MVT::i8, Legal);
317 setOperationAction(ISD::SELECT, MVT::i16, Legal);
318 setOperationAction(ISD::SELECT, MVT::i32, Legal);
319 setOperationAction(ISD::SELECT, MVT::i64, Legal);
426 setOperationAction(ISD::SELECT, VT, Legal);
2580 DAG.getNode(ISD::SELECT, dl, IntVT,
2587 DAG.getNode(ISD::SELECT, dl, IntVT,
2664 // Note: Really should be ISD::SELECT instead of SPUISD::SELB, but LLVM's
2665 // legalizer insists on combining SETCC/SELECT into SELECT_CC, so we end up
/external/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp736 setOperationAction(ISD::SELECT, MVT::i32, Expand);
737 setOperationAction(ISD::SELECT, MVT::f32, Expand);
738 setOperationAction(ISD::SELECT, MVT::f64, Expand);
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp441 setOperationAction(ISD::SELECT , MVT::i1 , Promote);
443 setOperationAction(ISD::SELECT , MVT::i8 , Custom);
444 setOperationAction(ISD::SELECT , MVT::i16 , Custom);
445 setOperationAction(ISD::SELECT , MVT::i32 , Custom);
446 setOperationAction(ISD::SELECT , MVT::f32 , Custom);
447 setOperationAction(ISD::SELECT , MVT::f64 , Custom);
448 setOperationAction(ISD::SELECT , MVT::f80 , Custom);
456 setOperationAction(ISD::SELECT , MVT::i64 , Custom);
814 setOperationAction(ISD::SELECT, MVT::v8i8, Expand);
815 setOperationAction(ISD::SELECT, MV
[all...]

Completed in 597 milliseconds

12