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
61
) 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);
Dex.java
116
throw new
DexException
("Expected " + DexFormat.DEX_IN_JAR_NAME + " in " + file);
123
throw new
DexException
("unknown output extension: " + file);
409
throw new
DexException
("Declared length " + expectedLength
414
throw new
DexException
(e);
658
throw new
DexException
("Section limit " + data.limit() + " exceeded by " + name);
666
throw new
DexException
("Section limit " + data.limit() + " exceeded by " + name);
EncodedValueReader.java
277
throw new
DexException
("Unexpected type: " + Integer.toHexString(type));
/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
;
747
throw new
DexException
("bogus element_width: "
767
throw new
DexException
("bogus element_width: "
836
throw new
DexException
("bogus registerCount: "
[
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
;
80
throws
DexException
{
93
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
;
42
public short[] transform(IndexMap indexMap, short[] encodedInstructions) throws
DexException
{
IndexMap.java
23
import com.android.dex.
DexException
;
322
throw new
DexException
("Unexpected type: " + Integer.toHexString(reader.peek()));
DexMerger.java
24
import com.android.dex.
DexException
;
607
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
/dalvik/dx/src/com/android/dx/dex/code/
OutputFinisher.java
33
import com.android.dex.
DexException
;
586
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
/prebuilts/tools/common/m2/repository/com/google/dexmaker/dexmaker/1.2/
dexmaker-1.2.jar
Completed in 2446 milliseconds
1
2
3