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

  /external/chromium_org/chrome/browser/extensions/
PRESUBMIT.py 51 def LogInfo(self, message):
99 self.LogInfo("Line extent of |HistogramValue| enum definition: "
132 self.LogInfo(message)
289 self.LogInfo("Start processing file \"%s\"" % affected_file.LocalPath())
291 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...]

Completed in 630 milliseconds