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

1 2

  /external/libbrillo/brillo/errors/
error.cc 83 bool Error::HasError(const std::string& domain, const std::string& code) const {
  /frameworks/base/tools/aapt2/link/
XmlReferenceLinker.cpp 55 bool HasError() const { return error_; }
147 bool HasError() {
148 return error_ || reference_visitor_.HasError();
170 return !visitor.HasError();
ReferenceLinker.cpp 136 bool HasError() { return error_; }
349 if (visitor.HasError()) {
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 55 bool HasError;
61 HasError = true;
69 RuntimeDyldImpl(RTDyldMemoryManager *mm) : MemMgr(mm), HasError(false) {}
86 bool hasError() { return HasError; }
89 void clearError() { HasError = false; }
  /frameworks/base/tools/aapt2/compile/
InlineXmlFormatParser.cpp 97 bool HasError() const {
115 if (visitor.HasError()) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFGdbIndex.h 69 bool HasError = false;
  /external/webrtc/webrtc/base/
task.h 103 bool HasError() const { return (GetState() == STATE_ERROR); }
  /external/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
95 HasError = true;
106 HasError = true;
117 HasError = true;
127 HasError = true;
139 HasError = true
    [all...]
  /external/llvm/tools/llc/
llc.cpp 214 bool *HasError = static_cast<bool *>(Context);
216 *HasError = true;
259 bool HasError = false;
260 Context.setDiagnosticHandler(DiagnosticHandler, &HasError);
489 auto HasError = *static_cast<bool *>(Context.getDiagnosticContext());
490 if (HasError)
  /external/pdfium/xfa/fxfa/fm2js/
xfa_lexer.cpp 541 bool CXFA_FMLexer::HasError() const {
  /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() {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
RelocVisitor.h 46 : ObjToVisit(Obj), HasError(false) {}
59 HasError = true;
63 bool error() { return HasError; }
67 bool HasError;
85 HasError = true;
96 HasError = true;
107 HasError = true;
118 HasError = true;
129 HasError = true;
139 HasError = true
    [all...]

Completed in 765 milliseconds

1 2