Home
last modified time | relevance | path

Searched refs:FTRACE (Results 1 – 8 of 8) sorted by relevance

/haiku/src/preferences/keymap/
H A DStatusMenuField.cpp29 # define FTRACE(x) fprintf(x) macro
31 # define FTRACE(x) /* nothing */ macro
244 FTRACE((stderr, "MKW::_FillIcons() - No memory for stop bitmap\n")); in _FillIcons()
262 FTRACE((stderr, "MKW::_FillIcons() - No memory for warn bitmap\n")); in _FillIcons()
/haiku/src/servers/app/font/
H A DGlobalFontManager.cpp39 # define FTRACE(x) debug_printf x macro
41 # define FTRACE(x) ; macro
222 FTRACE(("new directory moved in")); in MessageReceived()
236 FTRACE(("directory renamed")); in MessageReceived()
248 FTRACE(("font moved")); in MessageReceived()
250 FTRACE(("font added: %s\n", name)); in MessageReceived()
369 FTRACE(("_AddMappedFont(family = \"%s\", style = \"%s\")\n", in _AddMappedFont()
479 FTRACE(("font removed: %s\n", style->Name())); in _RemoveStyle()
775 FTRACE(("FontManager: Remove directory (%" B_PRIdINO ")!\n", in _RemoveDirectory()
843 FTRACE(("FontManager: now watching: %s\n", path.Path())); in _AddPath()
[all …]
H A DAppFontManager.cpp27 # define FTRACE(x) debug_printf x macro
29 # define FTRACE(x) ; macro
H A DFontManager.cpp25 # define FTRACE(x) printf x macro
27 # define FTRACE(x) ; macro
330 FTRACE(("\tadd style: %s, %s\n", face->family_name, face->style_name)); in _AddFont()
/haiku/src/servers/app/
H A DServerApp.cpp81 # define FTRACE(x) debug_printf x macro
83 # define FTRACE(x) ; macro
1596 FTRACE(("ServerApp %s: Received BFont creation request\n", in _DispatchMessage()
1650 FTRACE(("ServerApp %s: Received BFont memory creation request\n", in _DispatchMessage()
1788 FTRACE(("ServerApp %s: AS_SET_SYSTEM_FONT\n", Signature())); in _DispatchMessage()
1869 FTRACE(("ServerApp %s: AS_GET_SYSTEM_FONTS\n", Signature())); in _DispatchMessage()
1929 FTRACE(("ServerApp %s: AS_GET_FONT_LIST_REVISION\n", Signature())); in _DispatchMessage()
1942 FTRACE(("ServerApp %s: AS_GET_FAMILY_AND_STYLES\n", Signature())); in _DispatchMessage()
1994 FTRACE(("ServerApp %s: AS_GET_FAMILY_AND_STYLE\n", Signature())); in _DispatchMessage()
2031 FTRACE(("ServerApp %s: AS_GET_FAMILY_AND_STYLE_IDS\n", in _DispatchMessage()
[all …]
/haiku/src/tests/apps/fake_app_server/
H A DServerApp.cpp38 # define FTRACE(x) printf x macro
40 # define FTRACE(x) ; macro
/haiku/src/kits/interface/
H A DAlert.cpp41 # define FTRACE(x) fprintf(x) macro
43 # define FTRACE(x) ; macro
560 FTRACE((stderr, "BAlert::_CreateTypeIcon() - No memory for bitmap\n")); in _CreateTypeIcon()
/haiku/src/system/kernel/vm/
H A Dvm.cpp72 # define FTRACE(x) dprintf x macro
74 # define FTRACE(x) ; macro
4028 FTRACE(("vm_page_fault: page fault at 0x%lx, ip 0x%lx\n", address, in vm_page_fault()
4290 FTRACE(("vm_soft_fault: just allocated page 0x%" B_PRIxPHYSADDR "\n", in fault_get_page()
4303 FTRACE(("get new page, copy it, and put it into the topmost cache\n")); in fault_get_page()
4345 FTRACE(("vm_soft_fault: thid 0x%" B_PRIx32 " address 0x%" B_PRIxADDR ", " in vm_soft_fault()