Searched defs:ERROR (Results 1 - 4 of 4) sorted by relevance

/art/tools/dexfuzz/src/dexfuzz/
H A DLog.java23 private static LogTag threshold = LogTag.ERROR;
32 ERROR, enum constant in enum:Log.LogTag
41 return (threshold.ordinal() < LogTag.ERROR.ordinal());
57 log(LogTag.ERROR, msg);
H A DStreamConsumer.java47 ERROR enum constant in enum:StreamConsumer.State
189 state = State.ERROR;
196 state = State.ERROR;
/art/test/137-cfi/
H A Dcfi.cc96 PrintFileToLog(android::base::StringPrintf("/proc/%d/maps", pid), ::android::base::ERROR); member in class:art::android::base
101 PLOG(ERROR) << "Failed to send signal";
167 PLOG(ERROR) << "unexpected waitpid response: n=" << n << ", status=" << std::hex << status;
199 PLOG(ERROR) << "Failed to attach.";
242 PLOG(ERROR) << "Detach failed";
/art/tools/common/
H A Dcommon.py51 ERROR = 2 variable in class:RetCode
62 ERROR = 4 variable in class:LogSeverity
163 retcode = RetCode.ERROR
263 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
337 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):
436 def RunCommand(self, cmd, log_severity=LogSeverity.ERROR):

Completed in 346 milliseconds