/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | getproto.c | 58 PRBool failed = PR_FALSE; local 66 failed = PR_TRUE; 67 PL_FPrintError(prstderr, "PR_GetProtoByName failed"); 78 failed = PR_TRUE; 79 PL_FPrintError(prstderr, "PR_GetProtoByName failed"); 90 failed = PR_TRUE; 91 PL_FPrintError(prstderr, "PR_GetProtoByNumber failed"); 102 failed = PR_TRUE; 103 PL_FPrintError(prstderr, "PR_GetProtoByNumber failed"); 112 PR_fprintf(prstderr, (failed) [all...] |
H A D | testbit.c | 46 #define ErrorReport(x) { printf((x)); failed = 1; } 52 PRIntn failed = 0; variable 118 if (failed)
|
H A D | libfilename.c | 61 fprintf(stderr, "PR_GetLibraryFilePathname failed\n"); 72 fprintf(stderr, "PR_Open failed: %d\n", (int)PR_GetError()); 76 fprintf(stderr, "PR_Close failed: %d\n", (int)PR_GetError()); 88 PRBool failed = PR_FALSE; local 103 failed = PR_TRUE; 112 fprintf(stderr, "PR_LoadLibrary failed\n"); 119 failed = PR_TRUE; 123 if (failed) {
|
H A D | sockopt.c | 51 static PRBool failed = PR_FALSE; variable 58 failed = PR_TRUE; 69 failed |= PR_TRUE; 205 PR_fprintf(err, "%s\n", (failed) ? "FAILED" : "PASSED"); 207 printf("%s\n", (failed) ? "FAILED" : "PASSED"); 209 return (failed) ? 1 : 0;
|
H A D | tpd.c | 60 static PRBool failed = PR_FALSE; variable 67 failed = failed || (should && !did); 68 failed = failed || (!should && did); 97 else failed = PR_TRUE; 303 "%s\n",((PR_TRUE == failed) ? "FAILED" : "PASSED")); 306 fout, "%s\n",((PR_TRUE == failed) ? "FAILED" : "PASSED"));
|
H A D | ipv6.c | 119 PRBool failed = PR_FALSE, version = PR_FALSE; local 200 failed = PR_TRUE; 215 failed = PR_TRUE; 230 failed = PR_TRUE; 247 return (failed) ? 1 : 0;
|
H A D | priotest.c | 66 static PRBool failed = PR_FALSE; variable 123 failed = ((PR_TRUE == failed) || (PR_PRIORITY_URGENT != priority)) 127 PR_fprintf(debug_out, "PR_[S/G]etThreadPriority() failed\n"); 134 failed = ((PR_TRUE == failed) || (PR_PRIORITY_FIRST != priority)) 138 PR_fprintf(debug_out, "PR_SetThreadPriority(-1) failed\n"); 144 failed = ((PR_TRUE == failed) || (PR_PRIORITY_LAST != priority)) 148 PR_fprintf(debug_out, "PR_SetThreadPriority(+1) failed\ [all...] |
H A D | switch.c | 69 static PRBool debug_mode = PR_FALSE, verbosity = PR_FALSE, failed = PR_FALSE; variable 198 failed = PR_TRUE; 214 failed = PR_TRUE; 237 failed = PR_TRUE; 250 failed = PR_TRUE; 262 PR_fprintf(PR_STDOUT, ((failed) ? "FAILED\n" : "PASSED\n")); 263 return ((failed) ? 1 : 0);
|
H A D | cvar.c | 91 static PRBool failed = PR_FALSE; variable 273 if (0 == d) failed = PR_TRUE; 318 if (debug_mode) printf("%s\n", (failed) ? "FAILED" : "PASSED"); 320 if(failed)
|
H A D | instrumt.c | 97 PRBool failed = PR_FALSE; variable 238 failed = PR_TRUE; 240 ("Counter set/get failed")); 484 failed = PR_TRUE;
|
H A D | tmocon.c | 91 PRBool failed; member in struct:Shared 151 shared->failed = PR_TRUE; 153 PL_FPrintError(debug_out, "PR_CreateProcessDetached failed"); 220 shared->failed = PR_TRUE; 222 PL_FPrintError(debug_out, "PR_Send failed"); 232 shared->failed = PR_TRUE; 234 PL_FPrintError(debug_out, "PR_Send failed"); 243 else PL_FPrintError(debug_out, "shutdown failed"); 248 if (shared->debug > 1) PL_FPrintError(debug_out, "connect failed"); 263 shared->failed [all...] |
/vbox/src/VBox/Frontends/VirtualBox/src/net/ |
H A D | UINetworkManagerIndicator.h | 68 /* Set particular network-request progress to 'failed': */ 80 : bytesReceived(0), bytesTotal(0), failed(false) {} 82 : description(strDescription), bytesReceived(iBytesReceived), bytesTotal(iBytesTotal), failed(false) {} 86 bool failed; member in struct:UINetworkManagerIndicator::UINetworkRequestData
|
/vbox/src/libs/libxml2-2.6.31/python/tests/ |
H A D | thread2.py | 10 failed = 0 variable 30 global failed 33 failed = 1 43 assert "failed" 86 if failed:
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glamor_program.h | 57 GLint failed; member in struct:_glamor_program
|
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | switch.cpp | 61 static PRBool debug_mode = PR_FALSE, verbosity = PR_FALSE, failed = PR_FALSE; variable 214 failed = (PR_FAILURE == home.Wait()) ? PR_TRUE : PR_FALSE; 238 failed = PR_TRUE; 251 failed = PR_TRUE; 259 PR_fprintf(PR_STDOUT, ((failed) ? "FAILED\n" : "PASSED\n")); 261 failed |= (PR_SUCCESS == RCPrimordialThread::Cleanup()); 263 return ((failed) ? 1 : 0);
|
H A D | tpd.cpp | 84 static PRBool failed = PR_FALSE; variable 91 failed = failed || (should && !did); 92 failed = failed || (!should && did); 233 failed |= (PR_FAILURE == RCPrimordialThread::Cleanup()); 236 fout, "%s\n",((PR_TRUE == failed) ? "FAILED" : "PASSED")); 238 return (failed) ? 1 : 0; 273 else failed = PR_TRUE;
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | glamor_program.h | 59 GLint failed; member in struct:_glamor_program
|
/vbox/src/VBox/Frontends/VirtualBox/src/settings/ |
H A D | UISettingsPage.h | 147 /* Page 'failed' stuff: */ 148 bool failed() const { return m_fFailed; } function in class:UISettingsPage
|
/vbox/src/libs/xpcom18a4/xpcom/obsolete/ |
H A D | nsFileStream.h | 313 PRBool failed() const function in class:nsErrorProne
|
/vbox/src/VBox/RDP/client-1.8.3/ |
H A D | rdpsnd.c | 221 static RD_BOOL failed = False; local 223 if (!failed) 239 failed = True; 506 * we've failed to find a working device, or the server
|
/vbox/src/libs/libxml2-2.6.31/ |
H A D | schematron.c | 1395 snprintf(msg, 999, "%s line %ld: node failed assert\n", 1398 snprintf(msg, 999, "%s line %ld: node failed report\n", 1556 int failed; local 1558 failed = 0; 1563 failed = 1; 1570 failed = 1; 1573 failed = !ret->boolval; 1578 failed = 1; 1583 failed = 1; 1590 failed [all...] |
H A D | HTMLparser.c | 88 "Memory allocation failed : %s\n", extra); 92 NULL, NULL, 0, 0, "Memory allocation failed\n"); 2126 htmlErrMemory(NULL, "HTML document creation failed\n"); 2354 htmlErrMemory(ctxt, "buffer allocation failed\n"); 3031 htmlErrMemory(ctxt, "buffer allocation failed\n"); 3051 htmlErrMemory(ctxt, "growing buffer failed\n"); 3530 goto failed; 3545 goto failed; 3559 goto failed; 3581 failed 3976 int failed; local 4867 int failed; local [all...] |