HomeSort by relevance Sort by last modified time
    Searched defs:LogInfo (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/tools/strict_enum_value_checker/
strict_enum_value_checker.py 38 def LogInfo(self, message):
86 self.LogInfo("Line extent of (\"%s\") enum definition: "
119 self.LogInfo(message)
276 self.LogInfo("Start processing file \"%s\"" % affected_file.LocalPath())
278 self.LogInfo("Done processing file \"%s\"" % affected_file.LocalPath())
  /external/mdnsresponder/mDNSCore/
mDNSDebug.h 101 #define LogInfo( ... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, __VA_ARGS__); } while (0)
107 #define LogInfo( ARGS... ) do { if (mDNS_LoggingEnabled) LogMsgWithLevel(MDNS_LOG_INFO, ARGS); } while (0)
118 #define LogInfo (mDNS_LoggingEnabled == 0) ? ((void)0) : LogInfo_
  /hardware/ti/omap4xxx/security/tf_daemon/
delegation_client.c 181 static MD_INLINE void LogInfo(const char* format, ...)
271 static MD_INLINE void LogInfo(const char* format, ...)
312 static MD_INLINE void LogInfo(const char* format, ...)
396 LogInfo("usage : tf_daemon [options]");
397 LogInfo("where [options] are:");
398 LogInfo("-h --help Display help.");
400 LogInfo("-c <conf> Configuration file path.");
404 LogInfo("-storageDir <baseDir> Set the directory where the data will be stored; this directory");
405 LogInfo(" must be writable and executable (this parameter is mandatory)");
407 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself")
    [all...]
  /hardware/ti/omap4-aah/security/tf_daemon/
delegation_client.c 208 static MD_INLINE void LogInfo(const char* format, ...)
314 static MD_INLINE void LogInfo(const char* format, ...)
355 static MD_INLINE void LogInfo(const char* format, ...)
439 LogInfo("usage : tf_daemon [options]");
440 LogInfo("where [options] are:");
441 LogInfo("-h --help Display help.");
443 LogInfo("-c <conf> Configuration file path.");
447 LogInfo("-storageDir <baseDir> Set the directory where the data will be stored; this directory");
448 LogInfo(" must be writable and executable (this parameter is mandatory)");
450 LogInfo("-d Turns on debug mode. If not specified, the daemon will fork itself")
    [all...]

Completed in 403 milliseconds