/art/tools/ |
D | cpplint.py | 360 def ParseNolintSuppressions(filename, raw_line, linenum, error): argument 385 error(filename, linenum, 'readability/nolint', 5, 700 def Check(self, error, filename, linenum): argument 723 error(filename, linenum, 'readability/fn_size', error_level, 961 def RemoveMultiLineComments(filename, lines, error): argument 970 error(filename, lineix_begin + 1, 'readability/multiline_comment', 5, 1105 def CheckForCopyright(filename, lines, error): argument 1113 error(filename, 0, 'legal/copyright', 5, 1142 def CheckForHeaderGuard(filename, lines, error): argument 1177 error(filename, 0, 'build/header_guard', 5, [all …]
|
/art/runtime/base/ |
D | logging.cc | 118 LogMessageData::LogMessageData(const char* file, int line, LogSeverity severity, int error) in LogMessageData() argument 122 error(error) { in LogMessageData() 133 if (data_->error != -1) { in ~LogMessage() 134 data_->buffer << ": " << strerror(data_->error); in ~LogMessage()
|
D | logging.h | 178 LogMessageData(const char* file, int line, LogSeverity severity, int error); 183 const int error; member 191 LogMessage(const char* file, int line, LogSeverity severity, int error) in LogMessage() argument 192 : data_(new LogMessageData(file, line, severity, error)) { in LogMessage()
|
D | mutex.cc | 495 #error unsupported C library in GetExclusiveOwnerTid() 739 #error unsupported C library in GetExclusiveOwnerTid()
|
/art/runtime/ |
D | atomic.cc | 75 #error Unexpected architecture in Read64() 104 #error Unexpected architecture in Write64() 137 #error Unexpected architecture in Cas64()
|
D | debugger.cc | 697 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetOwnedMonitors() local 698 if (error != JDWP::ERR_NONE) { in GetOwnedMonitors() 699 return error; in GetOwnedMonitors() 747 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetContendedMonitor() local 748 if (error != JDWP::ERR_NONE) { in GetContendedMonitor() 749 return error; in GetContendedMonitor() 1576 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadName() local 1577 if (error != JDWP::ERR_NONE && error != JDWP::ERR_THREAD_NOT_ALIVE) { in GetThreadName() 1578 return error; in GetThreadName() 1603 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread); in GetThreadGroup() local [all …]
|
D | Android.mk | 208 $(error unsupported TARGET_ARCH=$(TARGET_ARCH)) 230 $(error unsupported HOST_ARCH=$(HOST_ARCH)) 262 $$(error expected target or host for argument 1, received $(1)) 267 $$(error expected ndebug or debug for argument 2, received $(2))
|
D | class_linker_test.cc | 366 bool error = false; in Check() local 375 error = true; in Check() 385 error = true; in Check() 394 error = true; in Check() 397 if (error) { in Check() 417 error = true; in Check() 420 if (error) { in Check() 432 return !error; in Check()
|
D | debugger.h | 52 arg_count_(0), arg_values_(NULL), options_(0), error(JDWP::ERR_NONE), in DebugInvokeReq() 74 JDWP::JdwpError error; member
|
/art/test/075-verification-error/ |
D | info.txt | 1 Exercise deferred verification error reporting.
|
/art/build/ |
D | Android.executable.mk | 36 $$(error expected target or host for argument 5, received $(5)) 41 $$(error expected ndebug or debug for argument 6, received $(6))
|
D | Android.libarttest.mk | 26 $$(error expected target or host for argument 1, received $(1))
|
D | Android.gtest.mk | 93 $$(error expected target or host for argument 1, received $(1))
|
/art/test/024-illegal-access/ |
D | info.txt | 2 error. Also try to access a non-public class in a different package with
|
/art/test/087-gc-after-link/ |
D | info.txt | 1 This test causes a linkage error, which calls dvmFreeClassInnards on
|
/art/runtime/jdwp/ |
D | jdwp_socket.cc | 278 int error; in Establish() local 279 int cc = gethostbyname_r(options->host.c_str(), &he, auxBuf, sizeof(auxBuf), &pEntry, &error); in Establish() 281 LOG(WARNING) << "gethostbyname_r('" << options->host << "') failed: " << hstrerror(error); in Establish()
|
D | jdwp_handler.cc | 935 JdwpError error = Dbg::GetThreadName(thread_id, name); in TR_Name() local 936 if (error != ERR_NONE) { in TR_Name() 937 return error; in TR_Name() 992 JdwpError error = Dbg::GetThreadStatus(thread_id, &threadStatus, &suspendStatus); in TR_Status() local 993 if (error != ERR_NONE) { in TR_Status() 994 return error; in TR_Status() 1027 JdwpError error = Dbg::GetThreadFrameCount(thread_id, actual_frame_count); in TR_Frames() local 1028 if (error != ERR_NONE) { in TR_Frames() 1029 return error; in TR_Frames()
|
/art/runtime/verifier/ |
D | method_verifier.cc | 78 std::string* error) { in VerifyClass() argument 84 *error = "Verifier rejected class "; in VerifyClass() 85 *error += PrettyDescriptor(klass); in VerifyClass() 86 *error += " that has no super class"; in VerifyClass() 90 *error = "Verifier rejected class "; in VerifyClass() 91 *error += PrettyDescriptor(klass); in VerifyClass() 92 *error += " that attempts to sub-class final class "; in VerifyClass() 93 *error += PrettyDescriptor(super); in VerifyClass() 100 *error = "Verifier rejected class "; in VerifyClass() 101 *error += PrettyDescriptor(klass); in VerifyClass() [all …]
|
D | method_verifier.h | 149 std::string* error) 154 bool allow_soft_failures, std::string* error) 175 std::ostream& Fail(VerifyError error);
|
/art/jdwpspy/ |
D | Net.cpp | 476 art::JDWP::JdwpError error = art::JDWP::ERR_NONE; in dumpPacket() local 485 error = static_cast<art::JDWP::JdwpError>(get2BE(buf+9)); in dumpPacket() 515 prefix, dataLen, id, flags, error, ss.str().c_str(), min,sec); in dumpPacket()
|
/art/test/JniTest/ |
D | jni_test.cc | 24 #error test code compiled without NDEBUG
|
/art/compiler/ |
D | Android.mk | 123 $$(error expected target or host for argument 1, received $(1)) 128 $$(error expected ndebug or debug for argument 2, received $(2))
|
/art/dex2oat/ |
D | dex2oat.cc | 60 std::string error; in UsageErrorV() local 61 StringAppendV(&error, fmt, ap); in UsageErrorV() 62 LOG(ERROR) << error; in UsageErrorV() 609 #error "Unsupported architecture" in dex2oat()
|
/art/compiler/utils/arm/ |
D | constants_arm.h | 47 #error "Exactly one of VFPv3_D16 or VFPv3_D32 can be defined at a time."
|
/art/runtime/entrypoints/portable/ |
D | portable_trampoline_entrypoints.cc | 51 #error "Unsupported architecture"
|