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

  /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...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
ScanDetailCache.java 254 String logMsg = "Visiblity by passpoint match returned ";
260 logMsg += "5 GHz BSSID of " + result.BSSID;
267 logMsg += "2.4 GHz BSSID of " + result.BSSID;
270 Log.d(TAG, logMsg);
WifiNative.java     [all...]
  /system/core/liblog/
logger.h 122 struct log_msg logMsg; /* valid is 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...]
  /external/vulkan-validation-layers/
generator.py 410 # logMsg(level, *args) - log messages of different categories
458 # logMsg - write a message of different categories to different
465 def logMsg(self, level, *args):
481 '*** FATAL ERROR in Generator.logMsg: unknown level:' + level)
512 self.logMsg('diag', 'Enum', name, '-> value [', numVal, ',', value, ']')
519 self.logMsg('diag', 'Enum', name, '-> bitpos [', numVal, ',', value, ']')
529 self.logMsg('diag', 'Enum', name, 'offset =', offset,
539 self.logMsg('diag', 'Enum', name, '-> offset [', numVal, ',', value, ']')
618 self.logMsg('diag', 'Aligning parameter', elem.text, 'to column', self.genOpts.alignFuncParam)
624 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);
377 final String logMsg = "FAILURE: LOST_PROVISIONING, " + msg;
378 Log.w(TAG, logMsg);
382 mCallback.notifyLost(ip, logMsg);
  /cts/tests/tests/provider/src/android/provider/cts/
CalendarTest.java     [all...]
  /frameworks/base/services/core/java/com/android/server/
NetworkManagementService.java     [all...]
  /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 195 milliseconds