OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexException
(Results
1 - 17
of
17
) sorted by null
/dalvik/dx/src/com/android/dex/
DexException.java
25
public class
DexException
extends ExceptionWithContext {
26
public
DexException
(String message) {
30
public
DexException
(Throwable cause) {
DexIndexOverflowException.java
22
public final class DexIndexOverflowException extends
DexException
{
Leb128.java
68
throw new
DexException
("invalid LEB128 sequence");
94
throw new
DexException
("invalid LEB128 sequence");
TableOfContents.java
86
throw new
DexException
(msg);
95
throw new
DexException
("Unexpected header: 0x" + Integer.toHexString(headerSize));
99
throw new
DexException
("Unexpected endian tag: 0x" + Integer.toHexString(endianTag));
105
throw new
DexException
("Cannot merge dex files that do not contain a map");
135
throw new
DexException
("Unexpected map value for 0x" + Integer.toHexString(type));
142
throw new
DexException
("Map is unsorted at " + previous + ", " + section);
158
throw new
DexException
("Map is unsorted at " + section);
EncodedValueReader.java
297
throw new
DexException
("Unexpected type: " + Integer.toHexString(type));
Dex.java
116
throw new
DexException
("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file);
123
throw new
DexException
("unknown output extension: " + file);
410
throw new
DexException
("Declared length " + expectedLength
415
throw new
DexException
(e);
673
throw new
DexException
("Section limit " + data.limit() + " exceeded by " + name);
681
throw new
DexException
("Section limit " + data.limit() + " exceeded by " + name);
/dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java
19
import com.android.dex.
DexException
;
92
throw new
DexException
(ex);
172
throw new
DexException
("Target out of range: "
188
throw new
DexException
("Target out of range: "
205
throw new
DexException
("Literal out of range: " + Hex.u8(literal));
217
throw new
DexException
("Literal out of range: " + Hex.u8(literal));
229
throw new
DexException
("Literal out of range: " + Hex.u8(literal));
241
throw new
DexException
("Literal out of range: " + Hex.u8(literal));
277
throw new
DexException
("Register count out of range: "
292
throw new
DexException
("Register A out of range: " + Hex.u8(a))
[
all
...]
InstructionCodec.java
19
import com.android.dex.
DexException
;
693
throw new
DexException
("bogus registerCount: " + Hex.uNibble(registerCount));
870
throw new
DexException
("bogus element_width: "
891
throw new
DexException
("bogus element_width: "
[
all
...]
/dalvik/dx/tests/119-merge-conflict/com/android/dx/merge/
MergeConflictTest.java
20
import com.android.dex.
DexException
;
38
} catch (
DexException
expected) {
/dalvik/dx/src/com/android/dx/io/
CodeReader.java
19
import com.android.dex.
DexException
;
94
throws
DexException
{
107
public void visitAll(short[] encodedInstructions) throws
DexException
{
/dalvik/dx/src/com/android/dx/merge/
SortableType.java
21
import com.android.dex.
DexException
;
86
throw new
DexException
("Class with type index " + classDef.getTypeIndex()
InstructionTransformer.java
19
import com.android.dex.
DexException
;
44
public short[] transform(IndexMap indexMap, short[] encodedInstructions) throws
DexException
{
IndexMap.java
23
import com.android.dex.
DexException
;
363
throw new
DexException
("Unexpected type: " + Integer.toHexString(reader.peek()));
DexMerger.java
25
import com.android.dex.
DexException
;
659
throw new
DexException
("Multiple dex files define "
[
all
...]
/dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java
19
import com.android.dex.
DexException
;
597
throw new
DexException
("No expanded opcode for " + insn);
[
all
...]
/dalvik/dx/src/com/android/dx/command/dexer/
Main.java
20
import com.android.dex.
DexException
;
370
throw new
DexException
("Library dex files are not supported in multi-dex mode");
545
throw new
DexException
("Too many classes in " + Arguments.MAIN_DEX_LIST_OPTION
[
all
...]
/external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar
Completed in 359 milliseconds