Searched defs:success (Results 1 - 25 of 25) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Makefiles/
H A DNmakeSubdirs.bat19 if "%1"=="" goto success
31 :success label
/vbox/tools/bin/
H A Dretry.cmd30 if %ERRORLEVEL% == 0 goto success
41 :success label
/vbox/src/VBox/Main/src-client/
H A DClientTokenHolder.cpp272 BOOL success = ::ReleaseMutex(mutex); local
273 AssertMsg(success, ("cannot release token, err=%d\n", ::GetLastError()));
/vbox/src/VBox/Devices/PC/ipxe/src/tests/
H A Dtest.c44 * @v success Test succeeded
48 void test_ok ( int success, const char *file, unsigned int line ) { argument
57 if ( ! success ) {
/vbox/src/VBox/Frontends/VirtualBox/src/wizards/newvm/
H A DUIWizardNewVM.cpp220 bool success = false; local
257 success = true;
264 if (!success)
277 /* Ensure we don't try to delete a newly created virtual hard drive on success: */
/vbox/src/VBox/Main/src-server/freebsd/
H A DHostHardwareFreeBSD.cpp347 bool success = false; local
368 success = true;
373 *pfSuccess = success;
380 LogFlowFunc(("rc=%Rrc, success=%d\n", rc, success));
389 bool success = false; /* Have we succeeded in finding anything yet? */
398 && (!success || testing()))
402 if (RT_SUCCESS(rc) && halSuccess && (!success || testing()))
404 if (!success)
405 success
[all...]
/vbox/src/libs/xpcom18a4/xpcom/reflect/xptinfo/src/
H A DxptiManifest.cpp105 PRBool success = PR_fprintf(fd, "%d,%s,%s,%d,%d,%d\n", local
116 return success ? PL_DHASH_NEXT : PL_DHASH_STOP;
295 PRBool success = PR_FALSE; local
329 success = PR_TRUE;
335 if(!success)
676 // success!
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsCategoryManager.cpp353 PRBool success; member in struct:persistent_userstruct
370 args->success = PR_FALSE;
391 return args.success;
637 PRBool success; member in struct:writecat_struct
648 args->success = PR_FALSE;
667 if (!args.success) {
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dres_debug.c437 sym_ston(const struct res_sym *syms, const char *name, int *success) { argument
440 if (success)
441 *success = 1;
445 if (success)
446 *success = 0;
451 sym_ntos(const struct res_sym *syms, int number, int *success) { argument
456 if (success)
457 *success = 1;
463 if (success)
464 *success
469 sym_ntop(const struct res_sym *syms, int number, int *success) argument
[all...]
/vbox/src/VBox/Main/src-server/linux/
H A DHostHardwareLinux.cpp105 * @returns true on success, false if the name was not available (i.e. the
260 * @param pu8Type where to store the SCSI device type on success (optional)
261 * @param pchVendor where to store the vendor id string on success (optional)
263 * @param pchModel where to store the product id string on success (optional)
310 LogRelFlowFunc(("returning success: type=%u, vendor=%.8s, product=%.16s\n",
452 bool success = false; /* Have we succeeded in finding anything yet? */ local
458 if (RT_SUCCESS(rc) && (!success || testing()))
460 &success);
462 if (RT_SUCCESS(rc) && (!success | testing()))
463 rc = getDriveInfoFromSysfs(&mDVDList, true /* isDVD */, &success);
482 bool success = false; /* Have we succeeded in finding anything yet? */ local
530 bool success = false; local
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dschematron.c1357 * @success: boolean value for the result
1364 xmlSchematronTestPtr test, xmlNodePtr cur, int success) {
1380 if (((test->type == XML_SCHEMATRON_REPORT) & (!success)) ||
1381 ((test->type == XML_SCHEMATRON_ASSERT) & (success)))
1549 * Returns 1 in case of success, 0 if error and -1 in case of internal error
1612 * Returns 0 in case of success, -1 in case of internal error
1363 xmlSchematronReportSuccess(xmlSchematronValidCtxtPtr ctxt, xmlSchematronTestPtr test, xmlNodePtr cur, int success) argument
H A Drelaxng.c1048 * Return 1 in case of success and 0 if this is a duplicate and -1 on error
1086 * Return 1 in case of success and 0 if this is a duplicate and -1 on error
1411 * Returns 0 if success and -1 in case of error
1511 * Returns 0 in case of error, 1 in case of success.
2745 * Returns 0 in case of success and -1 in case of error.
2798 * Returns 0 in case of success and -1 in case of error.
3012 * Returns 0 if success and -1 in case of error
3217 * Returns 0 if success and -1 in case of error
3494 int success = 0; local
3530 success
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A DXIproto.h1055 CARD8 success; member in struct:__anon2562
H A Dlbxstr.h49 BOOL success; /* TRUE */ member in struct:__anon2725
/vbox/src/VBox/GuestHost/SharedClipboard/
H A Dx11-clipboard.cpp125 * @returns the format on success, NIL_CLIPX11FORMAT on failure
137 * @returns the format on success, NIL_CLIPX11FORMAT on failure
384 bool success = true; local
391 success = false;
396 success = false;
397 return success;
821 * this then, just fail silently and report success on every call.
1336 * @param pcbDest On success, where to store the number of bytes written.
1383 * @param pcbDest On success, where to store the number of bytes written.
1416 * @param pcbDest On success, wher
[all...]
/vbox/src/VBox/Additions/x11/x11include/inputproto-1.9.99.902/X11/extensions/
H A DXIproto.h1063 CARD8 success; member in struct:__anon3533
/vbox/src/libs/xpcom18a4/xpcom/io/
H A DnsLocalFileOSX.cpp422 Boolean success; local
423 success = ::CFURLGetFileSystemRepresentation(mBaseRef, true, path, PATH_MAX);
424 if (!success)
474 Boolean success; local
479 while ((success = ::CFURLGetFSRef(pathURLRef, &pathFSRef)) == false) {
504 if (!success)
2176 // CFURLGetFSRef only returns a Boolean for success,
/vbox/src/VBox/Additions/x11/x11include/xextproto-7.1.1/X11/extensions/
H A Dlbxproto.h96 BOOL success; /* TRUE */ member in struct:__anon3904
/vbox/src/VBox/Additions/x11/x11include/xproto-7.0.18/X11/
H A DXproto.h276 CARD8 success; member in struct:__anon9676
858 CARD8 success;
856 CARD8 success; member in struct:__anon9719
/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp2859 /// @todo NEWMEDIA rename the file and set m->location on success, then save
4365 * success, otherwise the existing progress object is used. If @a aProgress is
4429 * success in Machine::fixupHardDisks()), so that the size of
4519 * After this returns with success, uninit() has been called on the medium, and
4606 * progress object will be created and assigned to @a *aProgress on success,
5357 * progress object will be created and assigned to @a *aProgress on success,
5994 bool success = false; local
6080 success = true;
6351 success = true;
6363 success
[all...]
/vbox/src/VBox/Additions/x11/x11include/4.3/include/X11/
H A DXproto.h280 CARD8 success; member in struct:__anon2120
862 CARD8 success;
860 CARD8 success; member in struct:__anon2163
/vbox/src/VBox/Additions/x11/x11include/glproto-1.4.10/GL/
H A Dglxproto.h865 CARD8 success; member in struct:__anon3363
1213 CARD32 success B32; /* NOTE: may hold a single value */
/vbox/include/iprt/
H A Derr.h100 * Test for success.
102 bool success() const function in class:RTErrStrictType
139 * Check for success. We expect success in normal cases, that is the code path depending on
142 * @returns true if rc indicates success.
150 * Check for success. Don't predict the result.
152 * @returns true if rc indicates success.
158 # define RT_SUCCESS_NP(rc) ( RTErrStrictType(rc).success() )
168 * @returns false if rc indicates success.
178 * @returns false if rc indicates success
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h695 int success; member in struct:get_new_process_info_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h611 int success; member in struct:get_new_process_info_reply

Completed in 289 milliseconds