Searched defs:should (Results 1 - 2 of 2) sorted by relevance
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/ |
H A D | tpd.c | 61 static PRBool should = PR_TRUE; variable 67 failed = failed || (should && !did); 68 failed = failed || (!should && did); 73 "@ line %d destructor should%s have been called and was%s\n", 74 line, ((should) ? "" : " NOT"), ((did) ? "" : " NOT")); 77 fout, "@ line %d destructor should%s have been called and was%s\n", 78 line, ((should) ? "" : " NOT"), ((did) ? "" : " NOT")); 96 if (should) did = PR_TRUE; 115 did = should = PR_FALSE; 123 did = should [all...] |
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/tests/ |
H A D | tpd.cpp | 85 static PRBool should = PR_TRUE; variable 91 failed = failed || (should && !did); 92 failed = failed || (!should && did); 96 fout, "@ line %d destructor should %shave been called and was%s\n", 97 line, ((should) ? "" : "NOT "), ((did) ? "" : " NOT")); 141 did = should = PR_FALSE; 150 /* the first four should be bu null, the last four undefined and null */ 151 did = should = PR_FALSE; 160 did = should = PR_FALSE; 169 did = PR_FALSE; should [all...] |
Completed in 34 milliseconds