Home
last modified time | relevance | path

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

12

/art/profman/
Dprofile_assistant.cc72 static bool InitFlock(const std::string& filename, ScopedFlock& flock, std::string* error) { in InitFlock()
76 static bool InitFlock(int fd, ScopedFlock& flock, std::string* error) { in InitFlock()
89 bool Init(const std::vector<std::string>& filenames, /* out */ std::string* error) { in Init()
100 bool Init(const std::vector<int>& fds, /* out */ std::string* error) { in Init()
121 std::string error; in ProcessProfiles() local
140 std::string error; in ProcessProfiles() local
Dprofman.cc60 std::string error; in UsageErrorV() local
Dprofile_assistant_test.cc80 std::string error; in ProcessProfiles() local
/art/runtime/
Dzip_archive.cc44 const int32_t error = ExtractEntryToFile(handle_, zip_entry_, file.Fd()); in ExtractToFile() local
67 const int32_t error = ExtractToMemory(handle_, zip_entry_, in ExtractToMemMap() local
95 const int32_t error = OpenArchive(filename, &handle); in Open() local
111 const int32_t error = OpenArchiveFd(fd, filename, &handle); in OpenFromFd() local
127 const int32_t error = FindEntry(handle_, ZipString(name), zip_entry.get()); in Find() local
Ddebugger.cc350 static mirror::Array* DecodeNonNullArray(JDWP::RefTypeId id, JDWP::JdwpError* error) in DecodeNonNullArray()
365 static mirror::Class* DecodeClass(JDWP::RefTypeId id, JDWP::JdwpError* error) in DecodeClass()
381 JDWP::JdwpError* error) in DecodeThread()
709 JDWP::JdwpError error; in GetClassName() local
760 JDWP::JdwpError error; in GetClassLoader() local
770 JDWP::JdwpError error; in GetModifiers() local
791 JDWP::JdwpError error; in GetMonitorInfo() local
856 JDWP::JdwpError error; in GetOwnedMonitors() local
874 JDWP::JdwpError error; in GetContendedMonitor() local
896 JDWP::JdwpError error; in GetInstanceCounts() local
[all …]
Dmonitor.h146 int error = posix_memalign(&result, LockWord::kMonitorIdAlignment, size); in new() local
Dparsed_options.cc622 bool error = (fmt != nullptr); in Usage() local
Doat_file_manager.cc209 std::string error; in AddDexFilesFromOat() local
Ddex_file_verifier.cc104 #define LOAD_STRING(var, idx, error) \ argument
111 #define LOAD_STRING_BY_TYPE(var, type_idx, error) \ argument
/art/tools/
Dcpplint.py364 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument
726 def Check(self, error, filename, linenum): argument
987 def RemoveMultiLineComments(filename, lines, error): argument
1131 def CheckForCopyright(filename, lines, error): argument
1168 def CheckForHeaderGuard(filename, lines, error): argument
1243 def CheckForUnicodeReplacementCharacters(filename, lines, error): argument
1262 def CheckForNewlineAtEOF(filename, lines, error): argument
1280 def CheckForMultilineCommentsAndStrings(filename, clean_lines, linenum, error): argument
1335 def CheckPosixThreading(filename, clean_lines, linenum, error): argument
1368 def CheckInvalidIncrement(filename, clean_lines, linenum, error): argument
[all …]
/art/runtime/jit/
Doffline_profiling_info.cc81 std::string error; in MergeAndSave() local
346 /*out*/std::string* error) { in FillFromFd()
367 /*out*/std::string* error) { in ReadProfileHeader()
396 /*out*/std::string* error) { in ReadProfileLineHeader()
426 /*out*/std::string* error) { in ReadProfileLine()
460 std::string error; in Load() local
472 int fd, std::string* error) { in LoadInternal()
/art/compiler/optimizing/
Dgraph_checker.h95 void AddError(const std::string& error) { in AddError()
Doptimizing_cfi_test.cc53 std::string error; in SetUpFrame() local
/art/runtime/jdwp/
Dobject_registry.h82 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error) in Get()
Djdwp_socket.cc296 int error; in Establish() local
Dobject_registry.cc170 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { in InternalGet()
Djdwp_handler.cc115 JDWP::JdwpError error = Dbg::PrepareInvokeMethod(request->GetId(), thread_id, object_id, in RequestInvoke() local
901 JDWP::JdwpError error = Dbg::StringToUtf8(stringObject, &str); in SR_Value() local
921 JdwpError error = Dbg::GetThreadName(thread_id, &name); in TR_Name() local
977 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status() local
1012 JdwpError error = Dbg::GetThreadFrameCount(thread_id, &actual_frame_count); in TR_Frames() local
Djdwp_event.cc793 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread() local
/art/tools/dexfuzz/src/dexfuzz/
DExecutionResult.java26 public List<String> error; field in ExecutionResult
DLog.java56 public static void error(String msg) { in error() method in Log
/art/runtime/base/
Dlogging.cc141 LogMessageData(const char* file, unsigned int line, LogSeverity severity, int error) in LogMessageData()
185 LogMessage::LogMessage(const char* file, unsigned int line, LogSeverity severity, int error) in LogMessage()
/art/compiler/jit/
Djit_compiler.cc82 std::string error; in Usage() local
/art/test/412-new-array/src/
DMain.java209 Error error = null; in testSmaliVerifyError() local
/art/test/401-optimizing-compiler/src/
DMain.java22 Error error = null; in main() local
/art/runtime/verifier/
Dmethod_verifier.cc126 std::string* error) { in VerifyClass()
270 std::string* error) { in VerifyClass()
854 std::ostream& MethodVerifier::Fail(VerifyError error) { in Fail()
3406 for (auto& error : failures_) { in CodeFlowVerifyInstruction() local
4687 VerifyError error = field_type->IsReferenceTypes() ? VERIFY_ERROR_BAD_CLASS_SOFT in VerifyISFieldAccess() local
4719 VerifyError error = field_type->IsReferenceTypes() ? VERIFY_ERROR_BAD_CLASS_SOFT in VerifyISFieldAccess() local

12