OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DexException
(Results
1 - 25
of
75
) sorted by null
1
2
3
/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
117
throw new
DexException
("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file);
124
throw new
DexException
("unknown output extension: " + file);
411
throw new
DexException
("Declared length " + expectedLength
416
throw new
DexException
(e);
674
throw new
DexException
("Section limit " + data.limit() + " exceeded by " + name);
682
throw new
DexException
("Section limit " + data.limit() + " exceeded by " + name);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexException.java
23
public final class
DexException
extends Exception {
26
DexException
(String message) {
30
DexException
(String message, Throwable cause) {
BuildHelper.java
730
* @throws
DexException
734
throws CoreException,
DexException
{
[
all
...]
/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
;
633
throw new
DexException
("bogus registerCount: " + Hex.uNibble(registerCount));
802
throw new
DexException
("bogus element_width: "
822
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
;
85
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
;
660
throw new
DexException
("Multiple dex files define "
[
all
...]
/external/dexmaker/lib/
libcore-dex-2.jar
/prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/2/
libcore-dex-2.jar
/prebuilts/tools/common/m2/repository/com/jakewharton/android/repackaged/libcore-dex/7.1.0_r7/
libcore-dex-7.1.0_r7.jar
/dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java
33
import com.android.dex.
DexException
;
590
throw new
DexException
("No expanded opcode for " + insn);
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java
26
import com.android.ide.eclipse.adt.internal.build.
DexException
;
316
} catch (
DexException
e) {
/dalvik/dx/src/com/android/dx/command/dexer/
Main.java
20
import com.android.dex.
DexException
;
373
throw new
DexException
("Library dex files are not supported in multi-dex mode");
548
throw new
DexException
("Too many classes in " + Arguments.MAIN_DEX_LIST_OPTION
[
all
...]
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerBuilder.java
30
import com.android.ide.eclipse.adt.internal.build.
DexException
;
598
} catch (
DexException
e) {
[
all
...]
/prebuilts/sdk/tools/lib/
dx.jar
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.0/
dexmaker-1.0.jar
Completed in 889 milliseconds
1
2
3