Searched refs:xFilter (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtest8.c48 ** xBestIndex xOpen xFilter xNext
659 ** Echo virtual table module xFilter method.
673 if( simulateVtabError(pVtab, "xFilter") ){
681 appendToEchoModule(pVtab->interp, "xFilter");
1248 echoFilter, /* xFilter - configure scan constraints */
H A Dsqlite.h.in4593 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr,
4643 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
4650 ** [xFilter] method.
4654 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
4679 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4778 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dvdbe.c5552 ** This opcode invokes the xFilter method on the virtual table specified
5553 ** by P1. The integer query plan parameter to xFilter is stored in register
5555 ** xFilter method. Registers P3+2..P3+1+argc are the argc
5557 ** xFilter as argv. Register P3+2 becomes argv[0] when passed to xFilter.
5589 /* Invoke the xFilter method */
5599 rc = pModule->xFilter(pVtabCursor, iQuery, pOp->p4.z, nArg, apArg);
/external/chromium_org/third_party/skia/src/core/
H A DSkBitmapScaler.cpp24 const SkConvolutionFilter1D& xFilter() { return fXFilter; } function in class:SkResizeFilter
311 !source.isOpaque(), filter.xFilter(), filter.yFilter(),
/external/skia/src/core/
H A DSkBitmapScaler.cpp24 const SkConvolutionFilter1D& xFilter() { return fXFilter; } function in class:SkResizeFilter
308 !source.isOpaque(), filter.xFilter(), filter.yFilter(),
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4598 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
4648 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
4655 ** [xFilter] method.
4659 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
4684 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4783 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5141 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5191 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5198 ** [xFilter] method.
5202 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5227 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5326 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5317 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5372 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5379 ** [xFilter] method.
5383 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5420 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5432 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5487 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5494 ** [xFilter] method.
5498 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5535 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5317 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5372 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5379 ** [xFilter] method.
5383 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5420 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5521 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
H A Dsqlite3.c5432 int (*xFilter)(sqlite3_vtab_cursor*, int idxNum, const char *idxStr, member in struct:sqlite3_module
5487 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
5494 ** [xFilter] method.
5498 ** ^The orderByConsumed means that output from [xFilter]/[xNext] will occur in
5535 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5636 ** by the [xFilter], [xNext], [xEof], [xColumn], and [xRowid] methods
[all...]

Completed in 5836 milliseconds