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

  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 53 private final int[] blockSet;
108 blockSet = Bits.makeBitSet(sz);
277 next = Bits.findFirst(blockSet, at + 1);
337 Bits.set(blockSet, 0);
359 Bits.set(blockSet, start);
360 Bits.set(blockSet, end);
381 Bits.set(blockSet, offset);
412 Bits.set(blockSet, offset + length);
  /development/apps/Term/src/com/android/term/
Term.java 604 void blockSet(int sx, int sy, int w, int h, int val, int foreColor, int
709 blockSet(0, 0, mColumns, mScreenRows, ' ', foreColor, backColor);
811 blockSet(0, bottomMargin - 1, mColumns, 1, ' ', foreColor, backColor);
899 public void blockSet(int sx, int sy, int w, int h, int val,
    [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 48 milliseconds