/external/perfetto/src/trace_processor/ |
D | query_constraints.h | 41 using Constraint = sqlite3_index_info::sqlite3_index_constraint; 42 using OrderBy = sqlite3_index_info::sqlite3_index_orderby;
|
D | table.h | 220 module->xBestIndex = [](sqlite3_vtab* t, sqlite3_index_info* i) { 317 int BestIndexInternal(sqlite3_index_info*);
|
D | table.cc | 62 int Table::BestIndexInternal(sqlite3_index_info* idx) { in BestIndexInternal()
|
/external/sqlite/dist/ |
D | sqlite3.h | 6090 typedef struct sqlite3_index_info sqlite3_index_info; typedef 6118 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 6241 struct sqlite3_index_info { struct 8348 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
|
D | sqlite3ext.h | 297 const char *(*vtab_collation)(sqlite3_index_info*,int);
|
D | shell.c | 2777 sqlite3_index_info *pIdxInfo in fsdirBestIndex() 3306 sqlite3_index_info *pIdxInfo in completionBestIndex() 4985 sqlite3_index_info *pIdxInfo in zipfileBestIndex() 6370 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){ in expertBestIndex()
|
D | sqlite3.c | 7114 typedef struct sqlite3_index_info sqlite3_index_info; typedef 7142 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 7265 struct sqlite3_index_info { struct 9372 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int); 113578 const char *(*vtab_collation)(sqlite3_index_info*,int); 117586 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ 133498 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){ 133516 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){ 133782 static sqlite3_index_info *allocateIndexInfo( 133798 sqlite3_index_info *pIdxInfo; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.h | 6090 typedef struct sqlite3_index_info sqlite3_index_info; typedef 6118 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 6241 struct sqlite3_index_info { struct 8348 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
|
D | sqlite3ext.h | 297 const char *(*vtab_collation)(sqlite3_index_info*,int);
|
D | shell.c | 2771 sqlite3_index_info *pIdxInfo in fsdirBestIndex() 3300 sqlite3_index_info *pIdxInfo in completionBestIndex() 4979 sqlite3_index_info *pIdxInfo in zipfileBestIndex() 6364 static int expertBestIndex(sqlite3_vtab *pVtab, sqlite3_index_info *pIdxInfo){ in expertBestIndex()
|
D | sqlite3.c | 7114 typedef struct sqlite3_index_info sqlite3_index_info; typedef 7142 int (*xBestIndex)(sqlite3_vtab *pVTab, sqlite3_index_info*); 7265 struct sqlite3_index_info { struct 9372 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int); 113562 const char *(*vtab_collation)(sqlite3_index_info*,int); 117570 static int pragmaVtabBestIndex(sqlite3_vtab *tab, sqlite3_index_info *pIdxInfo){ 133482 static void TRACE_IDX_INPUTS(sqlite3_index_info *p){ 133500 static void TRACE_IDX_OUTPUTS(sqlite3_index_info *p){ 133766 static sqlite3_index_info *allocateIndexInfo( 133782 sqlite3_index_info *pIdxInfo; [all …]
|
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 66 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 68 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|
/external/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 64 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 66 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 64 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 66 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|
/external/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 66 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 68 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/NewGVN/ |
D | 2009-01-22-SortInvalidation.ll | 66 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 68 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVN/ |
D | 2009-01-22-SortInvalidation.ll | 66 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 68 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | 2009-04-29-RegAllocAssert.ll | 64 …%struct.sqlite3_index_info = type { i32, %struct.sqlite3_index_constraint*, i32, %struct.sqlite3_i… 66 …struct.sqlite3_vtab**, i8**)*, i32 (%struct.sqlite3_vtab*, %struct.sqlite3_index_info*)*, i32 (%st…
|