/external/chromium_org/third_party/sqlite/src/src/ |
prepare.c | 626 if( rc==SQLITE_OK && pParse->pVdbe && pParse->explain ){ 632 if( pParse->explain==2 ){
|
vdbeaux.c | 1114 ** This feature is used to implement "EXPLAIN". 1116 ** When p->explain==1, each instruction is listed. When 1117 ** p->explain==2, only OP_Explain instructions are listed and these 1118 ** are shown in a different format. p->explain==2 is used to implement 1119 ** EXPLAIN QUERY PLAN. [all...] |
parse.y | 106 ecmd ::= explain cmdx SEMI. 107 explain ::= . { sqlite3BeginParse(pParse, 0); } label 109 explain ::= EXPLAIN. { sqlite3BeginParse(pParse, 1); } label 110 explain ::= EXPLAIN QUERY PLAN. { sqlite3BeginParse(pParse, 2); } label 198 CONFLICT DATABASE DEFERRED DESC DETACH EACH END EXCLUSIVE EXPLAIN FAIL FOR [all...] |
select.c | 792 ** Unless an "EXPLAIN QUERY PLAN" command is being processed, this function 802 if( pParse->explain==2 ){ 826 ** Unless an "EXPLAIN QUERY PLAN" command is being processed, this function 847 if( pParse->explain==2 ){ [all...] |
vdbeapi.c | 408 if( p->explain ){ [all...] |
build.c | 35 pParse->explain = (u8)explainFlag; 207 pParse->nTab, pParse->nMaxArg, pParse->explain, [all...] |
sqliteInt.h | 2236 u8 explain; \/* True if the EXPLAIN flag is found on the query *\/ member in struct:Parse [all...] |
expr.c | [all...] |
vdbe.c | 582 assert( p->explain==0 ); [all...] |
where.c | [all...] |
/external/iproute2/tc/ |
f_u32.c | 31 static void explain(void) function 1142 explain(); 1146 explain();
|
/external/chromium_org/third_party/sqlite/src/ |
configure.ac | 596 AC_ARG_ENABLE(debug, AC_HELP_STRING([--enable-debug],[enable debugging & verbose explain]),
|
configure | [all...] |
/external/chromium/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 69 * The possible transition types that explain how the navigation event
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
vs-addin.rst | 554 comments explain how each successive step changes the code. View the example
|
/external/libvorbis/doc/ |
05-comment.tex | 16 remember the disc by and explain it to others; a short, to-the-point
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/webNavigation/basic/ |
navigation_collector.js | 75 * The possible transition types that explain how the navigation event
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.sat4j.core_2.2.0.v20100429.jar | |
/external/chromium_org/third_party/sqlite/src/test/ |
tester.tcl | 37 # Commands to execute/explain SQL statements: 42 # explain SQL ?DB? 375 uplevel do_execsql_test $name [list "EXPLAIN QUERY PLAN $sql"] [list $res] 660 proc explain {sql {db db}} { procedure 664 $db eval "explain $sql" {} { 676 set tr [db eval "EXPLAIN $sql"] [all...] |
/external/iproute2/doc/ |
ip-tunnels.tex | 212 you have to explain to driver, where it should deliver packets to.
|
/external/chromium_org/chrome/browser/resources/profiler/ |
profiler.js | [all...] |
/external/chromium_org/native_client_sdk/src/doc/_static/css/ |
local_extensions.css | [all...] |
/external/dropbear/libtomcrypt/ |
crypt.tex | [all...] |
/external/chromium_org/third_party/sqlite/amalgamation/ |
sqlite3.c | 10596 u8 explain; \/* True if the EXPLAIN flag is found on the query *\/ member in struct:Parse 12524 u8 explain; \/* True if EXPLAIN present on SQL command *\/ member in struct:Vdbe [all...] |
/external/sqlite/dist/orig/ |
sqlite3.c | 11144 u8 explain; \/* True if the EXPLAIN flag is found on the query *\/ member in struct:Parse 13144 u8 explain; \/* True if EXPLAIN present on SQL command *\/ member in struct:Vdbe [all...] |