Searched defs:error (Results 1 - 4 of 4) sorted by relevance

/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 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),
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),
/dalvik/dx/etc/
H A Djasmin.jarMETA-INF/ META-INF/MANIFEST.MF jas/ jas/AnnotDefAttr.class AnnotDefAttr.java package jas ...

Completed in 6727 milliseconds