/vbox/src/libs/libxml2-2.6.31/ |
H A D | testThreads.c | 41 static const char *Failed = "Failed"; variable 91 return((void *) Failed);
|
H A D | testThreadsWin32.c | 31 const char *Failed = "Failed"; variable 81 return ((DWORD) Failed);
|
H A D | runtest.c | 1664 fprintf(stderr, "Failed to write to %s\n", temp); 1685 fprintf(stderr, "Failed to parse %s\n", filename); 1814 fprintf(stderr, "Failed to load %s\n", filename); 1857 fprintf(stderr, "Failed to parse %s\n", filename); 1911 fprintf(stderr, "Failed to load %s\n", filename); 2210 fprintf(stderr, "Failed to parse %s\n", filename); 2242 fprintf(stderr, "Failed to load %s\n", filename); 2408 fprintf(stderr, "Failed to load %s\n", filename); 2456 fprintf(stderr, "Failed to load %s\n", filename); 2502 fprintf(stderr, "Failed t 3852 static const char *Failed = "Failed"; variable [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | sockopt.c | 54 static void Failed(const char *msg1, const char *msg2) function 59 } /* Failed */ 65 static void Failed(const char *msg1, const char *msg2) function 70 } /* Failed */ 117 if (NULL == udp) Failed("PR_NewUDPSocket()", NULL); 118 else if (NULL == tcp) Failed("PR_NewTCPSocket()", NULL); 126 if (PR_FAILURE == rv) Failed("PR_InitializeNetAddr()", NULL); 128 if (PR_FAILURE == rv) Failed("PR_Bind()", NULL); 194 Failed("PR_SetSocketOption()", tag[option]); 199 if (PR_FAILURE == rv) Failed("PR_GetSocketOptio [all...] |
/vbox/src/VBox/Main/include/ |
H A D | AutoCaller.h | 267 * @a aResult argument of the AutoInitSpan constructor (Result::Failed by 270 * #setLimited() or to Result::Failed using #setFailed(). Please don't 303 enum Result { Failed = 0x0, Succeeded = 0x1, Limited = 0x2 }; enumerator in enum:AutoInitSpan::Result 305 AutoInitSpan(VirtualBoxBase *aObj, Result aResult = Failed); 335 void setFailed() { mResult = Failed; }
|
/vbox/src/libs/xpcom18a4/xpcom/tests/ |
H A D | nsIFileTest.cpp | 19 void Failed(const char* explanation = nsnull); 27 Failed("rv failed"); 48 void Failed(const char* explanation) function 167 Failed("Did not create file system object!"); 216 Failed("Did not create file system object!"); 300 Failed("Did not create delete system object!"); 340 printf("MoveToNative() test Failed.\n"); 412 printf("ERROR: Normalize() test Failed!\n");
|
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/CapsulePei/Common/ |
H A D | CapsuleCoalesce.c | 183 BOOLEAN Failed; local 198 Failed = FALSE; 216 Failed = TRUE; 221 while ((CurrDesc->Length != 0) && (!Failed)) { 226 Failed = TRUE; 238 if (!Failed) {
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileSpec.h | 406 PRBool Failed() const { return (PRBool)NS_FAILED(Error()); } function in class:nsFileSpec
|
H A D | nsFileSpecImpl.cpp | 129 if (mFileSpec.Failed()) 151 if (mFileSpec.Failed()) 173 if (mFileSpec.Failed()) 199 if (mFileSpec.Failed()) 241 if (mFileSpec.Failed()) 267 NS_IMETHODIMP nsFileSpecImpl::Failed(PRBool *_retval) function in class:nsFileSpecImpl 270 *_retval = mFileSpec.Failed();
|
/vbox/src/VBox/Devices/VMMDev/ |
H A D | VMMDevState.h | 340 } String, Init, SubNew, Failed; member in union:VMMDevState::__anon15974
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/ |
H A D | nsFileSpecImpl.cpp | 128 if (mFileSpec.Failed()) 150 if (mFileSpec.Failed()) 172 if (mFileSpec.Failed()) 198 if (mFileSpec.Failed()) 219 if (mFileSpec.Failed()) 245 NS_IMETHODIMP nsFileSpecImpl::Failed(PRBool *_retval) function in class:nsFileSpecImpl 248 *_retval = mFileSpec.Failed();
|
/vbox/src/VBox/Devices/EFI/Firmware/IntelFrameworkPkg/Include/Protocol/ |
H A D | LegacyBios.h | 572 UINT16 Failed : 1; ///< 0 = Not known if boot failure occurred. member in struct:__anon10747 1258 @retval EFI_DEVICE_ERROR Failed to boot from any boot device and memory is uncorrupted. Note: This function normally does not returns. It will either boot the OS or reset the system if memory has been "corrupted" by loading a boot sector and passing control to it.
|