Home
last modified time | relevance | path

Searched refs:CreateCursor (Results 1 – 21 of 21) sorted by relevance

/external/perfetto/src/trace_processor/
Dprocess_table.h58 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dstats_table.h65 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dthread_table.h66 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dstring_table.h70 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dsql_stats_table.h74 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dwindow_operator_table.h79 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dstring_table.cc48 std::unique_ptr<Table::Cursor> StringTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::StringTable
Dstorage_table.h56 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dsql_stats_table.cc51 std::unique_ptr<Table::Cursor> SqlStatsTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::SqlStatsTable
Dstats_table.cc44 std::unique_ptr<Table::Cursor> StatsTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::StatsTable
Dprocess_table.cc50 std::unique_ptr<Table::Cursor> ProcessTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::ProcessTable
Dwindow_operator_table.cc56 std::unique_ptr<Table::Cursor> WindowOperatorTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::WindowOperatorTable
Dthread_table.cc51 std::unique_ptr<Table::Cursor> ThreadTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::ThreadTable
Dtable.cc58 *ppCursor = static_cast<sqlite3_vtab_cursor*>(CreateCursor().release()); in OpenInternal()
Dstorage_table.cc30 std::unique_ptr<Table::Cursor> StorageTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::StorageTable
Dspan_join_operator_table.h255 std::unique_ptr<Table::Cursor> CreateCursor() override;
Dtable.h278 virtual std::unique_ptr<Cursor> CreateCursor() = 0;
Dspan_join_operator_table.cc163 std::unique_ptr<Table::Cursor> SpanJoinOperatorTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::SpanJoinOperatorTable
/external/swiftshader/src/D3D8/
DDirect3DDevice8.cpp73 nullCursor = CreateCursor(instance, 0, 0, 32, 32, one, zero); in Direct3DDevice8()
/external/syzkaller/executor/
Dsyscalls.h12118 {"CreateCursor", 0, (syscall_t)CreateCursor},
/external/syzkaller/sys/windows/
Dwindows.txt1661 CreateCursor(hInst ptr[inout, intptr], xHotSpot int32, yHotSpot int32, nWidth int32, nHeight int32,…