HomeSort by relevance Sort by last modified time
    Searched defs:HasError (Results 1 - 12 of 12) sorted by null

  /external/libbrillo/brillo/errors/
error.cc 83 bool Error::HasError(const std::string& domain, const std::string& code) const {
  /external/libweave/src/
error.cc 76 bool Error::HasError(const std::string& code) const {
  /external/webrtc/webrtc/base/
task.h 103 bool HasError() const { return (GetState() == STATE_ERROR); }
  /external/llvm/include/llvm/Object/
RelocVisitor.h 47 : ObjToVisit(Obj), HasError(false) {}
60 HasError = true;
64 bool error() { return HasError; }
68 bool HasError;
86 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
128 HasError = true;
140 HasError = true
    [all...]
  /external/pdfium/xfa/src/fxfa/src/fm2js/
xfa_lexer.cpp 567 FX_BOOL CXFA_FMLexer::HasError() const {
  /external/v8/src/parsing/
preparse-data.h 190 bool HasError() {
194 DCHECK(HasError());
parser.cc 128 if (HasError()) return false;
150 bool ParseData::HasError() {
    [all...]
  /external/webrtc/webrtc/libjingle/xmpp/
xmppengineimpl.cc 265 if (HasError() || raised_reset_)
281 if (HasError() || raised_reset_)
320 if (HasError() || raised_reset_)
386 bool XmppEngineImpl::HasError() {
  /external/clang/lib/ASTMatchers/Dynamic/
Marshallers.h 286 bool HasError = false;
294 HasError = true;
301 if (!HasError) {
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 302 bool HasError;
308 HasError = true;
433 ProcessAllSections(false), HasError(false) {
483 bool hasError() { return HasError; }
486 void clearError() { HasError = false; }
  /external/clang/lib/Format/
UnwrappedLineParser.cpp     [all...]
  /external/llvm/lib/Linker/
IRMover.cpp 405 bool HasError = false;
437 HasError = true;
    [all...]

Completed in 565 milliseconds