HomeSort by relevance Sort by last modified time
    Searched defs:Gap (Results 1 - 2 of 2) sorted by null

  /external/javassist/src/main/javassist/bytecode/
CodeIterator.java 24 * same <code>Code_attribute</code>, then inserting a gap by one
308 * <p>An extra gap may be inserted at the end of the inserted
331 * <p>An extra gap may be inserted at the end of the inserted
356 * <p>An extra gap may be inserted at the end of the inserted
381 * <p>An extra gap may be inserted at the end of the inserted
404 * <p>An extra gap may be inserted at the end of the inserted
429 * <p>An extra gap may be inserted at the end of the inserted
466 * Inserts a gap
471 * The inserted gap is filled with NOP. The gap length may b
599 Gap gap = new Gap(); local
1448 int gap, defaultByte; field in class:CodeIterator.Switcher
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
PositionController.java 163 // | Gap Gap Gap Gap |
172 // The gap at the right of a Box i is at index i. The gap at the left of a
174 private RangeArray<Gap> mGaps = new RangeArray<Gap>(-BOX_MAX, BOX_MAX - 1);
179 private RangeArray<Gap> mTempGaps =
180 new RangeArray<Gap>(-BOX_MAX, BOX_MAX - 1)
    [all...]

Completed in 47 milliseconds