/aosp12/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | reg.py | 370 def logMsg(self, level, *args): member in OutputGenerator 717 self.gen.logMsg('warn', '*** Attempt to redefine', 847 self.gen.logMsg('diag', '*** Generating dependent type', 954 self.gen.logMsg('diag', '*** Skipping', ftype, fname, 1027 self.gen.logMsg('warn', '*** No matching API versions found!') 1046 self.gen.logMsg('diag', '*** Including extension', 1055 self.gen.logMsg('diag', '*** Including extension', 1063 self.gen.logMsg('diag', '*** Removing extension', 1073 self.gen.logMsg('diag', '*** NOT including extension', 1100 self.gen.logMsg('diag', '*** PASS 2: Generating interface for', [all …]
|
/aosp12/frameworks/base/core/tests/coretests/src/android/net/ |
H A D | SntpClientTest.java | 121 final String logMsg = "mode: " + i; in testAcceptOnlyServerAndBroadcastModes() local 130 assertTrue(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 133 assertFalse(logMsg, rval); in testAcceptOnlyServerAndBroadcastModes() 136 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptOnlyServerAndBroadcastModes() 137 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptOnlyServerAndBroadcastModes() 148 final String logMsg = "stratum: " + i; in testAcceptableStrataOnly() local 154 assertTrue(logMsg, rval); in testAcceptableStrataOnly() 156 assertFalse(logMsg, rval); in testAcceptableStrataOnly() 158 assertEquals(logMsg, 1, mServer.numRequestsReceived()); in testAcceptableStrataOnly() 159 assertEquals(logMsg, 1, mServer.numRepliesSent()); in testAcceptableStrataOnly()
|
/aosp12/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
H A D | TrackerDataHelper.java | 90 public void writeEntry(String tag, String logMsg) { in writeEntry() argument 91 writeEntry(TrackerEntry.createEntry(tag, logMsg)); in writeEntry()
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/src/android/net/ip/ |
H A D | IpClientUtil.java | 140 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument 141 mCb.onReachabilityLost(logMsg); in onReachabilityLost()
|
H A D | IpClientCallbacks.java | 98 public void onReachabilityLost(String logMsg) {} in onReachabilityLost() argument
|
H A D | IIpClientCallbacks.aidl | 46 void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | MmsSmsDatabaseHelper.java | 282 String logMsg = "Corruption reported by sqlite on database: " + dbObj.getPath(); in onCorruption() local 283 localLogWtf(logMsg); in onCorruption() 560 private static void localLog(String logMsg) { in localLog() argument 561 Log.d(TAG, logMsg); in localLog() 562 PhoneFactory.localLog(TAG, logMsg); in localLog() 565 private static void localLogWtf(String logMsg) { in localLogWtf() argument 566 Log.wtf(TAG, logMsg); in localLogWtf() 567 PhoneFactory.localLog(TAG, logMsg); in localLogWtf() 1994 String logMsg = "[getWritableDatabase]" + in getWritableDatabase() local 1999 Log.d(TAG, logMsg); in getWritableDatabase() [all …]
|
/aosp12/packages/modules/NetworkStack/src/android/net/ip/ |
H A D | IpReachabilityMonitor.java | 154 void notifyLost(InetAddress ip, String logMsg); in notifyLost() argument 371 final String logMsg = "FAILURE: LOST_PROVISIONING, " + event; 372 Log.w(TAG, logMsg); 376 mCallback.notifyLost(ip, logMsg);
|
H A D | IpClient.java | 314 public void onReachabilityLost(String logMsg) { in onReachabilityLost() argument 315 log("onReachabilityLost(" + logMsg + ")"); in onReachabilityLost() 317 mCallback.onReachabilityLost(logMsg); in onReachabilityLost() 683 logMsg(msg); in IpClient() 701 logMsg(msg); in IpClient() 715 logMsg(msg); in IpClient() 719 private void logMsg(String msg) { in IpClient() 1781 public void notifyLost(InetAddress ip, String logMsg) { in startIpReachabilityMonitor() 1782 mCallback.onReachabilityLost(logMsg); in startIpReachabilityMonitor()
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | InboundSmsHandler.java | 1907 protected void logWithLocalLog(String logMsg) { in logWithLocalLog() argument 1908 log(logMsg); in logWithLocalLog() 1909 mLocalLog.log(logMsg); in logWithLocalLog() 1917 protected void logWithLocalLog(String logMsg, long id) { in logWithLocalLog() argument 1918 log(logMsg, id); in logWithLocalLog() 1919 mLocalLog.log(logMsg + ", " + SmsController.formatCrossStackMessageId(id)); in logWithLocalLog() 1926 protected void logeWithLocalLog(String logMsg) { in logeWithLocalLog() argument 1927 loge(logMsg); in logeWithLocalLog() 1928 mLocalLog.log(logMsg); in logeWithLocalLog() 1936 protected void logeWithLocalLog(String logMsg, long id) { in logeWithLocalLog() argument [all …]
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/1/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 10 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/2/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 10 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/3/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 27 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/4/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 10 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/6/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 28 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/7/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 28 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/8/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 28 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/9/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 28 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/current/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 29 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/10/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 29 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/packages/modules/NetworkStack/common/networkstackclient/aidl_api/networkstack-aidl-interfaces/5/android/net/ip/ |
H A D | IIpClientCallbacks.aidl | 28 oneway void onReachabilityLost(in String logMsg); in onReachabilityLost() argument
|
/aosp12/system/chre/platform/slpi/ |
H A D | host_link.cc | 723 const uint8_t *logMsg; in sendLogMessage() member 729 logMessageData.logMsg = logMessage; in sendLogMessage() 734 HostProtocolChre::encodeLogMessages(builder, data->logMsg, in sendLogMessage() 747 const uint8_t *logMsg; in sendLogMessageV2() member 757 builder, data->logMsg, data->logMsgSize, data->numLogsDropped); in sendLogMessageV2()
|
/aosp12/frameworks/base/services/core/java/com/android/server/timezonedetector/ |
H A D | TimeZoneDetectorStrategyImpl.java | 270 String logMsg = "Configuration changed:" in updateConfiguration() local 273 mTimeZoneChangesLog.log(logMsg); in updateConfiguration() 275 Slog.d(LOG_TAG, logMsg); in updateConfiguration()
|
/aosp12/frameworks/base/services/core/java/com/android/server/timedetector/ |
H A D | TimeDetectorStrategyImpl.java | 752 String logMsg = "Set system clock using time=" + newTime in setSystemClockUnderWakeLock() local 758 Slog.d(LOG_TAG, logMsg); in setSystemClockUnderWakeLock() 760 mTimeChangesLog.log(logMsg); in setSystemClockUnderWakeLock()
|
/aosp12/frameworks/base/cmds/incident_helper/src/parsers/ |
H A D | SystemPropertiesParser.cpp | 91 Message logMsg(&logTable); in Parse() local 92 sysProp.addSubMessage(SystemPropertiesProto::LOG, &logMsg); in Parse()
|