Searched refs:Error (Results 1 - 25 of 65) sorted by relevance

123

/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DRPCReply.h24 inline status_t Error();
44 Reply::Error() function in class:RPC::Reply
H A DRPCCallbackRequest.h28 inline status_t Error();
69 CallbackRequest::Error() function in class:RPC::CallbackRequest
H A DRPCAuth.cpp40 if (auth->fStream.Error() != B_OK) {
84 if (xdr.Error() != B_OK)
89 if (auth->fStream.Error() != B_OK)
H A DXDR.h88 inline status_t Error() const;
156 WriteStream::Error() const function in class:XDR::WriteStream
H A DRPCCall.cpp52 if (call->fStream.Error() != B_OK) {
/haiku/src/tests/add-ons/print/ppd/parser/
H A DParser.cpp58 Error("Identifier expected");
69 Error("Out of memory scanning translationn!");
89 Error("Out of memory scanning option!");
109 Error("Expected symbol value!");
134 Error("Expected value");
140 Error("Expected \" at end of value");
151 Error("Symbol expected!");
160 Error("String value expected!");
225 Error("Newline expected at end of statement");
249 Error("Expecte
[all...]
H A DParser.h36 void Error(const char* message) { fScanner.Error(message); } function in class:Parser
H A DPPDParser.cpp217 Error("Missing group ID in open statement");
226 Error("Missing option in close statement");
231 Error("Close statement without an open statement");
244 Error("Close statement has no corresponding open statement");
275 Error("Keyword missing");
282 Error("Option has no value");
289 Error("Value has no value");
356 Error(error.String());
375 Error(string.String());
H A DScanner.cpp47 void Scanner::Error(const char* message) function in class:Scanner
103 Error("Unexpected EOF in hexadecimal substring!");
114 Error("Character is not a hexadecimal digit!");
H A DScanner.h56 void Error(const char* message);
/haiku/src/bin/
H A Dsetmime.cpp186 class Error : public std::exception class in inherits:std::exception
190 Error(const char* what, ...);
191 virtual ~Error() throw() {}
196 Error::Error(const char* what, ...) function in class:Error
356 throw Error("Invalid data for %s", kAttrType);
584 throw Error("mime signature already specified: '%s'", Type());
595 throw Error("unknown option '%s'", *arg);
600 throw Error(kHelpMessage);
605 throw Error(kWrongModeMessag
[all...]
/haiku/3rdparty/proj2make/
H A Dproj2make.cpp68 class Error : public std::exception class in inherits:std::exception
72 Error(const char* what, ...);
73 virtual ~Error() throw() {}
78 Error::Error(const char* what, ...) function in class:Error
94 throw Error("%s not found", projPath);
110 throw Error("File corrupted or it is not BeIDE *.proj file");
114 throw Error("%s already exists", makePath);
118 throw Error("Can not create makefile");
128 throw Error("Ca
[all...]
/haiku/src/add-ons/tracker/iconvader/
H A DIconVader.cpp14 static void Error(BView *view, status_t status, bool unlock=false) function
20 alert = new BAlert("Error", s.String(), "OK");
41 Error(view, status);
47 Error(view, status);
54 Error(view, status);
58 Error(view, status, true);
76 alert = new BAlert("Error", "IconVader:\nClick on the icons to get points."
86 Error(view, status);
121 alert = new BAlert("Error", scoreStr.String(), "Cool!");
127 Error(vie
[all...]
/haiku/src/servers/mail/
H A DErrorLogWindow.cpp11 class Error : public BView { class in inherits:BView
13 Error(BRect rect,alert_type type,const char *tag,const char *message,bool timestamp,rgb_color bkg);
79 Error *newError = new Error(BRect(0, panel->add_next_at, panel->Bounds().right,
144 Error::Error(BRect rect, alert_type atype, const char *tag, const char *message, function in class:Error
199 Error::GetPreferredSize(float *width, float *height)
209 Error::Draw(BRect updateRect)
216 Error::FrameResized(float w, float h)
/haiku/src/tests/kits/shared/
H A DChecksumJsonEventListener.h28 status_t Error() const;
H A DChecksumJsonEventListener.cpp75 ChecksumJsonEventListener::Error() const function in class:ChecksumJsonEventListener
/haiku/src/tests/system/kernel/unit/
H A DTestContext.h110 inline void Error(const char* format,...);
158 TestContext::Error(const char* format,...) function in class:TestContext
171 Error("ASSERT FAILED at %s:%d %s: %s\n", file, line, function, condition);
186 Error("ASSERT FAILED at %s:%d %s: %s; %s\n", file, line, function,
/haiku/headers/private/package/manager/
H A DExceptions.h49 status_t Error() const function in class:BPackageKit::BManager::BPrivate::BFatalErrorException
/haiku/src/bin/pkgman/
H A Dpkgman.cpp99 if (exception.Error() == B_OK) {
103 strerror(exception.Error()));
/haiku/src/add-ons/kernel/drivers/disk/virtual/nbd/
H A Dnbd-server.py35 class Error(Exception): pass class in inherits:Exception
44 if more == '': raise Error(nbytes)
91 if self.magic != 0x25609513: raise Error(self.magic)
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.cpp1021 return Error(outs, NULL, NULL, 0, NULL, B_ERROR);
1025 return Error(outs, image, NULL, 0, NULL, B_ERROR);
1030 return Error(outs, image, pixels, i+1, in_scanline, B_ERROR);
1037 return (err < B_OK) ? Error(outs, image, pixels,
1039 : Error(outs, image, pixels, out_color_components, in_scanline,
1058 return Error(outs, image, pixels,
1092 return Error(ins, NULL, NULL, 0, NULL, B_ERROR);
1116 return Error(ins, image, NULL, 0, NULL, B_ERROR);
1132 return Error(ins, image, NULL, 0, NULL, B_ERROR);
1137 return Error(in
1264 Error(jas_stream_t* stream, jas_image_t* image, jas_matrix_t** pixels, function
[all...]
/haiku/headers/private/storage/
H A DException.h94 status_t Error() const function in class:BPrivate::Storage::Exception
/haiku/src/servers/package/
H A DException.h22 BTransactionError Error() const function in class:Exception
/haiku/src/apps/softwareupdater/
H A DUpdateAction.cpp79 return ex.Error();
H A DCheckAction.cpp59 return ex.Error();

Completed in 198 milliseconds

123