Searched refs:estimatedCost (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_aux.c168 pInfo->estimatedCost = 5;
171 pInfo->estimatedCost = 20000;
175 pInfo->estimatedCost /= 2;
180 pInfo->estimatedCost /= 2;
H A Dfts3.c1062 pInfo->estimatedCost = 500000;
1072 pInfo->estimatedCost = 1.0;
1089 pInfo->estimatedCost = 2.0;
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_wholenumber.c220 pIdxInfo->estimatedCost = (double)1;
H A Dtest_stat.c191 pIdxInfo->estimatedCost = 10.0;
H A Dtest_fuzzer.c788 pIdxInfo->estimatedCost = (double)10000;
H A Dsqlite.h.in4658 ** ^The estimatedCost value is an estimate of the cost of doing the
4686 double estimatedCost; /* Estimated cost of using this index */
H A Dwhere.c1600 sqlite3DebugPrintf(" estimatedCost=%g\n", p->estimatedCost);
2201 pIdxInfo->estimatedCost = SQLITE_BIG_DBL / ((double)2);
2222 rCost = pIdxInfo->estimatedCost;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h4663 ** ^The estimatedCost value is an estimate of the cost of doing the
4691 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5206 ** ^The estimatedCost value is an estimate of the cost of doing the
5234 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h5387 ** ^The estimatedCost value is an estimate of the cost of a particular
5427 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5502 ** ^The estimatedCost value is an estimate of the cost of a particular
5542 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
[all...]
/external/sqlite/dist/
H A Dsqlite3.h5387 ** ^The estimatedCost value is an estimate of the cost of a particular
5427 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
H A Dsqlite3.c5502 ** ^The estimatedCost value is an estimate of the cost of a particular
5542 double estimatedCost; /* Estimated cost of using this index */ member in struct:sqlite3_index_info
[all...]
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1383 pIdxInfo->estimatedCost = 10.0;
1413 pIdxInfo->estimatedCost = (2000000.0 / (double)(iIdx + 1));
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfulltext.c955 pInfo->estimatedCost = 1.0; /* an arbitrary value for now */
H A Dfts1.c2112 pInfo->estimatedCost = 1.0;

Completed in 1335 milliseconds