Home
last modified time | relevance | path

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

/art/runtime/
Dzip_archive.cc44 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
Ddebugger.cc986 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 …]
Dparsed_options.cc729 bool error = (fmt != nullptr); in Usage() local
Ddebugger.h82 JDWP::JdwpError error; member
Ddex_file_verifier.cc100 #define LOAD_STRING(var, idx, error) \ argument
107 #define LOAD_STRING_BY_TYPE(var, type_idx, error) \ argument
Dclass_linker_test.cc392 bool error = false; in Check() local
/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.cc122 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData()
Dlogging.h199 const int error; member
207 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage()
/art/runtime/jdwp/
Djdwp_socket.cc278 int error; in Establish() local
Djdwp_handler.cc156 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
Djdwp_event.cc798 JdwpError error = Dbg::GetThreadName(thread_id, thread_name); in LogMatchingEventsAndThread() local
/art/test/401-optimizing-compiler/src/
DMain.java22 Error error = null; in main() local
/art/runtime/verifier/
Dmethod_verifier.cc109 std::string* error) { in VerifyClass()
148 std::string* error) { in VerifyClass()
483 std::ostream& MethodVerifier::Fail(VerifyError error) { in Fail()
/art/patchoat/
Dpatchoat.cc773 std::string error; in UsageErrorV() local
/art/dex2oat/
Ddex2oat.cc83 std::string error; in UsageErrorV() local