Searched refs:withContext (Results 1 - 10 of 10) sorted by relevance

/dalvik/dx/src/com/android/dx/util/
H A DExceptionWithContext.java40 public static ExceptionWithContext withContext(Throwable ex, String str) { method in class:ExceptionWithContext
/dalvik/dx/src/com/android/dx/dex/file/
H A DOffsettedItem.java174 throw ExceptionWithContext.withContext(ex,
H A DDebugInfoItem.java79 throw ExceptionWithContext.withContext(ex,
H A DDebugInfoDecoder.java208 throw ExceptionWithContext.withContext(ex,
440 throw ExceptionWithContext.withContext(ex,
H A DCodeItem.java303 throw ExceptionWithContext.withContext(ex, "...while writing " +
H A DMixedItemSection.java321 throw ExceptionWithContext.withContext(ex,
H A DDexFile.java530 throw ExceptionWithContext.withContext(ex,
H A DDebugInfoEncoder.java165 .withContext(ex, "...while encoding debug info");
/dalvik/dx/src/com/android/dx/dex/cf/
H A DCfTranslator.java88 throw ExceptionWithContext.withContext(ex, msg);
173 throw ExceptionWithContext.withContext(ex, msg);
340 throw ExceptionWithContext.withContext(ex, msg);
/dalvik/dx/src/com/android/dx/dex/code/
H A DDalvInsnList.java156 throw ExceptionWithContext.withContext(ex,

Completed in 348 milliseconds