| /art/profman/ |
| D | profile_assistant.cc | 72 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
|
| D | profman.cc | 60 std::string error; in UsageErrorV() local
|
| D | profile_assistant_test.cc | 80 std::string error; in ProcessProfiles() local
|
| /art/runtime/ |
| D | zip_archive.cc | 44 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
|
| D | debugger.cc | 350 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 …]
|
| D | monitor.h | 146 int error = posix_memalign(&result, LockWord::kMonitorIdAlignment, size); in new() local
|
| D | parsed_options.cc | 622 bool error = (fmt != nullptr); in Usage() local
|
| D | oat_file_manager.cc | 209 std::string error; in AddDexFilesFromOat() local
|
| D | dex_file_verifier.cc | 104 #define LOAD_STRING(var, idx, error) \ argument 111 #define LOAD_STRING_BY_TYPE(var, type_idx, error) \ argument
|
| /art/tools/ |
| D | cpplint.py | 364 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/ |
| D | offline_profiling_info.cc | 81 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/ |
| D | graph_checker.h | 95 void AddError(const std::string& error) { in AddError()
|
| D | optimizing_cfi_test.cc | 53 std::string error; in SetUpFrame() local
|
| /art/runtime/jdwp/ |
| D | object_registry.h | 82 template<typename T> T Get(JDWP::ObjectId id, JDWP::JdwpError* error) in Get()
|
| D | jdwp_socket.cc | 296 int error; in Establish() local
|
| D | object_registry.cc | 170 mirror::Object* ObjectRegistry::InternalGet(JDWP::ObjectId id, JDWP::JdwpError* error) { in InternalGet()
|
| D | jdwp_handler.cc | 115 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
|
| D | jdwp_event.cc | 793 JdwpError error = Dbg::GetThreadName(thread_id, &thread_name); in LogMatchingEventsAndThread() local
|
| /art/tools/dexfuzz/src/dexfuzz/ |
| D | ExecutionResult.java | 26 public List<String> error; field in ExecutionResult
|
| D | Log.java | 56 public static void error(String msg) { in error() method in Log
|
| /art/runtime/base/ |
| D | logging.cc | 141 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/ |
| D | jit_compiler.cc | 82 std::string error; in Usage() local
|
| /art/test/412-new-array/src/ |
| D | Main.java | 209 Error error = null; in testSmaliVerifyError() local
|
| /art/test/401-optimizing-compiler/src/ |
| D | Main.java | 22 Error error = null; in main() local
|
| /art/runtime/verifier/ |
| D | method_verifier.cc | 126 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
|