/art/runtime/ |
D | zip_archive.cc | 44 const int32_t error = ExtractEntryToFile(handle_, zip_entry_, file.Fd()); in ExtractToFile() local 66 const int32_t error = ExtractToMemory(handle_, zip_entry_, in ExtractToMemMap() local 94 const int32_t error = OpenArchive(filename, &handle); in Open() local 110 const int32_t error = OpenArchiveFd(fd, filename, &handle); in OpenFromFd() local 126 const int32_t error = FindEntry(handle_, name, zip_entry.get()); in Find() local
|
D | debugger.cc | 986 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetOwnedMonitors() local 1007 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetContendedMonitor() local 1976 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadName() local 2001 JDWP::JdwpError error; in GetThreadGroup() local 2026 JDWP::ObjectId thread_group_id, JDWP::JdwpError* error) in DecodeThreadGroup() 2046 JDWP::JdwpError error; in GetThreadGroupName() local 2065 JDWP::JdwpError error; in GetThreadGroupParent() local 2109 JDWP::JdwpError error; in GetThreadGroupChildren() local 2187 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadStatus() local 2208 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadDebugSuspendCount() local [all …]
|
D | parsed_options.cc | 729 bool error = (fmt != nullptr); in Usage() local
|
D | debugger.h | 82 JDWP::JdwpError error; member
|
D | dex_file_verifier.cc | 100 #define LOAD_STRING(var, idx, error) \ argument 107 #define LOAD_STRING_BY_TYPE(var, type_idx, error) \ argument
|
D | class_linker_test.cc | 392 bool error = false; in Check() local
|
/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 | 122 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData()
|
D | logging.h | 199 const int error; member 207 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage()
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 278 int error; in Establish() local
|
D | jdwp_handler.cc | 156 JDWP::JdwpError error = Dbg::StringToUtf8(resultValue, &result_string); in FinishInvoke() local 928 JDWP::JdwpError error = Dbg::StringToUtf8(stringObject, &str); in SR_Value() local 948 JdwpError error = Dbg::GetThreadName(thread_id, name); in TR_Name() local 1007 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status() local 1042 JdwpError error = Dbg::GetThreadFrameCount(thread_id, actual_frame_count); in TR_Frames() local
|
D | jdwp_event.cc | 798 JdwpError error = Dbg::GetThreadName(thread_id, thread_name); in LogMatchingEventsAndThread() local
|
/art/test/401-optimizing-compiler/src/ |
D | Main.java | 22 Error error = null; in main() local
|
/art/runtime/verifier/ |
D | method_verifier.cc | 109 std::string* error) { in VerifyClass() 148 std::string* error) { in VerifyClass() 483 std::ostream& MethodVerifier::Fail(VerifyError error) { in Fail()
|
/art/patchoat/ |
D | patchoat.cc | 773 std::string error; in UsageErrorV() local
|
/art/dex2oat/ |
D | dex2oat.cc | 83 std::string error; in UsageErrorV() local
|