Home
last modified time | relevance | path

Searched refs:logMsg (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen2/registry/
Dreg.py370 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/
DTrackerDataHelper.java90 public void writeEntry(String tag, String logMsg) { in writeEntry() argument
91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DScanDetailCache.java225 String logMsg = "Visiblity by passpoint match returned "; in getVisibilityByPasspointMatch() local
231 logMsg += "5 GHz BSSID of " + result.BSSID; in getVisibilityByPasspointMatch()
238 logMsg += "2.4 GHz BSSID of " + result.BSSID; in getVisibilityByPasspointMatch()
241 Log.d(TAG, logMsg); in getVisibilityByPasspointMatch()
DWifiStateMachine.java7969 public void notifyLost(InetAddress ip, String logMsg) { in enter()
7970 sendMessage(CMD_IP_REACHABILITY_LOST, logMsg); in enter()
/frameworks/base/core/java/android/net/
DIpReachabilityMonitor.java73 public void notifyLost(InetAddress ip, String logMsg); in notifyLost() argument
279 final String logMsg = "FAILURE: LOST_PROVISIONING, " + msg; in handleNeighborLost() local
280 Log.w(TAG, logMsg); in handleNeighborLost()
284 mCallback.notifyLost(ip, logMsg); in handleNeighborLost()