Searched refs:HostTable (Results 1 – 7 of 7) sorted by relevance
12 public class HostTable extends DynamicTable { class28 public HostTable(DataSource dataSource) { in HostTable() method in HostTable32 public HostTable(DataSource dataSource, boolean wantSelect) { in HostTable() method in HostTable
71 private HostTable availableTable = new HostTable(new HostDataSource());74 private HostTable selectedTable = new HostTable(selectedHostData);
38 protected HostTable table;46 table = new HostTable(new HostDataSource(), true); in initialize()
43 public HostTableDecorator(HostTable table, int rowsPerPage) { in HostTableDecorator()
67 if (TransTable->HostTable.EntriesBegin == in InitLibrary()68 TransTable->HostTable.EntriesEnd) { in InitLibrary()99 TransTable->HostTable.EntriesEnd - TransTable->HostTable.EntriesBegin; in InitLibrary()114 __tgt_target_table *HostTable = &TransTable->HostTable; in InitLibrary() local116 *CurrHostEntry = HostTable->EntriesBegin, in InitLibrary()850 __tgt_offload_entry *Cur = TransTable->HostTable.EntriesBegin; in getTableMap()851 for (uint32_t I = 0; Cur < TransTable->HostTable.EntriesEnd; ++Cur, ++I) { in getTableMap()
304 TransTable.HostTable.EntriesBegin = desc->HostEntriesBegin; in RegisterLib()305 TransTable.HostTable.EntriesEnd = desc->HostEntriesEnd; in RegisterLib()
168 __tgt_target_table HostTable; member