/external/perfetto/src/trace_processor/ |
D | process_table.h | 58 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | stats_table.h | 65 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | thread_table.h | 66 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | string_table.h | 70 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | sql_stats_table.h | 74 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | window_operator_table.h | 79 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | string_table.cc | 48 std::unique_ptr<Table::Cursor> StringTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::StringTable
|
D | storage_table.h | 56 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | sql_stats_table.cc | 51 std::unique_ptr<Table::Cursor> SqlStatsTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::SqlStatsTable
|
D | stats_table.cc | 44 std::unique_ptr<Table::Cursor> StatsTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::StatsTable
|
D | process_table.cc | 50 std::unique_ptr<Table::Cursor> ProcessTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::ProcessTable
|
D | window_operator_table.cc | 56 std::unique_ptr<Table::Cursor> WindowOperatorTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::WindowOperatorTable
|
D | thread_table.cc | 51 std::unique_ptr<Table::Cursor> ThreadTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::ThreadTable
|
D | table.cc | 58 *ppCursor = static_cast<sqlite3_vtab_cursor*>(CreateCursor().release()); in OpenInternal()
|
D | storage_table.cc | 30 std::unique_ptr<Table::Cursor> StorageTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::StorageTable
|
D | span_join_operator_table.h | 255 std::unique_ptr<Table::Cursor> CreateCursor() override;
|
D | table.h | 278 virtual std::unique_ptr<Cursor> CreateCursor() = 0;
|
D | span_join_operator_table.cc | 163 std::unique_ptr<Table::Cursor> SpanJoinOperatorTable::CreateCursor() { in CreateCursor() function in perfetto::trace_processor::SpanJoinOperatorTable
|
/external/swiftshader/src/D3D8/ |
D | Direct3DDevice8.cpp | 73 nullCursor = CreateCursor(instance, 0, 0, 32, 32, one, zero); in Direct3DDevice8()
|
/external/syzkaller/executor/ |
D | syscalls.h | 12118 {"CreateCursor", 0, (syscall_t)CreateCursor},
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1661 CreateCursor(hInst ptr[inout, intptr], xHotSpot int32, yHotSpot int32, nWidth int32, nHeight int32,…
|