HomeSort by relevance Sort by last modified time
    Searched refs:DexIndexOverflowException (Results 1 - 7 of 7) sorted by null

  /dalvik/dx/src/com/android/dex/
DexIndexOverflowException.java 22 public final class DexIndexOverflowException extends DexException {
23 public DexIndexOverflowException(String message) {
27 public DexIndexOverflowException(Throwable cause) {
  /dalvik/dx/src/com/android/dx/dex/file/
MemberIdsSection.java 20 import com.android.dex.DexIndexOverflowException;
48 throw new DexIndexOverflowException(getTooManyMembersMessage());
TypeIdsSection.java 20 import com.android.dex.DexIndexOverflowException;
86 throw new DexIndexOverflowException(
  /dalvik/dx/tests/127-merge-stress/com/android/dx/merge/
MergeTest.java 20 import com.android.dex.DexIndexOverflowException;
59 } catch (DexIndexOverflowException e) {
  /dalvik/dx/src/com/android/dx/merge/
InstructionTransformer.java 20 import com.android.dex.DexIndexOverflowException;
137 throw new DexIndexOverflowException("Cannot merge new index " + newIndex +
DexMerger.java 26 import com.android.dex.DexIndexOverflowException;
426 throw new DexIndexOverflowException("type ID not in [0, 0xffff]: " + newIndex);
469 throw new DexIndexOverflowException("proto ID not in [0, 0xffff]: " + newIndex);
541 throw new DexIndexOverflowException("field ID not in [0, 0xffff]: " + newIndex);
564 throw new DexIndexOverflowException(
    [all...]
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 387 milliseconds