Home | History | Annotate | Download | only in procstats

Lines Matching defs:SparseMappingTable

45 public class SparseMappingTable {
46 private static final String TAG = "SparseMappingTable";
68 * A table of data as stored in a SparseMappingTable.
71 private SparseMappingTable mParent;
76 public Table(SparseMappingTable parent) {
96 final byte id = SparseMappingTable.getIdFromKey(theirKey);
112 * SparseMappingTable.ARRAY_SIZE.
377 logOrThrow("Sequence mismatch. SparseMappingTable.reset()"
383 + " called but not SparseMappingTable.reset() -- "
444 sb.append("SparseMappingTable
480 public SparseMappingTable() {
539 sb.append("SparseMappingTable{");