Searched refs:debug_initialize (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/mdnsresponder/mDNSShared/ |
H A D | DebugServices.h | 1297 #define debug_initialize( ... ) DebugInitialize( __VA_ARGS__ ) macro 1299 #define debug_initialize( ARGS... ) DebugInitialize( ## ARGS ) macro 1301 #define debug_initialize DebugInitialize macro 1305 #define debug_initialize( ... ) macro 1307 #define debug_initialize( ARGS... ) macro 1309 #define debug_initialize while( 0 ) macro
|
H A D | DebugServices.c | 580 debug_initialize( kDebugOutputTypeMetaConsole ); in DebugPrint() 2622 debug_initialize( kDebugOutputTypeMetaConsole ); in DebugServicesTest()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/ |
H A D | ControlPanelExe.cpp | 155 …debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp() 263 debug_initialize( kDebugOutputTypeWindowsDebugger, "ControlPanel", NULL ); in InitInstance()
|
H A D | ControlPanel.cpp | 218 …debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()
|
/aosp_15_r20/bionic/libc/malloc_debug/ |
H A D | exported64.map | 10 debug_initialize;
|
H A D | exported32.map | 10 debug_initialize;
|
H A D | malloc_debug.cpp | 170 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* malloc_zygote_child, 387 bool debug_initialize(const MallocDispatch* malloc_dispatch, bool* zygote_child, in debug_initialize() function
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/DLLX/ |
H A D | DLLX.cpp | 70 debug_initialize( kDebugOutputTypeWindowsDebugger ); in DllMain()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/NSPTool/ |
H A D | NSPTool.c | 54 debug_initialize( kDebugOutputTypeMetaConsole ); in main()
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_unit_tests.cpp | 58 bool debug_initialize(const MallocDispatch*, bool*, const char*); 128 ASSERT_TRUE(debug_initialize(&dispatch, &zygote_child, options)); in Init()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/SystemService/ |
H A D | Service.c | 244 debug_initialize( kDebugOutputTypeMetaConsole ); in Main()
|
/aosp_15_r20/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
H A D | mdnsNSP.c | 269 debug_initialize( kDebugOutputTypeWindowsEventLog, "mDNS NSP", inInstance ); in DllMain()
|