/frameworks/base/core/tests/coretests/src/android/net/ |
D | SntpClientTest.java | 94 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local 102 assertTrue(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 105 assertFalse(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 108 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptOnlyServerAndBroadcastModes() 109 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptOnlyServerAndBroadcastModes() 119 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local 124 assertTrue(logMsg, rval); in testAcceptableStrataOnly() 126 assertFalse(logMsg, rval); in testAcceptableStrataOnly() 128 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptableStrataOnly() 129 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptableStrataOnly()
|
/frameworks/native/opengl/tools/glgen2/registry/ |
D | reg.py | 370 def logMsg(self, level, *args): member in OutputGenerator 717 self.gen.logMsg('warn', '*** Attempt to redefine', 838 self.gen.logMsg('diag', '*** tagging type:', typename, '-> required =', required) 847 self.gen.logMsg('diag', '*** Generating dependent type', 852 self.gen.logMsg('warn', '*** type:', typename , 'IS NOT DEFINED') 858 …self.gen.logMsg('diag', '*** markRequired (features = <too long to print>, required =', required, … 866 self.gen.logMsg('diag', '*** tagging enum:', name, '-> required =', required) 871 self.gen.logMsg('warn', '*** enum:', name , 'IS NOT DEFINED') 874 self.gen.logMsg('diag', '*** tagging command:', name, '-> required =', required) 887 …self.gen.logMsg('diag', '*** markRequired: command implicitly requires dependent type', ptype.text) [all …]
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerDataHelper.java | 90 public void writeEntry(String tag, String logMsg) { in writeEntry() argument 91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
|
/frameworks/base/services/net/java/android/net/ip/ |
D | IpReachabilityMonitor.java | 147 public void notifyLost(InetAddress ip, String logMsg); in notifyLost() argument 343 final String logMsg = "FAILURE: LOST_PROVISIONING, " + msg; in handleNeighborLost() local 344 Log.w(TAG, logMsg); in handleNeighborLost() 348 mCallback.notifyLost(ip, logMsg); in handleNeighborLost()
|
D | IpManager.java | 133 public void onReachabilityLost(String logMsg) {} in onReachabilityLost() argument 239 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument 240 mCallback.onReachabilityLost(logMsg); in onReachabilityLost() 241 log("onReachabilityLost(" + logMsg + ")"); in onReachabilityLost() 639 logMsg(msg); in IpManager() 657 logMsg(msg); in IpManager() 660 private void logMsg(String msg) { in IpManager() 1300 public void notifyLost(InetAddress ip, String logMsg) { in startIpReachabilityMonitor() 1301 mCallback.onReachabilityLost(logMsg); in startIpReachabilityMonitor()
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/ |
D | WifiStateMachine.java | 1181 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument 1183 sendMessage(CMD_IP_REACHABILITY_LOST, logMsg); in onReachabilityLost()
|
/frameworks/base/services/ |
D | art-profile | 6344 PLandroid/net/ip/IpManager$2;->logMsg(Ljava/lang/String;)V
|