Home
last modified time | relevance | path

Searched refs:error (Results 1 – 22 of 22) sorted by relevance

/dalvik/tests/075-verification-error/
Dinfo.txt1 Exercise deferred verification error reporting.
/dalvik/vm/mterp/x86-atom/
DbinopD.S41 cmpl $$-1, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
DbinopDLit8.S36 testl %ecx, %ecx # handle -1 special case divide error
43 cmpl $$0x80000000,%eax # handle min int special case divide error
DbinopDLit16.S43 cmpl $$-1, %ecx # handle -1 special case divide error
45 cmpl $$0x80000000,%eax # handle min int special case divide error
DbinopD2addr.S42 cmpl $$-1, %ecx # handle -1 special case divide error
44 cmpl $$0x80000000, %eax # handle min int special case divide error
/dalvik/vm/jdwp/
DJdwpConstants.c26 const char* dvmJdwpErrorStr(enum JdwpError error) in dvmJdwpErrorStr() argument
28 switch (error) { in dvmJdwpErrorStr()
DJdwpConstants.h84 const char* dvmJdwpErrorStr(enum JdwpError error);
DJdwpSocket.c547 u2 error;
558 error = read2BE(&buf);
585 u2 error; in handlePacket() local
598 error = read2BE(&buf); in handlePacket()
DJdwpAdb.c431 u2 error; in handlePacket() local
442 error = read2BE(&buf); in handlePacket()
/dalvik/tests/024-illegal-access/
Dinfo.txt2 error. Also try to access a non-public class in a different package with
/dalvik/vm/mterp/armv7-a/
Dplatform.S38 # error "Must define ANDROID_SMP"
/dalvik/tests/087-gc-after-link/
Dinfo.txt1 This test causes a linkage error, which calls dvmFreeClassInnards on
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
DArchVariant.c99 #error armv5+smp not supported in dvmCompilerGenMemBarrier()
/dalvik/vm/compiler/codegen/arm/armv5te/
DArchVariant.c99 #error armv5+smp not supported in dvmCompilerGenMemBarrier()
/dalvik/vm/
DAtomic.c192 #error "Unsupported atomic operations for this platform"
DSync.c1607 # error "WITH_DEADLOCK_PREDICTION requires WITH_MONITOR_TRACKING"
/dalvik/vm/mterp/
DREADME.txt11 ports easier and less error-prone, we used a modular approach that allows
182 If a constant in the file becomes out of sync, the VM will log an error
210 error messages or just general failure if you have a different version
/dalvik/dx/tests/098-dex-jsr-ret-throw/
Dexpected.txt356 } v12:Ljava/lang/String;="Connection error: " <- .
361 ViewDebug.java:591@0082: const-object("Connection error: " catch java.lang.Ob
/dalvik/vm/mterp/out/
DInterpAsm-x86-atom.S9273 cmpl $-1, %ecx # handle -1 special case divide error
9275 cmpl $0x80000000,%eax # handle min int special case divide error
9354 cmpl $-1, %ecx # handle -1 special case divide error
9356 cmpl $0x80000000,%eax # handle min int special case divide error
11226 cmpl $-1, %ecx # handle -1 special case divide error
11228 cmpl $0x80000000, %eax # handle min int special case divide error
11310 cmpl $-1, %ecx # handle -1 special case divide error
11312 cmpl $0x80000000, %eax # handle min int special case divide error
13244 cmpl $-1, %ecx # handle -1 special case divide error
13246 cmpl $0x80000000,%eax # handle min int special case divide error
[all …]
DInterpAsm-armv7-a-neon.S247 # error "Must define ANDROID_SMP"
DInterpAsm-armv7-a.S247 # error "Must define ANDROID_SMP"
/dalvik/libdex/
DDexSwapVerify.c34 # error "byte ordering not defined"