HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 526 - 550 of 3219) sorted by null

<<21222324252627282930>>

  /external/deqp/external/vulkancts/framework/vulkan/
vkDefs.cpp 43 Error::Error (VkResult error, const char* message, const char* expr, const char* file, int line)
45 , m_error (error)
49 Error::Error (VkResult error, const std::string& message)
51 , m_error (error)
55 Error::~Error (void) throw(
    [all...]
  /external/libweave/src/
error_unittest.cc 5 #include <weave/error.h>
16 return Error::Create(loc, "not_found", "Resource not found");
21 return Error::Create(FROM_HERE, "404", "Not found", std::move(inner));
26 TEST(Error, Single) {
39 TEST(Error, Nested) {
49 TEST(Error, Clone) {
52 const Error* error1 = err.get();
53 const Error* error2 = clone.get();
  /system/connectivity/shill/vpn/
vpn_service.h 43 void Connect(Error* error, const char* reason) override;
44 void Disconnect(Error* error, const char* reason) override;
51 bool SetNameProperty(const std::string& name, Error* error) override;
58 Error* error);
64 std::string GetTethering(Error* error) const override
    [all...]
vpn_provider.h 32 class Error;
52 const KeyValueStore& args, Error* error) const override;
53 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override;
55 const KeyValueStore& args, Error* error) override;
59 Error* error) override;
88 // to the newly created service, or populates |error| with an the erro
    [all...]
  /system/connectivity/shill/wifi/
wifi_service.h 35 class Error;
66 void Connect(Error* error, const char* reason) override;
67 void Disconnect(Error* error, const char* reason) override;
193 std::string GetTethering(Error* error) const override;
243 std::string(WiFiService::*get)(Error* error));
246 std::string(WiFiService::*get)(Error* error)
    [all...]
  /system/connectivity/shill/
property_store.h 34 class Error;
48 Error* error);
49 bool SetProperties(const brillo::VariantDictionary& in, Error* error);
53 bool GetProperties(brillo::VariantDictionary* out, Error* error) const;
60 Error* error) const;
62 Error* error) const
    [all...]
service.h 54 class Error;
174 virtual void Connect(Error* error, const char* reason);
177 virtual void Disconnect(Error* error, const char* reason);
181 Error* error,
186 virtual void UserInitiatedDisconnect(Error* error);
189 virtual void UserInitiatedConnect(Error* error)
434 const std::string& error() const { return error_; } function in class:shill::Service
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsvirt.c 42 if (DescriptionMLU == NULL || CopyrightMLU == NULL) goto Error;
44 if (!cmsMLUsetWide(DescriptionMLU, "en", "US", Description)) goto Error;
45 if (!cmsMLUsetWide(CopyrightMLU, "en", "US", L"No copyright, use freely")) goto Error;
47 if (!cmsWriteTag(hProfile, cmsSigProfileDescriptionTag, DescriptionMLU)) goto Error;
48 if (!cmsWriteTag(hProfile, cmsSigCopyrightTag, CopyrightMLU)) goto Error;
52 Error:
86 if (!_cmsWriteProfileSequence(hProfile, Seq)) goto Error;
90 Error:
141 if (!SetTextTags(hICC, L"RGB built-in")) goto Error;
145 if (!cmsWriteTag(hICC, cmsSigMediaWhitePointTag, cmsD50_XYZ())) goto Error;
    [all...]
  /external/clang/test/SemaCXX/
