HomeSort by relevance Sort by last modified time
    Searched defs:withContext (Results 1 - 25 of 38) sorted by null

1 2

  /dalvik/dexgen/src/com/android/dexgen/util/
ExceptionWithContext.java 40 public static ExceptionWithContext withContext(Throwable ex, String str) {
  /external/dexmaker/src/dx/java/com/android/dx/util/
ExceptionWithContext.java 40 public static ExceptionWithContext withContext(Throwable ex, String str) {
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/
InstructionIterator.java 91 throw ExceptionWithContext.withContext(ex, "Error occured at code address " + insnsPosition * 2);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
IndexedSection.java 77 throw ExceptionWithContext.withContext(ex, "Error occured while retrieving the " + this.ItemType.TypeName +
AnnotationDirectoryItem.java 158 throw ExceptionWithContext.withContext(ex,
172 throw ExceptionWithContext.withContext(ex,
186 throw ExceptionWithContext.withContext(ex,
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
ExceptionWithContext.java 48 public static ExceptionWithContext withContext(Throwable ex, String str) {
  /libcore/dex/src/main/java/com/android/dex/util/
ExceptionWithContext.java 39 public static ExceptionWithContext withContext(Throwable ex, String str) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoItem.java 79 throw ExceptionWithContext.withContext(ex,
OffsettedItem.java 174 throw ExceptionWithContext.withContext(ex,
CodeItem.java 303 throw ExceptionWithContext.withContext(ex, "...while writing " +
MixedItemSection.java 321 throw ExceptionWithContext.withContext(ex,
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoItem.java 76 throw ExceptionWithContext.withContext(ex,
OffsettedItem.java 174 throw ExceptionWithContext.withContext(ex,
CodeItem.java 294 throw ExceptionWithContext.withContext(ex, "...while writing " +
MixedItemSection.java 320 throw ExceptionWithContext.withContext(ex,
DebugInfoDecoder.java 219 throw ExceptionWithContext.withContext(ex,
444 throw ExceptionWithContext.withContext(ex,
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoItem.java 77 throw ExceptionWithContext.withContext(ex,
OffsettedItem.java 174 throw ExceptionWithContext.withContext(ex,
CodeItem.java 303 throw ExceptionWithContext.withContext(ex, "...while writing " +
MixedItemSection.java 321 throw ExceptionWithContext.withContext(ex,
DebugInfoDecoder.java 209 throw ExceptionWithContext.withContext(ex,
434 throw ExceptionWithContext.withContext(ex,
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
DalvInsnList.java 156 throw ExceptionWithContext.withContext(ex,
  /dalvik/dx/src/com/android/dx/dex/code/
DalvInsnList.java 156 throw ExceptionWithContext.withContext(ex,
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
DalvInsnList.java 157 throw ExceptionWithContext.withContext(ex,
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 97 throw ExceptionWithContext.withContext(ex, msg);
206 throw ExceptionWithContext.withContext(ex, msg);
377 throw ExceptionWithContext.withContext(ex, msg);

Completed in 678 milliseconds

1 2