/external/perfetto/src/trace_processor/sqlite/ |
D | db_sqlite_table.h | 172 int BestIndex(const QueryConstraints&, BestIndexInfo*) override final; 179 static void BestIndex(const Table::Schema&,
|
D | db_sqlite_table.cc | 153 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
|
D | stats_table.h | 68 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sql_stats_table.h | 77 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | window_operator_table.h | 82 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
|
D | sql_stats_table.cc | 59 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) { in BestIndex() function in perfetto::trace_processor::SqlStatsTable
|
D | stats_table.cc | 51 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() function in perfetto::trace_processor::StatsTable
|
D | window_operator_table.cc | 64 int WindowOperatorTable::BestIndex(const QueryConstraints&, BestIndexInfo*) { in BestIndex() function in perfetto::trace_processor::WindowOperatorTable
|
D | sqlite_table.cc | 87 ret = BestIndex(qc, &info); in BestIndexInternal()
|
D | span_join_operator_table.h | 353 int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) override;
|
D | sqlite_table.h | 325 virtual int BestIndex(const QueryConstraints& qc, BestIndexInfo* info) = 0;
|
D | span_join_operator_table.cc | 206 int SpanJoinOperatorTable::BestIndex(const QueryConstraints& qc, in BestIndex() function in perfetto::trace_processor::SpanJoinOperatorTable
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 328 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/ |
D | FixedLenDecoderEmitter.cpp | 345 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/ |
D | CommentSema.cpp | 958 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()
|