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

1 2 3

  /external/libbrillo/brillo/errors/
error_unittest.cc 40 EXPECT_TRUE(err->HasError("network", "not_found"));
41 EXPECT_FALSE(err->HasError("network", "404"));
42 EXPECT_FALSE(err->HasError("HTTP", "404"));
43 EXPECT_FALSE(err->HasError("HTTP", "not_found"));
44 EXPECT_FALSE(err->HasError("foo", "bar"));
57 EXPECT_TRUE(err->HasError("network", "not_found"));
58 EXPECT_FALSE(err->HasError("network", "404"));
59 EXPECT_TRUE(err->HasError("HTTP", "404"));
60 EXPECT_FALSE(err->HasError("HTTP", "not_found"));
61 EXPECT_FALSE(err->HasError("foo", "bar"))
    [all...]
  /external/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
ErrorOr.h 88 : HasError(true) {
92 ErrorOr(std::error_code EC) : HasError(true) {
100 : HasError(false) {
157 if (!HasError)
163 return !HasError;
170 return HasError ? *getErrorStorage() : std::error_code();
188 if (!Other.HasError) {
190 HasError = false;
194 HasError = true;
220 if (!Other.HasError) {
    [all...]
  /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...]
  /prebuilts/clang/host/linux-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...]
  /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/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/link/
XmlReferenceLinker.cpp 55 bool HasError() const { return error_; }
147 bool HasError() {
148 return error_ || reference_visitor_.HasError();
170 return !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;

Completed in 509 milliseconds

1 2 3