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

<<21222324252627282930>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sunau.py 58 getmark(id) -- raises an error since the mark does not
131 class Error(Exception):
169 raise Error, 'bad magic number'
172 raise Error, 'header size too small'
174 raise Error, 'header size ridiculously large'
180 raise Error, 'encoding not (yet) supported'
194 raise Error, 'unknown encoding'
251 raise Error, 'no marks'
274 raise Error, 'position not in range'
308 raise Error, 'cannot change parameters after starting to write
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sunau.py 58 getmark(id) -- raises an error since the mark does not
131 class Error(Exception):
169 raise Error, 'bad magic number'
172 raise Error, 'header size too small'
174 raise Error, 'header size ridiculously large'
180 raise Error, 'encoding not (yet) supported'
194 raise Error, 'unknown encoding'
251 raise Error, 'no marks'
274 raise Error, 'position not in range'
308 raise Error, 'cannot change parameters after starting to write
    [all...]
  /system/connectivity/shill/cellular/
cellular_capability_universal.h 87 void StartModem(Error* error, const ResultCallback& callback) override;
88 void StopModem(Error* error, const ResultCallback& callback) override;
89 void Reset(Error* error, const ResultCallback& callback) override;
92 void CompleteActivation(Error* error) override;
93 void Scan(Error* error, const ResultStringmapsCallback& callback) override
    [all...]
cellular_capability_universal_cdma.h 51 Error* error,
53 void CompleteActivation(Error* error) override;
62 void RegisterOnNetwork(const std::string& network_id, Error* error,
64 void RequirePIN(const std::string& pin, bool require, Error* error,
66 void EnterPIN(const std::string& pin, Error* error,
    [all...]
  /system/connectivity/shill/
eap_credentials.h 31 class Error;
110 Error* error);
138 std::string(EapCredentials::*get)(Error* error),
139 bool(EapCredentials::*set)(const std::string& value, Error* error));
147 // is an error to call this method with both |clear| and
152 bool(EapCredentials::*set)(const std::string& value, Error* error),
    [all...]
mock_manager.h 50 Error* error));
72 Error* error));
76 Error* error));
93 const std::string& technology, Error* error));
111 void(const std::string& order, Error* error));
    [all...]
property_store_unittest.cc 35 #include "shill/error.h"
113 Error error; local
115 EXPECT_FALSE(store.SetAnyProperty("", GetParam(), &error));
116 EXPECT_EQ(Error::kInvalidProperty, error.type());
138 PropertyStore* store, const string& name, Error* error);
146 Error error; local
155 Error error; local
169 Error error; local
179 Error error; local
268 Error error; local
282 Error error; local
295 Error error; local
307 Error error; local
328 Error error; local
556 Error error; local
574 Error error; local
592 Error error; local
610 Error error; local
629 Error error; local
651 Error error; local
672 Error error; local
690 Error error; local
708 Error error; local
733 Error error; local
813 Error error; local
    [all...]
