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

123

/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/headers/os/net/
H A DNetEndpoint.h53 int Error() const;
/haiku/headers/private/package/manager/
H A DExceptions.h49 status_t Error() const function in class:BPackageKit::BManager::BPrivate::BFatalErrorException
/haiku/headers/private/storage/
H A DException.h94 status_t Error() const function in class:BPrivate::Storage::Exception
/haiku/headers/private/userlandfs/private/
H A DRequestAllocator.h28 status_t Error() const;
/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/kernel/file_systems/nfs4/
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 DRPCCall.cpp52 if (call->fStream.Error() != B_OK) {
H A DRPCCallbackRequest.h28 inline status_t Error();
69 CallbackRequest::Error() function in class:RPC::CallbackRequest
H A DRPCCallbackServer.cpp314 } else if (request->Error() != B_OK) {
H A DRPCReply.h24 inline status_t Error();
44 Reply::Error() function in class:RPC::Reply
H A DXDR.h88 inline status_t Error() const;
156 WriteStream::Error() const function in class:XDR::WriteStream
/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/add-ons/translators/jpeg/
H A DJPEGTranslator.h124 status_t Error(j_common_ptr cinfo, status_t error = B_ERROR);
/haiku/src/add-ons/translators/jpeg2000/
H A DJPEG2000Translator.h162 status_t Error(jas_stream_t* stream, jas_image_t* image, jas_matrix_t** pixels,
/haiku/src/bin/
H A Dfindpaths.cpp246 fprintf(stderr, "Error: Unsupported directory constant \"%s\".\n",
266 fprintf(stderr, "Error: Failed to find path: %s\n",
275 if (exception.Error() == B_OK) {
276 fprintf(stderr, "Error: %s\n", exception.Message().String());
278 fprintf(stderr, "Error: %s: %s\n", exception.Message().String(),
279 strerror(exception.Error()));
288 fprintf(stderr, "Error: Failed to find paths: %s\n",
302 fprintf(stderr, "Error: Out of memory!\n");
/haiku/src/bin/pkgman/
H A Dpkgman.cpp99 if (exception.Error() == B_OK) {
103 strerror(exception.Error()));
/haiku/src/kits/debug/
H A DSymbolLookup.h41 status_t Error() const { return fError; } function in class:BPrivate::Debug::Exception
/haiku/src/kits/package/
H A DPackageInfoStringBuilder.h27 status_t Error() const function in struct:BPackageKit::BPackageInfo::StringBuilder
131 // an Internal Compiler Error with gcc 2.
/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/servers/package/
H A DException.h22 BTransactionError Error() const function in class:Exception
H A DRoot.cpp466 if (exception.Error() == B_OK) {
470 exception.Message().String(), strerror(exception.Error())));
/haiku/src/tests/add-ons/print/ppd/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 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

Completed in 99 milliseconds

123