/art/tools/ |
D | cpplint.py | 360 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/ |
D | logging.cc | 118 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData()
|
D | logging.h | 183 const int error; member 191 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage()
|
/art/runtime/ |
D | debugger.h | 74 JDWP::JdwpError error; member
|
D | debugger.cc | 697 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 …]
|
D | class_linker_test.cc | 366 bool error = false; in Check() local
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 278 int error; in Establish() local
|
D | jdwp_handler.cc | 935 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/ |
D | Net.cpp | 476 art::JDWP::JdwpError error = art::JDWP::ERR_NONE; in dumpPacket() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 78 std::string* error) { in VerifyClass() 119 std::string* error) { in VerifyClass() 422 std::ostream& MethodVerifier::Fail(VerifyError error) { in Fail()
|
/art/dex2oat/ |
D | dex2oat.cc | 60 std::string error; in UsageErrorV() local
|