cxx0x-defaulted-functions.cpp 3 void fn() = default; // expected-error {{only special member}}
5 void fn() = default; // expected-error {{only special member}}
89 struct Error {
91 // declaration which has the type 'void () noexcept (T::error)'. We should
92 // get one error for 'Error<int>::Error()' and one for 'Error<int>::~Error()'.
93 void f() noexcept(T::error); // expected-error 2{{has no members}
    [all...]
  /external/llvm/lib/Support/
Regex.cpp 32 error = llvm_regcomp(preg, regex.data(), flags|REG_PEND);
42 bool Regex::isValid(std::string &Error) {
43 if (!error)
46 size_t len = llvm_regerror(error, preg, nullptr, 0);
48 Error.resize(len - 1);
49 llvm_regerror(error, preg, &Error[0], len);
74 error = rc;
99 std::string *Error) {
102 // Reset error, if given
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.cpp 96 errs() << "bugpoint: " << Filename << ": error: input module is broken!\n";
175 std::string Error;
176 compileProgram(Program, &Error);
177 if (!Error.empty()) {
178 outs() << Error;
205 bool Diff = diffProgram(Program, "", "", false, &Error);
206 if (!Error.empty()) {
207 errs() << Error;
212 debugMiscompilation(&Error);
213 if (!Error.empty())
    [all...]
ListReducer.h 34 InternalError // Encountered an error trying to run the predicate
46 std::string &Error) = 0;
52 bool reduceList(std::vector<ElTy> &TheList, std::string &Error) {
55 switch (doTest(TheList, empty, Error)) {
60 break; // there's definitely an error, but we need to narrow it down
64 llvm_unreachable("bugpoint ListReducer internal error: "
71 assert(!Error.empty());
105 if (doTest(ShuffledList, empty, Error) == KeepPrefix) {
124 switch (doTest(Prefix, Suffix, Error)) {
149 return true; // Error was set by doTest
    [all...]
  /external/vboot_reference/cgpt/
cmd_find.c 85 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
106 Error("invalid argument to -%c: %s\n", c, optarg);
113 Error("invalid argument to -%c: %s\n", c, optarg);
120 Error("Unable to read from %s\n", optarg);
126 Error("Unable to allocate %" PRIu64 "bytes for comparison buffer\n",
134 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
143 Error("unrecognized option: -%c\n", optopt);
147 Error("missing argument to -%c\n", optopt);
156 Error("You must specify at least one of -t, -u, or -l\n");
cmd_show.c 57 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
74 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
98 Error("unrecognized option: -%c\n", optopt);
102 Error("missing argument to -%c\n", optopt);
117 Error("missing drive argument\n");
  /system/connectivity/shill/dbus/
chromeos_wimax_device_proxy.h 38 void Enable(Error* error,
41 void Disable(Error* error,
44 void ScanNetworks(Error* error,
49 Error* error,
52 void Disconnect(Error* error,
    [all...]
chromeos_mm1_sim_proxy.h 40 Error* error,
45 Error* error,
50 Error* error,
55 Error* error,
65 brillo::Error* dbus_error);
chromeos_device_dbus_adaptor.cc 20 #include "shill/error.h"
136 brillo::ErrorPtr* error, brillo::VariantDictionary* out_properties) {
140 error);
143 bool ChromeosDeviceDBusAdaptor::SetProperty(brillo::ErrorPtr* error,
150 error);
153 bool ChromeosDeviceDBusAdaptor::ClearProperty(brillo::ErrorPtr* error,
158 error);
163 Error e(Error::kOperationInitiated);
171 Error e(Error::kOperationInitiated)
    [all...]
  /system/connectivity/shill/ethernet/
ethernet_service.cc 84 void EthernetService::Connect(Error* error, const char* reason) {
85 Service::Connect(error, reason);
90 void EthernetService::Disconnect(Error* error, const char* reason) {
91 Service::Disconnect(error, reason);
96 std::string EthernetService::GetDeviceRpcId(Error* /*error*/) const {
113 Error* error) {
    [all...]
ethernet_eap_provider.h 31 class Error;
50 ServiceRefPtr GetService(const KeyValueStore& args, Error* error) override;
52 const KeyValueStore& args, Error* error) const override;
54 const KeyValueStore& args, Error* error) override;
58 Error* error) override;
  /art/test/529-long-split/src/
Main.java 20 throw new Error();
24 throw new Error();
28 throw new Error();
170 if (doThrow) throw new Error();
174 if (doThrow) throw new Error();
  /art/test/552-checker-sharpening/src/
Main.java 21 throw new Error("Expected: " + expected + ", found: " + result);
27 throw new Error("Expected: " + expected + ", found: " + result);
34 if (doThrow) { throw new Error(); }
219 if (doThrow) { throw new Error(); }
249 if (doThrow) { throw new Error(); }
  /art/test/566-checker-codegen-select/src/
Main.java 24 if (doThrow) { throw new Error(); }
49 if (doThrow) { throw new Error(); }
63 if (doThrow) { throw new Error(); }
81 throw new Error(expected + " != " + actual);
87 throw new Error(expected + " != " + actual);
  /art/test/575-checker-string-init-alias/src/
Main.java 29 throw new Error("Assertion failed: " + expected + " != " + actual);
42 throw new Error("Expected AIOOBE");
45 throw new Error("Expected AIOOBE");
57 throw new Error("Expected AIOOBE");
60 throw new Error("Expected AIOOBE");
  /art/test/576-polymorphic-inlining/src/
Main.java 36 throw new Error("Expected " + expected + ", got " + actual);
41 if (doThrow) throw new Error("");
47 if (doThrow) throw new Error("");
53 if (doThrow) throw new Error("");
80 if (doThrow) throw new Error("");
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/experimental/javascript/closure/debug/
error.js 16 * @fileoverview Provides a base class for custom Error objects such that the
19 * You should never need to throw goog.debug.Error(msg) directly, Error(msg) is
24 goog.provide('goog.debug.Error');
29 * Base class for custom error objects.
30 * @param {*=} opt_msg The message associated with the error.
32 * @extends {Error}
34 goog.debug.Error = function(opt_msg) {
37 this.stack = new Error().stack || '';
43 goog.inherits(goog.debug.Error, Error)
    [all...]

Completed in 230 milliseconds

<<21222324252627282930>>