| /vbox/src/VBox/ValidationKit/tests/api/ |
| H A D | tdPython1.py | 91 reporter.error('waitForEvents() returned "%s" when called on a worker thread, expected exception.' % (rc2,)); 110 reporter.error('waitForEvents returns non-integer type'); 115 reporter.error('waitForEvents returns "%s", expected 0 or 1' % (rc,)); 119 reporter.error('waitForEvents returns 0 (success) %u times. ' 148 reporter.error('interruptWaitEvents returned "%s" when called from other thread, expected True' % (rc2,)); 165 reporter.error('interruptWaitEvents returned "%s" expected True' % (rc,)); 207 reporter.error('waitForEvents returns non-integer type after %u ms, expected 1' % (msElapsed,)); 209 reporter.error('waitForEvents returned "%s" after %u ms, expected 1' % (rc, msElapsed)); 211 reporter.error('waitForEvents after %u ms, expected just above 2-3 seconds' % (msElapsed,)); 213 reporter.error('waitForEvent [all...] |
| /vbox/src/VBox/Additions/solaris/SharedFolders/ |
| H A D | vboxfs_vnode.c | 191 int error; local 196 error = sfprov_open(node->sf_sffs->sf_handle, node->sf_path, &fp, flag); 197 if (error == 0) 430 int error; local 432 error = sfprov_get_attr(node->sf_sffs->sf_handle, node->sf_path, 434 if (error == ENOENT) 436 if (error == 0) 439 return (error); 542 * already existed, an error is returned. 559 int error local 662 int error; local 720 int error = 0; local 875 int error = 0; local 918 int error; local 960 int error; local 989 int error = 0; local 1053 int error = 0; local 1163 int error; local 1188 int error; local 1245 int error; local 1350 int error; local 1408 int error; local 1523 int error = 0; local 1606 int error = 0; local 1760 int error = 0; local 1883 int error = 0; local 1930 int error = 0; local 1994 int error; local 2059 int error; local 2114 int error; local 2212 int error = 0; local [all...] |
| /vbox/src/VBox/Devices/Network/slirp/libalias/ |
| H A D | alias_dummy.c | 118 int error; local 122 error = 0; 126 error = 0; 130 error = EINVAL; 132 return (error);
|
| /vbox/src/VBox/NetworkServices/NAT/ |
| H A D | proxy.c | 136 const int error = (int)(intptr_t)pvValue; local 151 msg = strerror_r(error, buf, sizeof(buf)); 154 int status = strerror_r(error, buf, sizeof(buf)); 172 const int error = (int)(intptr_t)pvValue; local 183 * XXX: Windows strerror() doesn't handle posix error codes, but 185 * If you see a strange error message, it's probably from 186 * FormatMessage() for an error from <WinError.h> that has the 189 if (error < _sys_nerr) { 193 status = strerror_s(buf, sizeof(buf), error); 195 if (strcmp(buf, "Unknown error") 256 err_t error; local 598 int error = 0; local 678 proxy_lwip_strerr(err_t error) argument [all...] |
| /vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Uefi/ |
| H A D | select.c | 158 int error, forever, nselected; local 220 error = selscan(ibits, obits, nd, &nselected); 221 if (error || nselected) 238 if (error == ERESTART) 239 error = EINTR; 240 else if (error == EWOULDBLOCK) 241 error = 0; 244 if (error == 0) { 250 errno = error;
|
| /vbox/src/VBox/Additions/linux/lightdm-greeter/liblightdm-gobject-1.5.0/ |
| H A D | session.c | 112 GError *error = NULL; local 114 directory = g_dir_open (sessions_dir, 0, &error); 115 if (error) 116 g_warning ("Failed to open sessions directory: %s", error->message); 117 g_clear_error (&error); 138 result = g_key_file_load_from_file (key_file, path, G_KEY_FILE_NONE, &error); 139 if (error) 140 g_warning ("Failed to load session file %s: %s:", path, error->message); 141 g_clear_error (&error); 177 GError *error local [all...] |
| /vbox/src/VBox/Additions/WINNT/Graphics/Wine/libWine/ |
| H A D | loader.c | 283 static void *dlopen_dll( const char *name, char *error, int errorsize, argument 293 if (!test_only && (ret = wine_dlopen( path, RTLD_NOW, error, errorsize ))) break; 294 if ((*exists = file_exists( path ))) break; /* exists but cannot be loaded, return the error */ 562 void *wine_dll_load( const char *filename, char *error, int errorsize, int *file_exists ) argument 583 return dlopen_dll( filename, error, errorsize, 0, file_exists ); 604 void *wine_dll_load_main_exe( const char *name, char *error, int errorsize, argument 607 return dlopen_dll( name, error, errorsize, test_only, file_exists ); 627 * Return 0 if OK, -1 on error. 691 void wine_init( int argc, char *argv[], char *error, int error_size ) argument 715 if ((ntdll = wine_dlopen( path, RTLD_NOW, error, error_siz 747 wine_dlopen( const char *filename, int flag, char *error, size_t errorsize ) argument 812 wine_dlsym( void *handle, const char *symbol, char *error, size_t errorsize ) argument 848 wine_dlclose( void *handle, char *error, size_t errorsize ) argument [all...] |
| /vbox/src/libs/xpcom18a4/xpcom/base/ |
| H A D | nsErrorService.cpp | 132 nsErrorService::RegisterErrorStringBundleKey(nsresult error, const char *stringBundleKey) argument 134 return mErrorStringBundleKeyMap.Put(error, stringBundleKey); 138 nsErrorService::UnregisterErrorStringBundleKey(nsresult error) argument 140 return mErrorStringBundleKeyMap.Remove(error); 144 nsErrorService::GetErrorStringBundleKey(nsresult error, char **result) argument 146 char* value = mErrorStringBundleKeyMap.Get(error);
|
| /vbox/src/recompiler/tests/ |
| H A D | linux-test.c | 76 #define error(fmt, ...) error1(__FILE__, __LINE__, fmt, ## __VA_ARGS__) macro 104 error("getcwd"); 117 error("write"); 124 error("writev"); 133 error("read"); 135 error("memcmp"); 140 error("lseek"); 147 error("readv"); 149 error("memcmp"); 165 error("sta [all...] |
| /vbox/include/iprt/nocrt/ |
| H A D | limits.h | 64 # error "PORTME" 79 # error "huh?"
|
| /vbox/src/VBox/Runtime/r3/win/ |
| H A D | vcc100-kernel32-fakesA.asm | 6 %error "This is x86 only code.
|
| /vbox/src/recompiler/Sun/crt/ |
| H A D | stdio.h | 33 # error "LOG_USE_C99 isn't defined." 67 # error "DEBUG_TMP_LOGGING doesn't work with the Sun/crt/stdio.h wrapper."
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
| H A D | xorgVersion.h | 33 #error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
| H A D | xorgVersion.h | 33 #error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.3.0.0/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.4.2/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.5.3/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.6.5/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.7.7/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.8.0/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.9.0/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.1.0/ |
| H A D | xorgVersion.h | 34 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.10.0/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.11.0/ |
| H A D | xorgVersion.h | 33 # error
|
| /vbox/src/VBox/Additions/x11/x11include/xorg-server-1.12.0/ |
| H A D | xorgVersion.h | 33 # error
|