Home | History | Annotate | Download | only in ref

Lines Matching refs:addDTM

89    * This array grows as necessary; see addDTM().
91 * This array grows as necessary; see addDTM(). Growth is uncommon... but
102 * This array grows as necessary; see addDTM().
104 * This array grows as necessary; see addDTM(). Growth is uncommon... but
124 * "base DTM ID", with offset 0. The other version of addDTM should
130 synchronized public void addDTM(DTM dtm, int id) { addDTM(dtm,id,0); }
143 synchronized public void addDTM(DTM dtm, int id, int offset)
194 return n; // count on addDTM() to throw exception if out of range
256 addDTM(dtm, dtmPos, 0);
326 addDTM(dtm, dtmPos, 0);