Searched refs:TK_STRING (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dllex.h30 TK_NUMBER, TK_NAME, TK_STRING enumerator in enum:RESERVED
H A Dllex.c94 case TK_STRING:
308 lexerror(ls, msg, TK_STRING);
349 lexerror(ls, "unfinished string", TK_STRING);
433 return TK_STRING;
436 else lexerror(ls, "invalid long string delimiter", TK_STRING);
465 return TK_STRING;
H A Dlparser.c63 if (ls->t.token == TK_NAME || ls->t.token == TK_STRING) {
843 case TK_STRING: { /* funcargs -> STRING */
926 case '(': case TK_STRING: case '{': { /* funcargs */
946 case TK_STRING: {
/external/chromium_org/third_party/sqlite/src/src/
H A Dattach.c46 pExpr->op = TK_STRING;
318 if( pAuthArg->op==TK_STRING ){
H A Dtokenize.c247 *tokenType = TK_STRING;
H A Dexpr.c1253 case TK_STRING:
1303 case TK_STRING: {
2317 case TK_STRING: {
2966 case TK_STRING: {
2972 testcase( p->op==TK_STRING );
H A Dresolve.c341 pExpr->op = TK_STRING;
H A Dvdbemem.c1056 if( op==TK_STRING || op==TK_FLOAT || op==TK_INTEGER ){
H A Dwhere.c643 Expr **ppPrefix, /* Pointer to TK_STRING expression with pattern prefix */
686 }else if( op==TK_STRING ){
697 pPrefix = sqlite3Expr(db, TK_STRING, z);
H A Dparse.y286 spanExpr(&v, pParse, TK_STRING, &X);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7218 #define TK_STRING 94 macro
8044 #define OP_String8 94 /* same as TK_STRING */
9930 ** or TK_STRING), then Expr.token contains the text of the SQL literal. If
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8295 #define TK_STRING 97 macro
9351 #define OP_String8 97 /* same as TK_STRING, synopsis: r[P2]='P4' */
11297 ** or TK_STRING), then Expr.token contains the text of the SQL literal. If
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8295 #define TK_STRING 97 macro
9351 #define OP_String8 97 /* same as TK_STRING, synopsis: r[P2]='P4' */
11297 ** or TK_STRING), then Expr.token contains the text of the SQL literal. If
[all...]

Completed in 3117 milliseconds