/external/mdnsresponder/mDNSWindows/mdnsNSP/ |
D | mdnsNSP.c | 271 dlog( kDebugLevelTrace, "\n" ); in DllMain() 272 dlog( kDebugLevelVerbose, "%s: process attach\n", __ROUTINE__ ); in DllMain() 279 dlog( kDebugLevelVerbose, "%s: process detach\n", __ROUTINE__ ); in DllMain() 283 dlog( kDebugLevelVerbose, "%s: thread attach\n", __ROUTINE__ ); in DllMain() 287 dlog( kDebugLevelVerbose, "%s: thread detach\n", __ROUTINE__ ); in DllMain() 291 dlog( kDebugLevelNotice, "%s: unknown reason code (%d)\n", __ROUTINE__, inReason ); in DllMain() 309 dlog( kDebugLevelTrace, "DllRegisterServer\n" ); in DllRegisterServer() 343 dlog( kDebugLevelTrace, "DllUnregisterServer\n" ); in DllUnregisterServer() 370 dlog( kDebugLevelTrace, "%s begin (ticks=%d)\n", __ROUTINE__, GetTickCount() ); in NSPStartup() 371 dlog( kDebugLevelTrace, "%s (GUID=%U, refCount=%ld)\n", __ROUTINE__, inProviderID, gRefCount ); in NSPStartup() [all …]
|
/external/mdnsresponder/mDNSWindows/ |
D | mDNSWin32.c | 284 dlog( kDebugLevelTrace, DEBUG_NAME "platform init\n" ); in mDNSPlatformInit() 315 dlog( kDebugLevelInfo, DEBUG_NAME "HIHardware: %#s\n", inMDNS->HIHardware.c ); in mDNSPlatformInit() 322 dlog( kDebugLevelInfo, DEBUG_NAME "HISoftware: %#s\n", inMDNS->HISoftware.c ); in mDNSPlatformInit() 425 dlog( kDebugLevelTrace, DEBUG_NAME "platform init done (err=%d %m)\n", err, err ); in mDNSPlatformInit() 437 dlog( kDebugLevelTrace, DEBUG_NAME "platform close\n" ); in mDNSPlatformClose() 442 dlog( kDebugLevelTrace, DEBUG_NAME "tearing down smb registration thread\n" ); in mDNSPlatformClose() 547 dlog( kDebugLevelTrace, DEBUG_NAME "platform close done\n" ); in mDNSPlatformClose() 1259 dlog( kDebugLevelChatty, DEBUG_NAME "adding TCPSocket 0x%x:%d\n", sock, sock->fd ); in TCPAddSocket() 1342 dlog( kDebugLevelChatty, DEBUG_NAME "%s: sock = %d\n", __ROUTINE__, sock->fd ); in TCPBeginRecv() 1374 …dlog( kDebugLevelChatty, DEBUG_NAME "%s: error = %d, bytesTransferred = %d\n", __ROUTINE__, error,… in TCPEndRecv() [all …]
|
D | VPCDetect.cpp | 161 dlog( kDebugLevelTrace, "Virtual PC detected" ); in IsVPCRunning()
|
/external/llvm-project/clang-tools-extra/clangd/ |
D | FileDistance.cpp | 67 dlog("Source {0} = {1}, MaxUp = {2}", Canonical, S.second.Cost, in FileDistance() 145 dlog("distance({0} = {1})", Path, Cost); in distance() 154 dlog("distance({0} = {1})", URI, U->body()); in distance() 172 dlog("FileDistance for scheme {0}: {1}/{2} sources", Scheme, in forScheme()
|
D | Selection.cpp | 632 dlog("{1}skip: {0}", printNodeToString(N, PrintPolicy), indent()); in canSafelySkipNode() 633 dlog("{1}skipped range = {0}", S.printToString(SM), indent(1)); in canSafelySkipNode() 652 dlog("{1}push: {0}", printNodeToString(Node, PrintPolicy), indent()); in push() 665 dlog("{1}pop: {0}", printNodeToString(N.ASTNode, PrintPolicy), indent(-1)); in pop() 718 dlog("{1}hit selection: {0}", S.printToString(SM), indent()); in claimRange() 835 dlog("Computing selection for {0}", in SelectionTree() 841 dlog("Built selection tree\n{0}", *this); in SelectionTree()
|
D | CompileCommands.cpp | 406 dlog("ArgStripper Option spelling table"); in rulesFor() 408 dlog("{0}", Entry.first()); in rulesFor() 411 dlog(" {0} #={1} *={2} Mode={3}", R.Text, R.ExactArgs, R.PrefixArgs, in rulesFor() 414 dlog("Table spellings={0} rules={1} string-bytes={2}", Result->size(), in rulesFor()
|
D | Format.cpp | 332 dlog("Initial code: {0}", FinalCode); in formatIncremental() 345 dlog("After {0}:\n{1}^{2}", Pass.first, in formatIncremental()
|
D | ConfigCompile.cpp | 80 dlog("Config fragment {0}: condition not met", this); in operator ()() 84 dlog("Config fragment {0}: applying {1} rules", this, Apply.size()); in operator ()()
|
D | FindTarget.cpp | 338 dlog("visit [{0}] {1}", Flags, in debug() 343 dlog("--> [{0}] {1}", Flags, in report() 688 dlog("allTargetDecls({0})", nodeToString(N)); in allTargetDecls() 1157 dlog("invalid location at node {0}", nodeToString(N)); in reportReference()
|
D | FindSymbols.cpp | 151 dlog("FindSymbols: {0}{1} = {2}\n{3}{4}\n", Sym.Scope, Sym.Name, Score, in getWorkspaceSymbols()
|
D | Preamble.cpp | 498 dlog("Created preamble patch: {0}", Patch.str()); in create()
|
D | ParsedAST.cpp | 298 dlog("ClangTidy configuration for file {0}: {1}", Filename, in build()
|
D | CodeComplete.cpp | 1033 dlog("Signal for {0}: {1}", Signature, Signal); in processOverloadCandidate() 1455 dlog("Completion context words: {0}", in populateContextWords() 1729 dlog("CodeComplete: {0} ({1}) = {2}\n{3}{4}\n", First.Name, in addCandidate()
|
D | TUScheduler.cpp | 297 dlog("Preamble worker for {0} stopped", FileName); in run() 302 dlog("Preamble worker for {0} received stop", FileName); in stop()
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1185 #define dlog( ... ) DebugPrintF( __VA_ARGS__ ) macro 1187 #define dlog( ARGS... ) DebugPrintF( ## ARGS ) macro 1189 #define dlog DebugPrintF macro 1193 #define dlog( ... ) macro 1195 #define dlog( ARGS... ) macro 1197 #define dlog while( 0 ) macro 1271 #define DebugLogMsg dlog
|
D | DebugServices.c | 2437 dlog( kDebugLevelError, "invalid NumVersion stage (0x%02X)\n", stage ); in DebugNumVersionToString() 2690 …require_noerr_action_string( -3, require11, dlog( kDebugLevelMax, "action 1 (expected)\n" ), "requ… in DebugServicesTest() 2693 …require_noerr_action_string( 0, require12, dlog( kDebugLevelMax, "action 2\n" ), "require_noerr_ac… in DebugServicesTest() 2706 require_noerr_action( -5, require15, dlog( kDebugLevelMax, "SHOULD SEE: action 3 (expected)\n" ) ); in DebugServicesTest() 2709 require_noerr_action( 0, require16, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 4\n" ) ); in DebugServicesTest() 2714 …require_noerr_action_quiet( -4, require17, dlog( kDebugLevelMax, "SHOULD SEE: action 5 (expected)\… in DebugServicesTest() 2717 require_noerr_action_quiet( 0, require18, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: action 6\n" ) ); in DebugServicesTest() 2722 …require_action( 0 && "SHOULD SEE", require19, dlog( kDebugLevelMax, "SHOULD SEE: action 7 (expecte… in DebugServicesTest() 2725 …require_action( 1 && "SHOULD *NOT* SEE", require20, dlog( kDebugLevelMax, "SHOULD *NOT* SEE: actio… in DebugServicesTest() 2730 require_action_quiet( 0, require21, dlog( kDebugLevelMax, "SHOULD SEE: action 9 (expected)\n" ) ); in DebugServicesTest() [all …]
|
/external/mdnsresponder/mDNSWindows/SystemService/ |
D | Service.c | 326 dlog( kDebugLevelTrace, DEBUG_NAME "exited (%d %m)\n", err, err ); in Main() 999 dlog( kDebugLevelInfo, DEBUG_NAME "HandlePowerSuspend\n" ); in HandlePowerSuspend() 1021 dlog( kDebugLevelInfo, DEBUG_NAME "HandlePowerResumeSuspend\n" ); in HandlePowerResumeSuspend() 1054 …dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: SERVICE_CONTROL_STOP|SERVICE_CONTROL_SHU… in ServiceControlHandler() 1064 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMSUSPEND\n" ); in ServiceControlHandler() 1070 dlog( kDebugLevelInfo, DEBUG_NAME "ServiceControlHandler: PBT_APMRESUMESUSPEND\n" ); in ServiceControlHandler() 1078 dlog( kDebugLevelNotice, DEBUG_NAME "ServiceControlHandler: event (0x%08X)\n", inControl ); in ServiceControlHandler() 1337 dlog( kDebugLevelChatty - 1, DEBUG_NAME "timeout\n" ); in ServiceSpecificRun() 1342 dlog( kDebugLevelChatty - 1, DEBUG_NAME "i/o completion\n" ); in ServiceSpecificRun() 1349 dlog( kDebugLevelVerbose, DEBUG_NAME "stopping...\n" ); in ServiceSpecificRun() [all …]
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | ConfigPropertySheet.cpp | 117 dlog( kDebugLevelError, "OnSocket: window error\n" ); in OnDataReady()
|
/external/llvm-project/clang-tools-extra/clangd/support/ |
D | Logger.h | 102 #define dlog(...) \ macro
|
/external/llvm-project/clang-tools-extra/clangd/index/ |
D | BackgroundQueue.cpp | 127 dlog("Queue: {0}/{1} ({2} active). Last idle at {3}", Stat.Completed, in notifyProgress()
|
/external/llvm/lib/Target/X86/Disassembler/ |
D | X86DisassemblerDecoder.cpp | 270 if (!insn->dlog) in CONSUME_FUNC() 277 insn->dlog(insn->dlogArg, buffer); in CONSUME_FUNC() 1876 insn->dlog = logger; in decodeInstruction()
|
D | X86DisassemblerDecoder.h | 534 dlog_t dlog; member
|
/external/mdnsresponder/mDNSWindows/DLLX/ |
D | DNSSDService.cpp | 172 dlog( kDebugLevelTrace, "FinalRelease()\n" ); in FinalRelease() 1292 dlog( kDebugLevelTrace, "Stop()\n" ); in Stop()
|
/external/capstone/arch/X86/ |
D | X86DisassemblerDecoder.h | 630 dlog_t dlog; member
|
/external/mdnsresponder/mDNSWindows/DLL.NET/ |
D | dnssd_NET.cpp | 400 …dlog( kDebugLevelWarning, DEBUG_NAME "%s: unexpected wait result (result=0x%08X)\n", __ROUTINE__, … in ProcessingThread()
|