Home
last modified time | relevance | path

Searched refs:BestIndex (Results 1 – 15 of 15) sorted by relevance

/external/perfetto/src/trace_processor/sqlite/
Ddb_sqlite_table.h172 int BestIndex(const QueryConstraints&, BestIndexInfo*) override final;
179 static void BestIndex(const Table::Schema&,
Ddb_sqlite_table.cc153 int DbSqliteTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::DbSqliteTable
156 BestIndex(schema_, static_table_->row_count(), qc, info); in BestIndex()
162 BestIndex(schema_, generator_->EstimateRowCount(), qc, info); in BestIndex()
168 void DbSqliteTable::BestIndex(const Table::Schema& schema, in BestIndex() function in perfetto::trace_processor::DbSqliteTable
Dstats_table.h68 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsql_stats_table.h77 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dwindow_operator_table.h82 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
Dsql_stats_table.cc59 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::SqlStatsTable
Dstats_table.cc51 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() function in perfetto::trace_processor::StatsTable
Dwindow_operator_table.cc64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() function in perfetto::trace_processor::WindowOperatorTable
Dsqlite_table.cc87 ret = BestIndex(qc, &info); in BestIndexInternal()
Dspan_join_operator_table.h353 int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) override;
Dsqlite_table.h325 virtual int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) = 0;
Dspan_join_operator_table.cc206 int SpanJoinOperatorTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::SpanJoinOperatorTable
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp328 int BestIndex; member in __anon99cfca470711::FilterChooser
346 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth), in FilterChooser()
409 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
410 return Filters[BestIndex]; in bestFilter()
1384 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1403 BestIndex = -1; in filterProcessor()
1607 BestIndex = 0; in filterProcessor()
1618 BestIndex = i; in filterProcessor()
1653 BestIndex = -1; in doFilter()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp345 int BestIndex; member in __anonc548b8df0511::FilterChooser
360 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1), in FilterChooser()
371 FilterBitValues(ParentFilterBitValues), Parent(&parent), BestIndex(-1), in FilterChooser()
425 assert(BestIndex != -1 && "BestIndex not set"); in bestFilter()
426 return Filters[BestIndex]; in bestFilter()
1410 BestIndex = 0; // Sole Filter instance to choose from. in runSingleFilter()
1429 BestIndex = -1; in filterProcessor()
1633 BestIndex = 0; in filterProcessor()
1644 BestIndex = i; in filterProcessor()
1679 BestIndex = -1; in doFilter()
[all …]
/external/clang/lib/AST/
DCommentSema.cpp958 unsigned BestIndex; member in clang::comments::__anone984b1d70211::SimpleTypoCorrector
965 BestIndex(0), NextIndex(0) in SimpleTypoCorrector()
979 return BestIndex; in getBestDeclIndex()
1000 BestIndex = CurrIndex; in addDecl()