// constructor Test::Test() { Test1(); Test2(); Test3(); Test4(); Test5(); Test6(); Test7(); Test8(); Test9(); Test10(); Test11(); }
int main(int argc, char* argv[]) { Test1(); Test2(); Test3(); Test4(); Test5(); Test6(); Test7(); Test8(); Test9(); Test10(); return 0; }
int _tmain(int argc, _TCHAR* argv[]) { Test1(); Test2(); Test3(); Test4(); Test5(); Test6(); Test7(); Test8(); Test9(); Test10(); Test11(); return 0; }
int main(int argc, char *argv[]) { Print = false; offDump(); offNode(); if (true) Test1(); if (true) Test2(); if (true) Test3(); if (true) Test4(); if (true) Test5(); if (true) Test6(); if (true) Test7(); if (true) Test8(); if (true) Test9(); if (true) Test10(); if (true) Test11(); if (true) Test12(); if (true) Test13(); if (true) Test14(); if (true) Test15(); return 0; }
GLDEF_C void TestTDes<T,S,L,R>::test_TBuf() // // Test the TBuf class special member functions // { test.Start(_L("TBuf default view, no params")); Test7(); test.Next(_L("TBuf view with a length")); Test8(); test.Next(_L("TBuf view over a string")); Test9(); test.Next(_L("TBuf view over a descriptor")); Test10(); test.Next(_L("TBuf view over a buffer")); Test11(); test.Next(_L("String assignment")); TestD(); test.Next(_L("Descriptor assignment")); TestE(); test.Next(_L("Buffer assignment")); TestF(); }
bool TestDataStructuresChild::RecvStart() { puts("[TestDataStructuresChild] starting"); Test1(); Test2(); Test3(); Test4(); Test5(); Test6(); Test7_0(); Test7(); Test8(); Test9(); Test10(); Test11(); Test12(); Test13(); Test14(); Test15(); Test16(); Test17(); if (OtherProcess() != 0) { //FIXME/bug 703317 allocation of nsIntRegion uses a global //region pool which breaks threads Test18(); } for (uint32_t i = 0; i < nactors; ++i) if (!PTestDataStructuresSubChild::Send__delete__(mKids[i])) fail("can't send dtor"); Close(); return true; }