Searched defs:estimatedCost (Results 1 - 6 of 6) sorted by relevance

/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...]

Completed in 516 milliseconds