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

1 2 3 4 5

  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
RelocVisitor.h 51 HasError = true;
55 bool error() { return HasError; }
59 bool HasError = false;
85 HasError = true;
112 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
173 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
RelocVisitor.h 51 HasError = true;
55 bool error() { return HasError; }
59 bool HasError = false;
85 HasError = true;
112 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
173 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
RelocVisitor.h 51 HasError = true;
55 bool error() { return HasError; }
59 bool HasError = false;
85 HasError = true;
112 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
173 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
RelocVisitor.h 51 HasError = true;
55 bool error() { return HasError; }
59 bool HasError = false;
85 HasError = true;
112 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
173 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
RelocVisitor.h 50 HasError = true;
54 bool error() { return HasError; }
58 bool HasError = false;
84 HasError = true;
111 HasError = true;
136 HasError = true;
145 HasError = true;
151 HasError = true;
162 HasError = true;
175 HasError = true
    [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-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-4393122/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 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/linux-x86/clang-4393122/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
ErrorOr.h 91 : HasError(true) {
95 ErrorOr(std::error_code EC) : HasError(true) {
103 : HasError(false) {
160 if (!HasError)
166 return !HasError;
173 return HasError ? *getErrorStorage() : std::error_code();
191 if (!Other.HasError) {
193 HasError = false;
197 HasError = true;
223 if (!Other.HasError) {
    [all...]

Completed in 799 milliseconds

1 2 3 4 5