/vbox/src/libs/xpcom18a4/nsprpub/config/ |
H A D | prdepend.h | 44 #error "Do not include this header file."
|
/vbox/src/libs/xpcom18a4/ |
H A D | dependentLibs.h | 0 #error "This is linux specific and it works elsewhere, so it cannot be required, can it? VBoxXPCOMIPCC was the only one which used this file."
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/pragma/ |
H A D | err.D_PRAGERR.d | 37 #pragma D error "this is an error message"
|
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Stdio/ |
H A D | floatio.h | 54 #error "floating point buffers too small"
|
H A D | fgetws.c | 72 goto error; 79 goto error; 82 /* EOF/error, no characters read yet. */ 83 goto error; 98 error:
|
/vbox/src/VBox/Devices/Network/lwip-new/src/core/ |
H A D | init.c | 68 #error "BYTE_ORDER is not defined, you have to define it in your cc.h" 71 #error "If you want to use broadcast filter per pcb on recv operations, you have to define IP_SOF_BROADCAST=1 in your lwipopts.h" 74 #error "If you want to use UDP Lite, you have to define LWIP_UDP=1 in your lwipopts.h" 77 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h" 80 #error "If you want to use DHCP, you have to define LWIP_UDP=1 in your lwipopts.h" 83 #error "If you want to use IGMP, you have to define LWIP_UDP=1 in your lwipopts.h" 86 #error "If you want to use SNMP, you have to define LWIP_UDP=1 in your lwipopts.h" 89 #error "If you want to use DNS, you have to define LWIP_UDP=1 in your lwipopts.h" 93 #error "If you want to use ARP Queueing, you have to define MEMP_NUM_ARP_QUEUE>=1 in your lwipopts.h" 96 #error "I [all...] |
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/common/ctf/ |
H A D | ctf_error.c | 63 "Syntax error in type name", /* ECTF_SYNTAX */ 83 ctf_errmsg(int error) argument 87 if (error >= ECTF_BASE && (error - ECTF_BASE) < _ctf_nerr) 88 str = _ctf_errlist[error - ECTF_BASE]; 90 str = ctf_strerror(error); 92 return (str ? str : "Unknown error");
|
/vbox/src/VBox/Devices/PC/ipxe/src/arch/i386/include/ |
H A D | kir.h | 5 #error "kir.h can be used only with -DKEEP_IT_REAL"
|
/vbox/src/VBox/Devices/PC/BIOS/ |
H A D | pci32.c | 19 #error This file must be compiled as 32-bit!
|
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/ |
H A D | state_error.c | 15 void crStateError( int line, const char *file, GLenum error, const char *format, ... ) argument 21 CRASSERT(error != GL_NO_ERROR); 23 if (g->error == GL_NO_ERROR) 24 g->error = error; 35 switch (error) { 65 crWarning( "OpenGL error in %s, line %d: %s: %s\n", 74 GLenum e = g->error; 83 g->error = GL_NO_ERROR;
|
/vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
H A D | power.c | 22 upower_call_function (const gchar *function, gboolean default_result, GError **error) argument 36 error); 47 error); 73 * @error: return location for a #GError, or %NULL 80 lightdm_suspend (GError **error) argument 82 return upower_call_function ("Suspend", TRUE, error); 100 * @error: return location for a #GError, or %NULL 107 lightdm_hibernate (GError **error) argument 109 return upower_call_function ("Hibernate", TRUE, error); 113 ck_call_function (const gchar *function, gboolean default_result, GError **error) argument 172 lightdm_restart(GError **error) argument 199 lightdm_shutdown(GError **error) argument [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/lib/libc/src/ |
H A D | plerror.c | 41 ** error numbers and print them to "syserr". 118 "<unused error code>", 130 PRErrorCode error = PR_GetError(); local 136 if ((error < PR_NSPR_ERROR_BASE) || (error >= lastError)) 138 fd, " (%d)OUT OF RANGE, oserror = %d\n", error, oserror); 142 tags[error - PR_NSPR_ERROR_BASE], error, oserror);
|
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_glext.h | 31 # error "patched glext is required for OSX!"
|
/vbox/src/VBox/NetworkServices/NAT/ |
H A D | VBoxNetNATHardened.cpp | 21 # error "Please define SERVICE_NAME"
|
/vbox/src/libs/xpcom18a4/xpcom/glue/ |
H A D | nsIWeakReferenceUtils.h | 70 nsQueryReferent( nsIWeakReference* aWeakPtr, nsresult* error ) 72 mErrorPtr(error) 86 do_QueryReferent( nsIWeakReference* aRawPtr, nsresult* error = 0 ) 88 return nsQueryReferent(aRawPtr, error); 96 nsGetWeakReference( nsISupports* aRawPtr, nsresult* error ) 98 mErrorPtr(error) 119 do_GetWeakReference( nsISupports* aRawPtr, nsresult* error = 0 ) 121 return nsGetWeakReference(aRawPtr, error); 126 do_GetWeakReference( nsIWeakReference* aRawPtr, nsresult* error = 0 ) 130 // is very likely to be a programmer error [all...] |
H A D | nsIInterfaceRequestorUtils.h | 61 nsGetInterface( nsISupports* aSource, nsresult* error ) 63 mErrorPtr(error) 77 do_GetInterface( nsISupports* aSource, nsresult* error = 0 ) 79 return nsGetInterface(aSource, error);
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | packer.h | 22 extern void __PackError( int line, const char *file, GLenum error, const char *info ); 24 # define __PackError( line, file, error, info) do { AssertReleaseFailed(); } while (0)
|
H A D | pack_error.c | 15 * Set the error handler callback 25 * OpenGL error. 27 void __PackError( int line, const char *file, GLenum error, const char *info) argument 32 pc->Error( line, file, error, info ); 38 switch (error) { 68 crWarning( "GL error in packer: %s, line %d: %s: %s",
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/ |
H A D | rcbase.cpp | 49 void RCBase::SetError(PRErrorCode error, PRInt32 oserror) argument 50 { PR_SetError(error, oserror); }
|
/vbox/src/VBox/Additions/linux/sharedfolders/ |
H A D | lnkops.c | 28 int error = -ENOMEM; local 34 error = 0; 40 error = -EPROTO; 43 nd_set_link(nd, error ? ERR_PTR(error) : path);
|
/vbox/src/libs/xpcom18a4/xpcom/io/ |
H A D | macDirectoryCopy.c | 56 #define CallCopyErrProc(userRoutine, error, failedOperation, srcVRefNum, srcDirID, srcName, dstVRefNum, dstDirID, dstName) \ 57 (*(userRoutine))((error), (failedOperation), (srcVRefNum), (srcDirID), (srcName), (dstVRefNum), (dstDirID), (dstName)) 105 CopyErrProcPtr errorHandler; /* pointer to error handling function */ 107 OSErr error; /* temporary holder of results - saves 2 bytes of stack each level */ member in struct:EnumerateGlobals 108 Boolean bailout; /* set to true to by error handling function if fatal error */ 190 theGlobals->result = noErr; /* clear error return on way back */ 251 OSErr error; local 255 error = XGetVolumeInfoNoName(NULL, dstVRefNum, &pb); 256 if ( error 570 OSErr error; local [all...] |
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Locale/ |
H A D | wcsftime.c | 73 goto error; 75 goto error; 87 goto error; 91 goto error; 93 goto error; 97 goto error; 103 error:
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | tstmem.py | 6 def error(msg, data): function 18 libxml2mod.xmlSetValidErrors(ctxt._o, error, error) 22 print "error doing DTD validation"
|
/vbox/include/iprt/nocrt/compiler/ |
H A D | compiler.h | 34 # error "Unsupported compiler."
|
/vbox/include/iprt/nocrt/ |
H A D | fenv.h | 35 # error "IPRT: no fenv.h available for this platform, or the platform define is missing!"
|