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

  /external/vulkan-validation-layers/
generator.py 156 # logMsg(level, *args) - log messages of different categories
221 # logMsg - write a message of different categories to different
228 def logMsg(self, level, *args):
244 '*** FATAL ERROR in Generator.logMsg: unknown level:' + level)
275 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']')
282 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']')
292 self.logMsg('diag', 'Enum', name, 'offset =', offset,
302 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']')
307 self.logMsg('diag', 'OutputGenerator::makeDir(' + path + ')')
390 self.logMsg('diag', 'Aligning parameter', elem.text, 'to column', self.genOpts.alignFuncParam
    [all...]
  /frameworks/base/core/tests/coretests/src/android/net/
SntpClientTest.java 94 final String logMsg = "mode: " + i;
102 assertTrue(logMsg, rval);
105 assertFalse(logMsg, rval);
108 assertEquals(logMsg, 1, mServer.numRequestsReceived());
109 assertEquals(logMsg, 1, mServer.numRepliesSent());
119 final String logMsg = "stratum: " + i;
124 assertTrue(logMsg, rval);
126 assertFalse(logMsg, rval);
128 assertEquals(logMsg, 1, mServer.numRequestsReceived());
129 assertEquals(logMsg, 1, mServer.numRepliesSent())
    [all...]
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 330 # logMsg(level, *args) - log messages of different categories
363 # logMsg - write a message of different categories to different
370 def logMsg(self, level, *args):
386 '*** FATAL ERROR in Generator.logMsg: unknown level:' + level)
717 self.gen.logMsg('warn', '*** Attempt to redefine',
729 # self.gen.logMsg('diag', 'Found API-specific element for feature', fname)
732 # self.gen.logMsg('diag', 'Found generic element for feature', fname)
    [all...]
  /system/core/liblog/
logger.h 125 struct log_msg logMsg; /* peek at upcoming data, valid if logMsg.len != 0 */
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 176 // Note: many logMsg calls have # at the start to
178 logMsg("# WARNING: Potential problems found in your environment!");
179 logMsg("# Check any 'ERROR' items above against the Xalan FAQs");
180 logMsg("# to correct potential problems with your classes/jars");
181 logMsg("# http://xml.apache.org/xalan-j/faq.html");
188 logMsg("# YAHOO! Your environment seems to be OK.");
253 logMsg("# ERROR: writeEnvironmentReport called with null Hashtable");
259 logMsg(
289 logMsg(keyStr + "=" + h.get(keyStr));
294 logMsg("Reading-" + key + "= threw: " + e.toString())
    [all...]
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
generator.py 429 # logMsg(level, *args) - log messages of different categories
477 # logMsg - write a message of different categories to different
484 def logMsg(self, level, *args):
500 '*** FATAL ERROR in Generator.logMsg: unknown level:' + level)
531 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']')
538 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']')
548 self.logMsg('diag', 'Enum', name, 'offset =', offset,
558 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']')
640 self.logMsg('diag', 'Aligning parameter', elem.text, 'to column', self.genOpts.alignFuncParam)
646 self.logMsg('diag', 'Adjust length of parameter decl from', oldLen, 'to', newLen, ':', paramdecl
    [all...]
  /frameworks/base/services/net/java/android/net/ip/
IpReachabilityMonitor.java 146 public void notifyLost(InetAddress ip, String logMsg);
370 final String logMsg = "FAILURE: LOST_PROVISIONING, " + msg;
371 Log.w(TAG, logMsg);
375 mCallback.notifyLost(ip, logMsg);
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 
  /external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar 

Completed in 267 milliseconds