Searched refs:LogOperation (Results 1 – 3 of 3) sorted by relevance
/external/mdnsresponder/mDNSCore/ |
D | mDNSDebug.h | 99 …#define LogOperation( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_OPERATION, … macro 105 …#define LogOperation( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_OPERATION, … 116 #define LogOperation (mDNS_LoggingEnabled == 0) ? ((void)0) : LogOperation_
|
/external/mdnsresponder/mDNSShared/ |
D | uds_daemon.c | 324 …if (req->errsd != req->sd) LogOperation("%3d: Removing FD and closing errsd %d", req->sd, req->err… in abort_request() 325 else LogOperation("%3d: Removing FD", req->sd); in abort_request() 784 …LogOperation(fmt, prefix, srs->RR_SRV.resrec.name->c, mDNSVal16(srs->RR_SRV.resrec.rdata->u.srv.po… in regservice_callback() 896 LogOperation(fmt, request->sd, re->key, RRDisplayString(m, &rr->resrec), result); in regrecord_callback() 940 LogOperation("%3d: DNSServiceCreateConnection STOP", request->sd); in connection_termination() 961 …LogOperation("%3d: DNSServiceRegisterRecord(%u %s) STOP", request->sd, ptr->key, RRDisplayString(&… in connection_termination() 977 …LogOperation("%3d: Cancel %08X %08X", request->sd, request->hdr.client_context.u32[1], request->hd… in handle_cancel_request() 1030 …LogOperation("%3d: DNSServiceRegisterRecord(%u %s) START", request->sd, re->key, RRDisplayString(&… in handle_regrecord_request() 1034 …LogOperation("%3d: DNSServiceRegisterRecord(%u %s) ERROR (%d)", request->sd, re->key, RRDisplayStr… in handle_regrecord_request() 1057 LogOperation("%3d: DNSServiceRegister(%##s, %u) STOP", in regservice_termination_callback() [all …]
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | bfloat16_test.cc | 62 XLA_TEST_F(Bfloat16Test, LogOperation) { in XLA_TEST_F() argument
|