Searched refs:error (Results 1 - 15 of 15) sorted by relevance

/dalvik/vm/mterp/armv7-a/
H A Dplatform.S8 # error "Must define ANDROID_SMP"
/dalvik/vm/mterp/mips/
H A Dplatform.S8 # error "Must define ANDROID_SMP"
/dalvik/vm/jdwp/
H A DJdwpConstants.cpp24 * Return a string for the error code.
26 const char* dvmJdwpErrorStr(JdwpError error) argument
28 switch (error) {
H A DJdwpConstants.h83 const char* dvmJdwpErrorStr(JdwpError error);
H A DJdwpSocket.cpp551 u2 error;
562 error = read2BE(&buf);
580 * Handle a packet. Returns "false" if we encounter a connection-fatal error.
589 u2 error; local
602 error = read2BE(&buf);
655 * Returns "false" on error (indicating that the connection has been severed),
H A DJdwpAdb.cpp424 * Handle a packet. Returns "false" if we encounter a connection-fatal error.
433 u2 error; local
444 error = read2BE(&buf);
497 * Returns "false" on error (indicating that the connection has been severed),
/dalvik/vm/compiler/codegen/arm/armv5te/
H A DArchVariant.cpp118 #error armv5+smp not supported
/dalvik/vm/compiler/codegen/arm/armv5te-vfp/
H A DArchVariant.cpp118 #error armv5+smp not supported
/dalvik/vm/
H A DAtomic.cpp46 #error "Unsupported atomic operations for this platform"
H A DThread.cpp1109 dvmAbort(); // TODO: make this a non-fatal error result
3138 * On error, -1 is returned, and an error description will be stored in
3150 snprintf(buf, bufLen, "[fopen-error:%d]", errno);
3585 #error No signal available for dvmNukeThread
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...
/dalvik/libdex/
H A DDexSwapVerify.cpp35 # error "byte ordering not defined"
2951 * error for all other cases.
/dalvik/vm/mterp/out/
H A DInterpAsm-armv7-a-neon.S213 # error "Must define ANDROID_SMP"
7232 * Handle a throw-verification-error instruction. This throws an
7233 * exception for an error discovered during verification. The
H A DInterpAsm-armv7-a.S213 # error "Must define ANDROID_SMP"
7232 * Handle a throw-verification-error instruction. This throws an
7233 * exception for an error discovered during verification. The
H A DInterpAsm-mips.S362 # error "Must define ANDROID_SMP"
8720 * Handle a throw-verification-error instruction. This throws an
8721 * exception for an error discovered during verification. The

Completed in 525 milliseconds