Searched defs:failed (Results 1 - 22 of 22) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dgetproto.c58 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 Dtestbit.c46 #define ErrorReport(x) { printf((x)); failed = 1; }
52 PRIntn failed = 0; variable
118 if (failed)
H A Dlibfilename.c61 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 Dsockopt.c51 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 Dtpd.c60 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 Dipv6.c119 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 Dpriotest.c66 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 Dswitch.c69 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 Dcvar.c91 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 Dinstrumt.c97 PRBool failed = PR_FALSE; variable
238 failed = PR_TRUE;
240 ("Counter set/get failed"));
484 failed = PR_TRUE;
H A Dtmocon.c91 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 DUINetworkManagerIndicator.h68 /* 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 Dthread2.py10 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 Dglamor_program.h57 GLint failed; member in struct:_glamor_program
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/
H A Dswitch.cpp61 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 Dtpd.cpp84 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 Dglamor_program.h59 GLint failed; member in struct:_glamor_program
/vbox/src/VBox/Frontends/VirtualBox/src/settings/
H A DUISettingsPage.h147 /* Page 'failed' stuff: */
148 bool failed() const { return m_fFailed; } function in class:UISettingsPage
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsFileStream.h313 PRBool failed() const function in class:nsErrorProne
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdpsnd.c221 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 Dschematron.c1395 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 DHTMLparser.c88 "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...]

Completed in 144 milliseconds