Searched refs:logMsg (Results 1 – 3 of 3) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xalan/xslt/ |
D | EnvironmentCheck.java | 178 logMsg("# WARNING: Potential problems found in your environment!"); in checkEnvironment() 179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs"); in checkEnvironment() 180 logMsg("# to correct potential problems with your classes/jars"); in checkEnvironment() 181 logMsg("# http://xml.apache.org/xalan-j/faq.html"); in checkEnvironment() 188 logMsg("# YAHOO! Your environment seems to be OK."); in checkEnvironment() 253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable"); in writeEnvironmentReport() 259 logMsg( in writeEnvironmentReport() 289 logMsg(keyStr + "=" + h.get(keyStr)); in writeEnvironmentReport() 294 logMsg("Reading-" + key + "= threw: " + e.toString()); in writeEnvironmentReport() 298 logMsg( in writeEnvironmentReport() [all …]
|
/external/mdnsresponder/mDNSShared/ |
D | DebugServices.h | 1263 logMsg( ( FORMAT ), ( P1 ), ( P2 ), ( P3 ), ( P4 ), ( P5 ), ( P6 ) ); \
|
D | DebugServices.c | 569 logMsg( "\ncannot print at interrupt time\n\n", 1, 2, 3, 4, 5, 6 ); in DebugPrint()
|