Home | History | Annotate | Download | only in engine

Lines Matching defs:Stage

14  *     In the first stage, this class attempts to decode a resource
16 * this class then requests to be posted again. During the second stage this class then attempts to use the
33 private Stage stage;
40 this.stage = Stage.CACHE;
81 return stage == Stage.CACHE;
90 stage = Stage.SOURCE;
130 private enum Stage {