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

  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 252 // Check if the gap between LHS's highest and NewLowerBound is unreachable.
255 IntRange Gap = { GapLow, GapHigh };
256 if (GapHigh >= GapLow && IsInRanges(Gap, UnreachableRanges))
  /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...]
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 109 milliseconds