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

<<21222324252627282930>>

  /system/connectivity/shill/vpn/
vpn_provider.cc 29 #include "shill/error.h"
71 Error* error) {
75 Error::PopulateAndLog(
76 FROM_HERE, error, Error::kNotSupported, "Missing VPN type property.");
82 Error::PopulateAndLog(
83 FROM_HERE, error, Error::kNotSupported, "Missing VPN host property.");
100 Error* error)
217 Error error; local
    [all...]
vpn_service.cc 74 void VPNService::Connect(Error* error, const char* reason) {
76 Error::PopulateAndLog(FROM_HERE, error, Error::kAlreadyConnected,
82 Error::PopulateAndLog(FROM_HERE, error, Error::kInProgress,
88 Service::Connect(error, reason);
89 driver_->Connect(this, error);
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 74 Error createVirtualDisplay(uint32_t width, uint32_t height,
275 [[clang::warn_unused_result]] Error acceptChanges();
276 [[clang::warn_unused_result]] Error createLayer(
278 [[clang::warn_unused_result]] Error getActiveConfig(
280 [[clang::warn_unused_result]] Error getChangedCompositionTypes(
282 [[clang::warn_unused_result]] Error getColorModes(
288 [[clang::warn_unused_result]] Error getName(std::string* outName) const;
289 [[clang::warn_unused_result]] Error getRequests(
293 [[clang::warn_unused_result]] Error getType(DisplayType* outType) const;
294 [[clang::warn_unused_result]] Error supportsDoze(bool* outSupport) const
    [all...]
  /system/update_engine/include/shill/
dbus-proxy-mocks.h 13 #include <brillo/errors/error.h>
30 brillo::ErrorPtr* /*error*/,
34 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
39 brillo::ErrorPtr* /*error*/,
45 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
49 brillo::ErrorPtr* /*error*/,
53 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
58 brillo::ErrorPtr* /*error*/,
63 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
67 brillo::ErrorPtr* /*error*/,
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_gsm.h 59 void StartModem(Error* error, const ResultCallback& callback) override;
61 void Scan(Error* error, const ResultStringmapsCallback& callback) override;
63 Error* error,
74 Error* error,
78 Error* error,
    [all...]
mock_modem_cdma_proxy.h 34 MOCK_METHOD4(Activate, void(const std::string& carrier, Error* error,
38 void(Error* error, const RegistrationStateCallback& callback,
40 MOCK_METHOD3(GetSignalQuality, void(Error* error,
  /art/test/424-checkcast/src/
Main.java 46 throw new Error("Should have gotten a ClassCastException");
60 throw new Error("Should have gotten a ClassCastException");
66 throw new Error("Should have gotten a ClassCastException");
  /art/test/586-checker-null-array-get/src/
Main.java 35 throw new Error("Expected NullPointerException");
41 throw new Error("Expected NullPointerException");
47 throw new Error("Expected NullPointerException");
  /art/test/592-checker-regression-bool-input/src/
Main.java 31 throw new Error("Expected true");
37 throw new Error("Expected false");
58 throw new Error(e);
  /art/test/608-checker-unresolved-lse/src/
Main.java 47 throw new Error("Expected 42, got " + f.iField);
77 throw new Error("Expected 43, got " + a);
99 throw new Error("Expected 43, got " + Foo.sField);
  /external/autotest/client/site_tests/hardware_TLBMissCost/
perf_measurement.py 9 class Error(Exception):
10 """Module error class."""
38 raise Error('Unable to parse perf stat output')
44 raise Error('These events are not supported: %s'
  /external/libweave/include/weave/
command.h 11 #include <weave/error.h>
54 // Returns the command error.
55 virtual const Error* GetError() const = 0;
60 ErrorPtr* error) = 0;
66 ErrorPtr* error) = 0;
70 virtual bool Pause(ErrorPtr* error) = 0;
72 // Sets command into error state and assign error.
74 virtual bool SetError(const Error* command_error, ErrorPtr* error) = 0
    [all...]
  /external/libweave/include/weave/test/
mock_command.h 31 MOCK_CONST_METHOD0(GetError, const Error*());
35 MOCK_METHOD2(SetError, bool(const Error*, ErrorPtr*));
36 MOCK_METHOD2(Abort, bool(const Error*, ErrorPtr*));
  /external/llvm/include/llvm/Support/
SpecialCaseList.h 63 /// 0 and writes an error message to string.
65 create(const std::vector<std::string> &Paths, std::string &Error);
67 /// 0 and writes an error message to string.
69 std::string &Error);
71 /// fatal error.
96 bool parse(const MemoryBuffer *MB, std::string &Error);
  /external/llvm/lib/Support/
PluginLoader.cpp 28 std::string Error;
29 if (sys::DynamicLibrary::LoadLibraryPermanently(Filename.c_str(), &Error)) {
30 errs() << "Error opening '" << Filename << "': " << Error
  /external/vboot_reference/cgpt/
cmd_legacy.c 42 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
54 Error("unrecognized option: -%c\n", optopt);
58 Error("missing argument to -%c\n", optopt);
cmd_repair.c 42 Error("invalid argument to -%c: \"%s\"\n", c, optarg);
54 Error("unrecognized option: -%c\n", optopt);
58 Error("missing argument to -%c\n", optopt);
  /system/connectivity/apmanager/
config.h 25 #include <brillo/errors/error.h>
31 class Error;
40 bool ValidateSsid(Error* error, const std::string& value);
41 bool ValidateSecurityMode(Error* error, const std::string& value);
42 bool ValidatePassphrase(Error* error, const std::string& value);
43 bool ValidateHwMode(Error* error, const std::string& value)
    [all...]
  /system/connectivity/shill/dbus/
chromeos_mm1_modem_simple_proxy.cc 47 Error* error,
63 Error* error,
77 void ChromeosModemSimpleProxy::GetStatus(Error* error,
93 callback.Run(path.value(), Error());
97 const RpcIdentifierCallback& callback, brillo::Error* dbus_error) {
99 Error error; local
113 Error error; local
130 Error error; local
132 callback.Run(KeyValueStore(), error); local
    [all...]
chromeos_modem_proxy.cc 24 #include "shill/error.h"
53 bool enable, Error* error, const ResultCallback& callback, int timeout) {
65 Error* error, const ResultCallback& callback, int timeout) {
76 Error* error, const ModemInfoCallback& callback, int timeout) {
98 callback.Run(Error());
102 brillo::Error* dbus_error) {
104 Error error local
119 Error error; local
132 Error error; local
    [all...]
chromeos_wimax_network_proxy.h 40 uint32_t Identifier(Error* error) override;
41 std::string Name(Error* error) override;
42 int Type(Error* error) override;
43 int CINR(Error* error) override;
44 int RSSI(Error* error) override
    [all...]
  /system/connectivity/shill/
service_under_test.cc 55 string ServiceUnderTest::GetDeviceRpcId(Error* /*error*/) const {
62 const KeyValueStore& value, Error* error) {
68 KeyValueStore ServiceUnderTest::GetKeyValueStore(Error* error) {
  /system/connectivity/shill/wifi/
mock_wifi_provider.h 37 Error* error));
39 ServiceRefPtr(const KeyValueStore& args, Error* error));
41 Error* error));
  /external/guava/guava-gwt/test/com/google/common/testing/
TearDownStackTest_gwt.java 39 if (failure instanceof Error) {
40 throw (Error) failure;
65 if (failure instanceof Error) {
66 throw (Error) failure;
91 if (failure instanceof Error) {
92 throw (Error) failure;
  /external/v8/test/mjsunit/regress/
regress-3718.js 8 Error.prepareStackTrace = function(e, stack) { return stack; }
9 var stack = (function() { return new Error().stack; }).call(receiver);
10 Error.prepareStackTrace = undefined;

Completed in 766 milliseconds

<<21222324252627282930>>