hook_table.cc 26 #include "shill/error.h"
72 done_callback_.Run(Error(Error::kSuccess));
80 done.Run(Error(Error::kSuccess));
121 done_callback_.Run(Error(Error::kOperationTimeout));
property_store_unittest.h 30 #include "shill/error.h"
70 MOCK_METHOD1(GetKeyValueStoreCallback, KeyValueStore(Error* error));
72 Error* error));
77 bool* storage, Error* error) {
78 return store.GetBoolProperty(name, storage, error);
82 int16_t* storage, Error* error) {
    [all...]
device.h 52 class Error;
98 Error* error,
105 Error* error,
109 // Report synchronous errors using |error|, and asynchronous completion
113 Error* error,
120 Error* error,
    [all...]
  /art/test/415-optimizing-arith-neg/src/
Main.java 24 throw new Error("Expected: " + expected + ", found: " + result);
30 throw new Error("Expected: " + expected + ", found: " + result);
36 throw new Error("Expected: " + expected + ", found: " + result);
42 throw new Error("Expected: " + expected + ", found: " + result);
48 throw new Error("Expected: " + expected + ", found: " + result);
54 throw new Error("Expected: " + expected + ", found: " + result);
60 throw new Error("Expected NaN: " + result);
66 throw new Error("Expected NaN: " + result);
177 throw new Error();
186 throw new Error();
    [all...]
  /system/connectivity/shill/dbus/
chromeos_modem_gsm_card_proxy.cc 29 #include "shill/error.h"
77 Error* error, const GSMIdentifierCallback& callback, int timeout) {
90 void ChromeosModemGSMCardProxy::GetIMSI(Error* error,
105 void ChromeosModemGSMCardProxy::GetSPN(Error* error,
120 void ChromeosModemGSMCardProxy::GetMSISDN(Error* error,
136 Error* error
234 Error error; local
251 Error error; local
    [all...]
chromeos_mm1_modem_modemcdma_proxy.cc 53 Error* error,
71 Error* error,
107 callback.Run(Error());
113 brillo::Error* dbus_error) {
115 Error error; local
116 CellularError::FromMM1ChromeosDBusError(dbus_error, &error);
117 callback.Run(Error());
    [all...]
chromeos_modem_cdma_proxy.h 39 Error* error,
42 void GetRegistrationState(Error* error,
45 void GetSignalQuality(Error* error,
90 brillo::Error* dbus_error);
97 brillo::Error* dbus_error);
103 brillo::Error* dbus_error);
chromeos_wimax_device_proxy.cc 29 #include "shill/error.h"
95 void ChromeosWiMaxDeviceProxy::Enable(Error* /*error*/,
109 void ChromeosWiMaxDeviceProxy::Disable(Error* /*error*/,
123 void ChromeosWiMaxDeviceProxy::ScanNetworks(Error* /*error*/,
139 Error* /*error*/,
155 void ChromeosWiMaxDeviceProxy::Disconnect(Error* /*error*/
244 Error error; local
251 Error error; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/util/rss/
messages.properties 11 RSSFeedCommon.FileError=Error: no output file specified for feed, eg., ./feed.xml\!
15 RSSFeedCommon.ProjectError=Error: no project name specified, eg., EMF or WTP\!
16 RSSFeedCommon.FeedURLError=Error: no feedURL specified, eg., http://server/path/to/feed.xml\!
20 RSSFeedCommon.XpathError=Error: no xpath string to search for, eg., /*/*[name() = 'entry'][1]/*[name() = 'updated']/text()
54 RSSFeedPublisherTask.ErrorInvalidFile=Error: invalid feed file specified
55 RSSFeedPublisherTask.Error=Error:
64 RSSFeedPublisherTask.ErrorNothingToDo=Error\! Must specify SCP and/or CVS options to publish a feed file. Nothing to do\!
65 RSSFeedPublisherTask.ErrorCouldNotDeleteTempFolder=Error: could not delete temp folder
68 RSSFeedWatcherTask.ErrorNoWatchActions=Error\! Must specify for which feed changes to watch and what actions as response. Nothing to do\
    [all...]
  /art/test/561-divrem/src/
Main.java 20 throw new Error("Expected " + expected + ", got " + actual);
26 throw new Error("Expected " + expected + ", got " + actual);
76 throw new Error("");
83 throw new Error("");
90 throw new Error("");
97 throw new Error("");
  /external/clang/include/clang/ASTMatchers/Dynamic/
Diagnostics.h 1 //===--- Diagnostics.h - Helper class for error diagnostics -----*- C++ -*-===//
11 /// \brief Diagnostics class to manage error messages.
50 /// \brief Helper class to manage error messages.
99 /// parsing/construction can fail. Any error triggered within a context will
106 Context(ConstructMatcherEnum, Diagnostics *Error, StringRef MatcherName,
110 Context(MatcherArgEnum, Diagnostics *Error, StringRef MatcherName,
115 Diagnostics *const Error;
124 OverloadContext(Diagnostics* Error);
131 Diagnostics *const Error;
135 /// \brief Add an error to the diagnostics
    [all...]
  /external/llvm/bindings/ocaml/executionengine/
executionengine_ocaml.c 43 char *Error;
57 sizeof(Options), &Error))
58 llvm_raise(*caml_named_value("Llvm_executionengine.Error"), Error);
77 char *Error;
78 if (LLVMRemoveModule(EE, M, &RemovedModule, &Error))
79 llvm_raise(*caml_named_value("Llvm_executionengine.Error"), Error);
  /external/v8/test/mjsunit/harmony/
proxies-has-own-property.js 34 handler.getOwnPropertyDescriptor = function() { throw Error(); }
37 assertThrows(function(){ proxy.hasOwnProperty('a') }, Error);
39 assertThrows(function(){ proxy.hasOwnProperty('b') }, Error);
  /system/connectivity/shill/wifi/
wifi_service.cc 39 #include "shill/error.h"
164 LOG(ERROR) << "Unsupported security method " << security_;
262 bool WiFiService::SetPassphrase(const string& passphrase, Error* error) {
264 ValidateWEPPassphrase(passphrase, error);
268 ValidateWPAPassphrase(passphrase, error);
270 error->Populate(Error::kNotSupported);
273 if (!error->IsSuccess()) {
274 LOG(ERROR) << "Passphrase could not be set: " << error->message()
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/aarch64/
verbose-error.l 2 [^:]*:4: Error: missing shift amount at operand 2 -- `strb w7,\[x30,x0,lsl\]'
3 [^:]*:5: Error: operand mismatch -- `ubfm w0,x1,8,31'
8 [^:]*:6: Error: immediate value out of range 0 to 31 at operand 4 -- `bfm w0,w1,8,43'
9 [^:]*:7: Error: invalid shift amount at operand 2 -- `strb w7,\[x30,x0,lsl#1\]'
10 [^:]*:8: Error: invalid addressing mode at operand 2 -- `st2 {v4.2d,v5.2d},\[x3,#3\]'
11 [^:]*:9: Error: the top half of a 128-bit FP/SIMD register is expected at operand 1 -- `fmov v1.D\[0\],x0'
12 [^:]*:10: Error: invalid number of registers in the list; only 1 register is expected at operand 1 -- `ld1r \{v1.4s,v2.4s,v3.4s\},\[x3\],x4'
13 [^:]*:11: Error: missing immediate expression at operand 1 -- `svc'
14 [^:]*:12: Error: operand mismatch -- `add v0.4s,v1.4s,v2.2s'
24 [^:]*:13: Error: operand mismatch -- `urecpe v0.1d,v7.1d
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2On1Adapter.cpp 351 Error HWC2On1Adapter::createVirtualDisplay(uint32_t width,
359 return Error::NoResources;
368 return Error::NoResources;
380 return Error::None;
383 Error HWC2On1Adapter::destroyVirtualDisplay(hwc2_display_t displayId)
388 return Error::BadDisplay;
395 return Error::None;
466 Error HWC2On1Adapter::registerCallback(Callback descriptor,
470 return Error::BadParameter;
545 return Error::None
838 Error error = mDevice.setAllDisplays(); local
867 auto error = config->getHwc1IdForColorMode(mActiveColorMode, &hwc1Id); local
912 auto error = mActiveConfig->getHwc1IdForColorMode(mode, &hwc1Config); local
983 int error = 0; local
1018 int error = mDevice.mHwc1Device->eventControl(mDevice.mHwc1Device, local
2503 Error error = display->set(*mHwc1Contents[hwc1Id]); local
    [all...]
  /system/connectivity/shill/wimax/
wimax_service.cc 115 LOG(ERROR) << "Empty service name.";
118 Error error; local
119 network_name_ = proxy->Name(&error);
120 if (error.IsFailure()) {
123 uint32_t identifier = proxy->Identifier(&error);
124 if (error.IsFailure()) {
129 LOG(ERROR) << "Network identifiers don't match: "
133 int signal_strength = proxy->SignalStrength(&error);
134 if (error.IsFailure())
    [all...]
  /external/clang/lib/Parse/
ParseTentative.cpp 71 /// If during the disambiguation process a parsing error is encountered,
112 // TPResult::Error.
133 // In case of an error, let the declaration parsing code handle it.
134 if (TPR == TPResult::Error)
160 return TPResult::Error;
163 return TPResult::Error;
187 return TPResult::Error;
191 return TPResult::Error;
194 return TPResult::Error;
201 return TPResult::Error;
    [all...]

Completed in 564 milliseconds

<<21222324252627282930>>