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

12

/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/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/kits/app/
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...]
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",
/haiku/src/libs/linprog/
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));
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()));
/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 DDesktop.cpp71 # define STRACE(a) printf a macro
73 # define STRACE(a) ; macro
212 STRACE(("Set Workspace %" B_PRId32 "\n", key - 1));
1135 STRACE(("ActivateWindow(%p, %s)\n", window, window
3204 STRACE(("_UpdateSubsetWorkspaces(window %p, %s)\n", window,
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...]
H A DServerWindow.cpp86 # define STRACE(x) debug_printf x macro
88 # define STRACE(x) ;
182 STRACE(("ServerWindow(%s)::ServerWindow()\n", title));
203 STRACE(("ServerWindow(%s@%p):~ServerWindow()\n", fTitle, this));
223 STRACE(("ServerWindow(%p) will exit NOW\n", this));
342 STRACE(("ServerWindow %s: _Show\n", Title()));
365 STRACE(("ServerWindow %s: _Hide\n", Title()));
422 STRACE(("ServerWindow %s: Quit\n", fTitle));
528 STRACE(("ServerWindow(%s)::_CreateView()-> view %s, token %" B_PRId32 "\n",
4158 //STRACE(("inf
[all...]
H A DWindow.cpp49 # define STRACE(x) printf x macro
51 # define STRACE(x) ; macro
162 STRACE(("Window %p, %s:\n", this, Name()));
163 STRACE(("\tFrame: (%.1f, %.1f, %.1f, %.1f)\n", fFrame.left, fFrame.top,
165 STRACE(("\tWindow %s\n", window ? window->Title() : "NULL"));
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.cpp24 # define STRACE(x) debug_printf x macro
26 # define STRACE(x) ; macro
/haiku/src/servers/index/
H A DCatchUpManager.h18 # define STRACE(x...) printf(x) macro
20 # define STRACE(x...) ; macro
H A DIndexServer.cpp147 STRACE("IndexServer::AddVolume %s\n", name);
184 STRACE("RegisterAddOn %s\n", ref.name);
267 STRACE("_StopWatchingVolumes\n");
H A DIndexServer.h26 # define STRACE(x...) printf(x) macro
28 # define STRACE(x...) ; macro
/haiku/src/tests/apps/fake_app_server/
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",
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...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp37 # define STRACE(x) printf x macro
39 # define STRACE(x) ; macro
/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/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/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/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...]
H A DWindow.cpp61 # define STRACE(x) printf x macro
63 # define STRACE(x) ; macro
1174 STRACE(("info:BWindow handling _UPDATE_.\n"));
2724 STRACE(("BWindow::InitData()\n"));
2828 STRACE(("BWindow::InitData(): contacting app_server...\n"));
2884 STRACE(("Server says that our send port is %ld\n", sendPort));
2887 STRACE(("Window locked?: %s\n", IsLocked() ? "True" : "False"));
2952 STRACE(("info: BWindow::task_looper() started.\n"));
3141 STRACE(("_CreateTopView(): enter\n"));
3154 STRACE(("Callin
[all...]

Completed in 161 milliseconds

12