Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/mybase/base/
Dlogging.h98 class VLog : public LogBase {
100 VLog(int vlog_level, const char* file, int line) in VLog() function
105 ~VLog() { in ~VLog()
120 #define VLOG(level) logging::VLog(level, __FILE__, __LINE__)
/external/mdnsresponder/mDNSShared/
Ddnsextd.c165 mDNSlocal void VLog(const char *format, ...) in VLog() function
358 VLog("SendPacket Q:%d A:%d A:%d A:%d ", in SendPacket()
679 VLog( "found correct zone %##s for query", pkt->zone->name.c ); in SetZone()
683 VLog( "zone %##s is %s", pkt->zone->name.c, ( pkt->isZonePublic ) ? "public" : "private" ); in SetZone()
712 VLog("UDPServerTransaction Q:%d A:%d A:%d A:%d ", in UDPServerTransaction()
774 VLog("Successful update from %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32)); in SuccessfulUpdateTransaction()
778 VLog("Request %s: %s", inet_ntop(AF_INET, &request->src.sin_addr, buf, 32), vlogmsg); in SuccessfulUpdateTransaction()
811 VLog("Rehashing lease table (new size %d buckets)", newnbuckets); in RehashTable()
898 VLog("%s %s", registration ? "Registering SRV record" : "Deleting existing RRSet", in PutUpdateSRV()
1302 VLog("Expiring record %s", GetRRDisplayString_rdb(&rr->resrec, &rr->resrec.rdata->u, buf)); in DeleteOneRecord()
[all …]
/external/tensorflow/tensorflow/lite/
Dstderr_reporter.cc22 logging_internal::MinimalLogger::VLog(TFLITE_LOG_ERROR, format, args); in Report()
Dminimal_logging_default.cc23 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog() function in tflite::logging_internal::MinimalLogger
Dminimal_logging_ios.cc40 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog() function in tflite::logging_internal::MinimalLogger
Dminimal_logging.cc26 VLog(severity, format, args); in Log()
Dminimal_logging.h39 static void VLog(LogSeverity severity, const char* format, va_list args);
Dminimal_logging_android.cc40 void MinimalLogger::VLog(LogSeverity severity, const char* format, in VLog() function in tflite::logging_internal::MinimalLogger