Home
last modified time | relevance | path

Searched defs:error (Results 1 – 11 of 11) sorted by relevance

/art/tools/
Dcpplint.py360 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
700 def Check(self, error, filename, linenum): argument
961 def RemoveMultiLineComments(filename, lines, error): argument
1105 def CheckForCopyright(filename, lines, error): argument
1142 def CheckForHeaderGuard(filename, lines, error): argument
1217 def CheckForUnicodeReplacementCharacters(filename, lines, error): argument
1236 def CheckForNewlineAtEOF(filename, lines, error): argument
1254 def CheckForMultilineCommentsAndStrings(filename, clean_lines, linenum, error): argument
1309 def CheckPosixThreading(filename, clean_lines, linenum, error): argument
1342 def CheckInvalidIncrement(filename, clean_lines, linenum, error): argument
[all …]
/art/runtime/base/
Dlogging.cc118 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData()
Dlogging.h183 const int error; member
191 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage()
/art/runtime/
Ddebugger.h74 JDWP::JdwpError error; member
Ddebugger.cc697 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetOwnedMonitors() local
747 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetContendedMonitor() local
1576 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadName() local
1603 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadGroup() local
1703 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadStatus() local
1724 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadDebugSuspendCount() local
1737 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in Interrupt() local
1849 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadFrameCount() local
1902 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadFrames() local
2000 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThisObject() local
[all …]
Dclass_linker_test.cc366 bool error = false; in Check() local
/art/runtime/jdwp/
Djdwp_socket.cc278 int error; in Establish() local
Djdwp_handler.cc935 JdwpError error = Dbg::GetThreadName(thread_id, name); in TR_Name() local
992 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status() local
1027 JdwpError error = Dbg::GetThreadFrameCount(thread_id, actual_frame_count); in TR_Frames() local
/art/jdwpspy/
DNet.cpp476 art::JDWP::JdwpError error = art::JDWP::ERR_NONE; in dumpPacket() local
/art/runtime/verifier/
Dmethod_verifier.cc78 std::string* error) { in VerifyClass()
119 std::string* error) { in VerifyClass()
422 std::ostream& MethodVerifier::Fail(VerifyError error) { in Fail()
/art/dex2oat/
Ddex2oat.cc60 std::string error; in UsageErrorV() local