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

  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 24 public final class IntList extends MutabilityControl {
26 public static final IntList EMPTY = new IntList(0);
46 public static IntList makeImmutable(int value) {
47 IntList result = new IntList(1);
61 public static IntList makeImmutable(int value0, int value1) {
62 IntList result = new IntList(2);
74 public IntList() {
    [all...]
  /dalvik/dx/src/com/android/dx/util/
IntList.java 24 public final class IntList extends MutabilityControl {
26 public static final IntList EMPTY = new IntList(0);
46 public static IntList makeImmutable(int value) {
47 IntList result = new IntList(1);
61 public static IntList makeImmutable(int value0, int value1) {
62 IntList result = new IntList(2);
74 public IntList() {
    [all...]
  /external/llvm/utils/TableGen/
IntrinsicEmitter.cpp 117 std::vector<unsigned> &IntList = I->second;
123 for (unsigned i = 0, e = IntList.size(); i != e; ++i) {
124 unsigned IntNo = IntList[i];
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 243 milliseconds