Searched refs:OP_And (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXPathPredicate.h90 enum Opcode { OP_And, OP_Or }; enumerator in enum:WebCore::XPath::LogicalOp::Opcode
H A DXPathPredicate.cpp209 if (m_opcode == OP_And)
H A DXPathGrammar.y479 $$ = new LogicalOp(LogicalOp::OP_And, $1, $3);
/external/chromium_org/third_party/sqlite/src/src/
H A Dexpr.c2439 assert( TK_AND==OP_And );
2674 sqlite3VdbeAddOp3(v, OP_And, r3, r4, target);
H A Dvdbe.c1938 case OP_And: /* same as TK_AND, in1, in2, out3 */
1955 if( pOp->opcode==OP_And ){
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c8097 #define OP_And 69 /* same as TK_AND */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8634 #define OP_And 69 /* same as TK_AND */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8634 #define OP_And 69 /* same as TK_AND */ macro
[all...]

Completed in 1848 milliseconds