Home
last modified time | relevance | path

Searched refs:debug_initialize (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/mdnsresponder/mDNSShared/
H A DDebugServices.h1297 #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 DDebugServices.c580 debug_initialize( kDebugOutputTypeMetaConsole ); in DebugPrint()
2622 debug_initialize( kDebugOutputTypeMetaConsole ); in DebugServicesTest()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/ControlPanel/
H A DControlPanelExe.cpp155debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()
263 debug_initialize( kDebugOutputTypeWindowsDebugger, "ControlPanel", NULL ); in InitInstance()
H A DControlPanel.cpp218debug_initialize( kDebugOutputTypeWindowsEventLog, "DNS-SD Control Panel", GetModuleHandle( NULL )… in CCPApp()
/aosp_15_r20/bionic/libc/malloc_debug/
H A Dexported64.map10 debug_initialize;
H A Dexported32.map10 debug_initialize;
H A Dmalloc_debug.cpp170 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 DDLLX.cpp70 debug_initialize( kDebugOutputTypeWindowsDebugger ); in DllMain()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/NSPTool/
H A DNSPTool.c54 debug_initialize( kDebugOutputTypeMetaConsole ); in main()
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_unit_tests.cpp58 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 DService.c244 debug_initialize( kDebugOutputTypeMetaConsole ); in Main()
/aosp_15_r20/external/mdnsresponder/mDNSWindows/mdnsNSP/
H A DmdnsNSP.c269 debug_initialize( kDebugOutputTypeWindowsEventLog, "mDNS NSP", inInstance ); in DllMain()