HomeSort by relevance Sort by last modified time
    Searched refs:BestIndex (Results 1 - 25 of 38) sorted by null

1 2

  /external/perfetto/src/trace_processor/
android_logs_table.h 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
counter_definitions_table.h 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
counter_values_table.h 36 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
instants_table.h 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
raw_table.h 35 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
slice_table.h 43 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
process_table.h 59 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
stats_table.h 66 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
string_table.h 71 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
thread_table.h 67 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
android_logs_table.cc 47 int AndroidLogsTable::BestIndex(const QueryConstraints& qc,
args_table.h 37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
counter_definitions_table.cc 49 int CounterDefinitionsTable::BestIndex(const QueryConstraints& qc,
counter_values_table.cc 46 int CounterValuesTable::BestIndex(const QueryConstraints& qc,
instants_table.cc 50 int InstantsTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) {
sched_slice_table.h 37 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
sql_stats_table.h 75 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
window_operator_table.h 80 int BestIndex(const QueryConstraints&, BestIndexInfo*) override;
slice_table.cc 51 int SliceTable::BestIndex(const QueryConstraints& qc, BestIndexInfo* info) {
string_table.cc 52 int StringTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) {
sql_stats_table.cc 55 int SqlStatsTable::BestIndex(const QueryConstraints&, BestIndexInfo* info) {
stats_table.cc 48 int StatsTable::BestIndex(const QueryConstraints&, BestIndexInfo*) {
  /external/swiftshader/third_party/LLVM/utils/TableGen/
ARMDecoderEmitter.cpp 376 int BestIndex;
383 Filters(FC.Filters), Parent(FC.Parent), BestIndex(FC.BestIndex) {
390 BestIndex(-1) {
402 BestIndex(-1) {
462 assert(BestIndex != -1 && "BestIndex not set");
463 return Filters[BestIndex];
    [all...]
FixedLenDecoderEmitter.cpp 236 int BestIndex;
249 BestIndex(FC.BestIndex), BitWidth(FC.BitWidth),
258 Parent(NULL), BestIndex(-1), BitWidth(BW), Emitter(E) {
272 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
314 assert(BestIndex != -1 && "BestIndex not set");
315 return Filters[BestIndex];
916 BestIndex = 0; // Sole Filter instance to choose from.
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 328 int BestIndex;
346 FilterBitValues(BW, BIT_UNFILTERED), Parent(nullptr), BestIndex(-1),
358 Parent(&parent), BestIndex(-1), BitWidth(parent.BitWidth),
409 assert(BestIndex != -1 && "BestIndex not set");
410 return Filters[BestIndex];
    [all...]

Completed in 296 milliseconds

1 2