HomeSort by relevance Sort by last modified time
    Searched refs:ExceptionWithContext (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/
DexBackedInstruction.java 38 import org.jf.util.ExceptionWithContext;
153 throw new ExceptionWithContext("Unexpected opcode format: %s", opcode.format.toString());
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/
DebugWriter.java 35 import org.jf.util.ExceptionWithContext;
111 throw new ExceptionWithContext("debug info items must have non-decreasing code addresses");
141 throw new ExceptionWithContext("debug info items must have non-decreasing code addresses");
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/builder/
BuilderEncodedValues.java 37 import org.jf.util.ExceptionWithContext;
102 throw new ExceptionWithContext("Unrecognized type: %s", type);
BuilderContext.java 42 import org.jf.util.ExceptionWithContext;
135 throw new ExceptionWithContext("Unexpected encoded value type: %d", encodedValue.getValueType());
BuilderClassPool.java 54 import org.jf.util.ExceptionWithContext;
74 throw new ExceptionWithContext("Class %s has already been interned", classDef.getType());
423 throw new ExceptionWithContext("Unexpected debug item type: %d", debugItem.getDebugItemType());
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/util/
InstructionOffsetMapTest.java 41 import org.jf.util.ExceptionWithContext;
104 } catch (ExceptionWithContext ex) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
ClassPath.java 51 import org.jf.util.ExceptionWithContext;
231 throw new ExceptionWithContext(String.format("Cannot parse dependency value %s", bootClassPathEntry));
270 throw ExceptionWithContext.withContext(ex,
277 throw new ExceptionWithContext("Cannot locate boot class path file %s", bootClassPathEntry);
RegisterType.java 35 import org.jf.util.ExceptionWithContext;
211 throw new ExceptionWithContext("Cannot use this method for narrow register type: %s", type);
238 throw new ExceptionWithContext("Invalid type: " + type);
ClassProto.java 49 import org.jf.util.ExceptionWithContext;
75 throw new ExceptionWithContext("Cannot construct ClassProto for non reference type: %s", type);
729 throw new ExceptionWithContext("Invalid field type: %s", field.getType());
    [all...]
AnalyzedInstruction.java 41 import org.jf.util.ExceptionWithContext;
404 throw new ExceptionWithContext("Cannot call getDestinationRegister() for an instruction that doesn't " +
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
ClassPool.java 53 import org.jf.util.ExceptionWithContext;
92 throw new ExceptionWithContext("Class %s has already been interned", poolClassDef.getType());
104 throw new ExceptionWithContext("Multiple definitions for field %s->%s",
121 throw new ExceptionWithContext("Multiple definitions for method %s->%s",
161 throw new ExceptionWithContext("Unrecognized reference type: %d",
169 throw new ExceptionWithContext("Method %s has no instructions, but has try blocks.",
512 throw new ExceptionWithContext("Unexpected debug item type: %d", debugItem.getDebugItemType());
DexPool.java 45 import org.jf.util.ExceptionWithContext;
164 throw new ExceptionWithContext("Unrecognized value type: %d", encodedValue.getValueType());
  /dalvik/dx/src/com/android/dx/dex/cf/
CfTranslator.java 19 import com.android.dex.util.ExceptionWithContext;
98 throw ExceptionWithContext.withContext(ex, msg);
203 throw ExceptionWithContext.withContext(ex, msg);
374 throw ExceptionWithContext.withContext(ex, msg);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
CodeItem.java 34 import com.android.dexgen.util.ExceptionWithContext;
303 throw ExceptionWithContext.withContext(ex, "...while writing " +
MixedItemSection.java 20 import com.android.dexgen.util.ExceptionWithContext;
321 throw ExceptionWithContext.withContext(ex,
DebugInfoDecoder.java 28 import com.android.dexgen.util.ExceptionWithContext;
208 throw ExceptionWithContext.withContext(ex,
440 throw ExceptionWithContext.withContext(ex,
  /dalvik/dx/src/com/android/dx/cf/code/
Frame.java 19 import com.android.dex.util.ExceptionWithContext;
411 public void annotate(ExceptionWithContext ex) {
LocalsArraySet.java 19 import com.android.dex.util.ExceptionWithContext;
123 public void annotate(ExceptionWithContext ex) {
  /dalvik/dx/src/com/android/dx/dex/file/
CodeItem.java 19 import com.android.dex.util.ExceptionWithContext;
294 throw ExceptionWithContext.withContext(ex, "...while writing " +
MixedItemSection.java 19 import com.android.dex.util.ExceptionWithContext;
320 throw ExceptionWithContext.withContext(ex,
DebugInfoDecoder.java 21 import com.android.dex.util.ExceptionWithContext;
219 throw ExceptionWithContext.withContext(ex,
444 throw ExceptionWithContext.withContext(ex,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
EncodedValue.java 36 import org.jf.util.ExceptionWithContext;
124 throw new ExceptionWithContext("Invalid encoded value type 0x%x at offset 0x%x", valueType,
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 58 import org.jf.util.ExceptionWithContext;
159 throw ExceptionWithContext.withContext(ex, "Error while processing method");
161 throw ExceptionWithContext.withContext(ex, "Error while processing method %s", methodString);
563 throw new ExceptionWithContext(
627 public static class InvalidSwitchPayload extends ExceptionWithContext {
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexDataWriterTest.java 36 import org.jf.util.ExceptionWithContext;
149 @Test(expected=ExceptionWithContext.class)
154 @Test(expected=ExceptionWithContext.class)
172 @Test(expected=ExceptionWithContext.class)
177 @Test(expected=ExceptionWithContext.class)
192 @Test(expected=ExceptionWithContext.class)
197 @Test(expected=ExceptionWithContext.class)
  /dalvik/dx/src/com/android/dx/util/
ByteArrayAnnotatedOutput.java 20 import com.android.dex.util.ExceptionWithContext;
154 throw new ExceptionWithContext("expected cursor " +

Completed in 500 milliseconds

1 23 4 5 6