Lines Matching full:timesource
146 depend on a <tt>TimeSource</tt>. The types on which a type depends are
157 final TimeSource timeSource;
159 timeSource = <b>new AtomicClock(...)</b>;
169 final TimeSource timeSource;
171 timeSource = <b>DefaultTimeSource.getInstance()</b>;
187 <b>TimeSource original = DefaultTimeSource.getInstance();
214 final TimeSource timeSource;
215 <b>@Inject Stopwatch(TimeSource TimeSource)</b> {
216 this.TimeSource = TimeSource;
234 <li>Find a <tt>TimeSource</tt>
235 <li>Construct a <tt>Stopwatch</tt> with the <tt>TimeSource</tt>