Searched refs:STRACE (Results 1 - 25 of 30) sorted by relevance

12

/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp29 # define STRACE(x) printf x macro
31 # define STRACE(x) ; macro
70 STRACE(("ServerApp %s:\n", fSignature.String()));
71 STRACE(("\tBApp port: %ld\n", fClientAppPort));
72 STRACE(("\tReceiver port: %ld\n", fMessagePort));
79 STRACE(("*ServerApp %s:~ServerApp()\n",fSignature.String()));
90 STRACE(("#ServerApp %s:~ServerApp()\n", fSignature.String()));
101 STRACE(("ServerApp %s::~ServerApp(): Exiting\n", fSignature.String()));
208 STRACE(("info: ServerApp::MonitorApp listening on port %ld.\n", app->fMessagePort));
211 STRACE(("ServerAp
[all...]
H A DAppServer.cpp54 # define STRACE(x) printf x macro
56 # define STRACE(x) ; macro
179 STRACE(("info: AppServer::MainLoop listening on port %ld.\n", fMessagePort));
184 STRACE(("MainLoop:pmsg.GetNextMessage() failed\n"));
197 STRACE(("Server::MainLoop received unexpected code %ld\n",
/haiku/src/servers/index/
H A DCatchUpManager.h18 # define STRACE(x...) printf(x) macro
20 # define STRACE(x...) ; macro
H A DIndexServer.h26 # define STRACE(x...) printf(x) macro
28 # define STRACE(x...) ; macro
H A DCatchUpManager.cpp76 STRACE("_CatchUp start %i, end %i\n", (int)fStart, (int)fEnd);
78 STRACE("- Analyser %s\n", fFileAnalyserList.ItemAt(i)->Name().String());
205 STRACE("CatchUpManager::CatchUp()\n");
212 STRACE("%s, %i, %i\n", analyser->Name().String(),
H A DIndexServer.cpp147 STRACE("IndexServer::AddVolume %s\n", name);
184 STRACE("RegisterAddOn %s\n", ref.name);
267 STRACE("_StopWatchingVolumes\n");
/haiku/src/add-ons/index_server/fulltext/
H A DCLuceneDataBase.cpp20 # define STRACE(x...) printf("FT: " x) macro
22 # define STRACE(x...) ; macro
105 STRACE("Commit\n");
150 STRACE("CLuceneError: _OpenIndexWriter %s\n", error.what());
177 STRACE("CLuceneError: _OpenIndexReader %s\n", error.what());
234 STRACE("CLuceneError: deleteDocuments %s\n", error.what());
249 STRACE("Can't open inFile %s\n", path.Path());
255 STRACE("Can't open outFile %s\n", fTempPath.Path());
284 STRACE("document added, retries: %i\n", i);
287 STRACE("CLuceneErro
[all...]
H A DFullTextAnalyser.cpp24 # define STRACE(x...) printf("FullTextAnalyser: " x) macro
26 # define STRACE(x...) ; macro
72 //STRACE("FullTextAnalyser AnalyseEntry: %s %s\n", ref.name, path.Path());
86 STRACE("FullTextAnalyser DeleteEntry: %s\n", ref.name);
96 STRACE("FullTextAnalyser MoveEntry: %s to %s\n", oldRef.name, newRef.name);
/haiku/src/servers/app/
H A DTestServerLoopAdapter.cpp25 # define STRACE(x) printf x macro
27 # define STRACE(x) ; macro
107 STRACE(("Server::MainLoop received unexpected code %" B_PRId32 " "
H A DAppServer.cpp32 # define STRACE(x) printf x macro
34 # define STRACE(x) ; macro
142 STRACE(("AppServer received unexpected code %" B_PRId32 "\n",
H A DServerApp.cpp74 # define STRACE(x) debug_printf x macro
76 # define STRACE(x) ; macro
150 STRACE(("ServerApp %s:\n", Signature()));
151 STRACE(("\tBApp port: %" B_PRId32 "\n", fClientReplyPort));
152 STRACE(("\tReceiver port: %" B_PRId32 "\n", fMessagePort));
158 STRACE(("*ServerApp %s:~ServerApp()\n", Signature()));
215 STRACE(("ServerApp %s::~ServerApp(): Exiting\n", Signature()));
697 STRACE(("ServerApp %s: Set ControlLook\n", Signature()));
713 STRACE(("ServerApp %s: Get ControlLook\n", Signature()));
730 STRACE(("ServerAp
[all...]
/haiku/src/kits/app/
H A DLinkSender.cpp26 # define STRACE(x) printf x macro
28 # define STRACE(x) ; macro
98 STRACE(("info: LinkSender buffered header %ld (%lx) [%lu %lu %lu].\n",
118 STRACE(("info: LinkSender EndMessage() of size %ld.\n", header->size));
305 STRACE(("info: LinkSender Flush() waiting to send messages of %ld bytes on port %ld.\n",
321 STRACE(("error info: LinkSender Flush() failed for %ld bytes (%s) on port %ld.\n",
326 STRACE(("info: LinkSender Flush() messages total of %ld bytes on port %ld.\n",
H A DLinkReceiver.cpp36 # define STRACE(x) printf x macro
38 # define STRACE(x) ; macro
81 STRACE(("info: LinkReceiver GetNextReply() reports %ld bytes remaining in buffer.\n", remaining));
100 STRACE(("error info: LinkReceiver remaining %ld bytes is less than header size.\n", remaining));
107 STRACE(("error info: LinkReceiver message size of %ld bytes smaller than header size.\n", fReplySize));
115 STRACE(("info: LinkReceiver got header %ld [%ld %ld %ld] from port %ld.\n",
178 STRACE(("info: LinkReceiver getting port_buffer_size().\n"));
187 STRACE(("info: LinkReceiver got port_buffer_size() = %ld.\n", bufferSize));
202 STRACE(("info: LinkReceiver setting receive buffersize to %ld.\n", bufferSize));
230 STRACE(("inf
[all...]
/haiku/src/libs/linprog/
H A DVariable.cpp20 # define STRACE(x) debug_printf x macro
22 # define STRACE(x) ; macro
279 STRACE(("Variable::Invalidate() on %s\n", BString(*this).String()));
H A DConstraint.cpp22 # define STRACE(x) debug_printf x macro
24 # define STRACE(x) ; macro
70 STRACE(("Constraint not part of fLS->Constraints()."));
322 STRACE(("Constraint::Invalidate() on %d\n", this));
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.cpp24 # define STRACE(x) debug_printf x macro
26 # define STRACE(x) ; macro
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp32 # define STRACE(x) printf x macro
34 # define STRACE(x) ; macro
69 STRACE(("WinDecorator:\n"));
70 STRACE(("\tFrame (%.1f,%.1f,%.1f,%.1f)\n",
77 STRACE(("~WinDecorator()\n"));
90 STRACE(("WinDecorator::Draw(BRect updateRect): "));
106 STRACE(("WinDecorator: Draw()"));
192 STRACE(("WinDecorator()::_DoLayout()\n"));
481 STRACE(("_DrawClose(%f, %f, %f, %f)\n", rect.left, rect.top, rect.right,
/haiku/src/servers/app/decorator/
H A DTabDecorator.cpp46 # define STRACE(x) printf x macro
48 # define STRACE(x) ; macro
74 STRACE(("TabDecorator:\n"));
75 STRACE(("\tFrame (%.1f,%.1f,%.1f,%.1f)\n",
85 STRACE(("TabDecorator: ~TabDecorator()\n"));
101 STRACE(("TabDecorator::Draw(BRect "
120 STRACE(("TabDecorator: Draw()"));
232 STRACE(("TabDecorator: Do Layout\n"));
569 STRACE(("TabDecorator: Move By (%.1f, %.1f)\n", offset.x, offset.y));
595 STRACE(("TabDecorato
[all...]
H A DDefaultDecorator.cpp49 # define STRACE(x) printf x macro
51 # define STRACE(x) ; macro
82 STRACE(("DefaultDecorator:\n"));
83 STRACE(("\tFrame (%.1f,%.1f,%.1f,%.1f)\n",
90 STRACE(("DefaultDecorator: ~DefaultDecorator()\n"));
197 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", rect.left, rect.top,
491 STRACE(("_DrawTab(%.1f,%.1f,%.1f,%.1f)\n",
575 STRACE(("_DrawTitle(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
629 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
658 STRACE(("_DrawZoo
[all...]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp48 # define STRACE(x) printf x macro
50 # define STRACE(x) ; macro
100 STRACE(("FlatDecorator:\n"));
101 STRACE(("\tFrame (%.1f,%.1f,%.1f,%.1f)\n",
108 STRACE(("FlatDecorator: ~FlatDecorator()\n"));
274 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", rect.left, rect.top,
537 STRACE(("_DrawTab(%.1f,%.1f,%.1f,%.1f)\n",
641 STRACE(("_DrawTitle(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
695 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
724 STRACE(("_DrawZoo
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp55 # define STRACE(x) printf x macro
57 # define STRACE(x) ; macro
377 STRACE(("Failed to open graphics device\n"));
465 STRACE(("accelerant signature is: %s\n", signature));
491 STRACE(("unable to get B_ACCELERANT_ENTRY_POINT\n"));
502 STRACE(("unable to get B_ACCELERANT_CLONE_INFO_SIZE (%s)\n", path));
514 // STRACE(("unable to get B_GET_ACCELERANT_CLONE_INFO (%s)\n", path));
528 STRACE(("unable to get B_CLONE_ACCELERANT\n"));
536 STRACE(("Cloning accelerant unsuccessful: %s\n", strerror(ret)));
550 STRACE(("canno
[all...]
H A DViewHWInterface.cpp43 # define STRACE(x) printf x macro
45 # define STRACE(x) ; macro
340 STRACE("CardWindow::MessageReceived()\n");
343 STRACE("MSG_UPDATE\n");
365 STRACE("CardWindow::MessageReceived() - exit\n");
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp32 # define STRACE(x) printf x macro
34 # define STRACE(x) ; macro
66 STRACE(("MacDecorator()\n"));
67 STRACE(("\tFrame (%.1f,%.1f,%.1f,%.1f)\n",
74 STRACE(("~MacDecorator()\n"));
84 STRACE(("MacDecorator: Draw(BRect updateRect): "));
99 STRACE("MacDecorator::Draw()\n");
176 STRACE(("MacDecorator: Do Layout\n"));
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp45 # define STRACE(x) printf x macro
47 # define STRACE(x) ; macro
155 STRACE(("BeDecorator:\n"));
156 STRACE(("\tFrame (%.1f,%.1f,%.1f,%.1f)\n",
175 STRACE(("BeDecorator: ~BeDecorator()\n"));
334 STRACE(("_DrawFrame(%f,%f,%f,%f)\n", invalid.left, invalid.top,
588 STRACE(("_DrawTab(%.1f, %.1f, %.1f, %.1f)\n",
665 STRACE(("_DrawTitle(%f, %f, %f, %f)\n", r.left, r.top, r.right, r.bottom));
721 STRACE(("_DrawClose(%f,%f,%f,%f)\n", rect.left, rect.top, rect.right,
750 STRACE(("_DrawZoo
[all...]
/haiku/src/kits/interface/
H A DView.cpp72 # define STRACE(x) printf x macro
75 # define STRACE(x) ;
768 STRACE(("BView(%s)::~BView()\n", this->Name()));
1253 STRACE(("\tHOOK: BView(%s)::AttachedToWindow()\n", Name()));
1261 STRACE(("\tHOOK: BView(%s)::AllAttached()\n", Name()));
1269 STRACE(("\tHOOK: BView(%s)::DetachedFromWindow()\n", Name()));
1277 STRACE(("\tHOOK: BView(%s)::AllDetached()\n", Name()));
1285 STRACE(("\tHOOK: BView(%s)::Draw()\n", Name()));
1293 STRACE(("\tHOOK: BView(%s)::DrawAfterChildren()\n", Name()));
1301 STRACE(("\tHOO
[all...]

Completed in 313 milliseconds

12