Home
last modified time | relevance | path

Searched defs:HostTable (Results 1 – 3 of 3) sorted by relevance

/external/autotest/frontend/client/src/autotest/afe/
DHostTable.java12 public class HostTable extends DynamicTable { class
28 public HostTable(DataSource dataSource) { in HostTable() method in HostTable
32 public HostTable(DataSource dataSource, boolean wantSelect) { in HostTable() method in HostTable
/external/llvm-project/openmp/libomptarget/src/
Drtl.h168 __tgt_target_table HostTable; member
Domptarget.cpp114 __tgt_target_table *HostTable = &TransTable->HostTable; in InitLibrary() local