Searched defs:STRACE (Results 1 - 25 of 28) sorted by relevance

12

/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
/haiku/src/servers/app/stackandtile/
H A DSATDecorator.cpp24 # define STRACE(x) debug_printf x macro
26 # define STRACE(x) ; macro
/haiku/src/servers/app/
H A DTestServerLoopAdapter.cpp25 # define STRACE(x) printf x macro
27 # define STRACE(x) ; macro
H A DAppServer.cpp32 # define STRACE(x) printf x macro
34 # define STRACE(x) ; macro
H A DServerWindow.cpp86 # define STRACE(x) debug_printf x macro
[all...]
H A DWindow.cpp49 # define STRACE(x) printf x macro
51 # define STRACE(x) ; macro
H A DServerApp.cpp74 # define STRACE(x) debug_printf x macro
76 # define STRACE(x) ; macro
[all...]
/haiku/src/add-ons/index_server/fulltext/
H A DFullTextAnalyser.cpp24 # define STRACE(x...) printf("FullTextAnalyser: " x) macro
26 # define STRACE(x...) ; macro
H A DCLuceneDataBase.cpp20 # define STRACE(x...) printf("FT: " x) macro
22 # define STRACE(x...) ; macro
[all...]
/haiku/src/libs/linprog/
H A DVariable.cpp20 # define STRACE(x) debug_printf x macro
22 # define STRACE(x) ; macro
H A DConstraint.cpp22 # define STRACE(x) debug_printf x macro
24 # 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
H A DServerApp.cpp29 # define STRACE(x) printf x macro
31 # define STRACE(x) ; macro
[all...]
/haiku/src/kits/app/
H A DLinkSender.cpp26 # define STRACE(x) printf x macro
28 # define STRACE(x) ; macro
H A DLinkReceiver.cpp36 # define STRACE(x) printf x macro
38 # define STRACE(x) ; macro
[all...]
/haiku/src/add-ons/decorators/FlatDecorator/
H A DFlatDecorator.cpp48 # define STRACE(x) printf x macro
50 # define STRACE(x) ; macro
[all...]
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp49 # define STRACE(x) printf x macro
51 # define STRACE(x) ; macro
[all...]
H A DTabDecorator.cpp46 # define STRACE(x) printf x macro
48 # define STRACE(x) ; macro
[all...]
/haiku/src/add-ons/decorators/WinDecorator/
H A DWinDecorator.cpp32 # define STRACE(x) printf x macro
34 # define STRACE(x) ; macro
/haiku/src/add-ons/decorators/MacDecorator/
H A DMacDecorator.cpp32 # define STRACE(x) printf x macro
34 # 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
[all...]
/haiku/src/servers/app/drawing/interface/virtual/
H A DViewHWInterface.cpp43 # define STRACE(x) printf x macro
45 # define STRACE(x) ; macro
H A DDWindowHWInterface.cpp55 # define STRACE(x) printf x macro
57 # define STRACE(x) ; macro
[all...]
/haiku/src/add-ons/control_look/BeControlLook/
H A DBeControlLook.cpp37 # define STRACE(x) printf x macro
39 # define STRACE(x) ; macro

Completed in 213 milliseconds

12