/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/ |
H A D | AvrcpBipObexServer.java | 105 warn("onConnect - uuid didn't match. Not Acceptable"); in onConnect() 110 warn("onConnect - Something bad happened"); in onConnect() 146 warn("Received unknown type '" + type + "'"); in onGet() 218 warn("No image stored at handle '" + imageHandle + "'"); in handleGetImageThumbnail() 224 warn("Failed to serialize image"); in handleGetImageThumbnail() 250 warn("No image stored at handle '" + imageHandle + "'"); in handleGetImageProperties() 255 warn("Failed to get properties for known image"); in handleGetImageProperties() 283 warn("Received GetImage without an image handle"); in handleGetImage() 307 warn("Failed to serialize image with given format"); in handleGetImage() 347 warn("Failed to write entire response"); in sendResponse() [all …]
|
/aosp12/build/make/tools/warn/ |
H A D | other_warn_patterns.py | 26 def warn(name, severity, description, pattern_list): function 36 return warn('aapt', Severity.MEDIUM, description, pattern_list) 40 return warn('logtags', Severity.LOW, description, pattern_list) 44 return warn('asm', Severity.MEDIUM, description, pattern_list) 48 return warn('Kotlin', Severity.MEDIUM, description, 53 return warn('yacc', Severity.MEDIUM, description, pattern_list) 57 return warn('Rust', severity, description, 143 warn('Kotlin', Severity.MEDIUM, 'bundled Kotlin runtime',
|
/aosp12/frameworks/base/tools/stringslint/ |
H A D | stringslint.py | 55 def warn(tag, msg, actual, expected, color=YELLOW): function 73 warn(tag, msg, actual, expected, RED) 76 warn(tag, msg, actual, expected, CYAN) 160 warn(child, "Expanded string length is larger than CHAR LIMIT", 180 warn(child, "Ranges should use en dash glyph", 183 warn(child, "Phrases should use em dash glyph", 186 warn(child, "Only use single space between sentences", 189 warn(child, "Actions should use android:textAllCaps in layout; ignore if acronym", 192 warn(child, "Strings mentioning phones should have variants for tablets",
|
/aosp12/frameworks/base/services/tests/servicestests/test-apps/PackageParsingTestManifests/ |
H A D | Android.bp | 26 // aaptflags: ["--warn-manifest-validation"], 35 // aaptflags: ["--warn-manifest-validation"], 44 // aaptflags: ["--warn-manifest-validation"], 53 // aaptflags: ["--warn-manifest-validation"], 61 // aaptflags: ["--warn-manifest-validation"], 69 // aaptflags: ["--warn-manifest-validation"],
|
/aosp12/system/security/keystore2/src/ |
H A D | shared_secret_negotiation.rs | 96 log::warn!("Found unexpected keymaster instance: \"{}\"", name); in filter_map_legacy_km_instances() 97 log::warn!("Device is misconfigured. Allowed instances are:"); in filter_map_legacy_km_instances() 98 log::warn!(" * default"); in filter_map_legacy_km_instances() 99 log::warn!(" * strongbox"); in filter_map_legacy_km_instances() 182 log::warn!( in connect_participants() 214 log::warn!( in connect_participants() 260 log::warn!("{:?}", e); in negotiate_shared_secret() 261 log::warn!("Retrying in one second."); in negotiate_shared_secret()
|
H A D | watchdog.rs | 114 log::warn!("Keystore Watchdog report:"); in log_report() 115 log::warn!("Overdue records:"); in log_report() 121 log::warn!( in log_report() 131 log::warn!( in log_report() 151 log::warn!("Recursive watchdog record at \"{:?}\" replaces previous record.", index); in arm() 195 log::warn!("Deadline computation failed for WatchPoint \"{}\"", id); in watch_with_optional() 196 log::warn!("WatchPoint not armed."); in watch_with_optional()
|
/aosp12/system/netd/libnetdutils/include/netdutils/ |
H A D | Log.h | 153 void warn(const std::string& entry) { record(Level::WARN, entry); } in warn() function 155 void warn(const char entry[n]) { warn(std::string(entry)); } in warn() function 156 void warn(const LogEntry& entry) { warn(entry.toString()); } in warn() function 157 void warn(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in warn() function 164 warn(result); in warn()
|
/aosp12/system/extras/ext4_utils/ |
H A D | wipe.cpp | 57 warn("Discard failed\n"); in wipe_block_device() 63 warn("Writing zeros failed\n"); in wipe_block_device() 67 warn("Wipe via secure discard failed, used discard instead\n"); in wipe_block_device()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
H A D | AvrcpCoverArtManager.java | 177 warn("No client for " + device.getAddress()); in refreshSession() 194 warn("No client for " + device.getAddress()); in disconnect() 319 warn("No handle for UUID"); in downloadImage() 381 warn("Provided properties don't meet the spec. Requesting thumbnail format anyway."); in determineImageDescriptor() 433 warn(mDevice.getAddress() + ": GetImageProperties() failed - Handle: " + imageHandle in onGetImagePropertiesComplete() 442 warn(mDevice.getAddress() + ": Could not getImage() for " + imageHandle in onGetImagePropertiesComplete() 452 warn(mDevice.getAddress() + ": GetImage() failed - Handle: " + imageHandle in onGetImageComplete() 499 private void warn(String msg) { in warn() method in AvrcpCoverArtManager
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/ |
H A D | LastMileLogger.java | 138 mLog.warn("Failed to start event tracing: %").r(e.getMessage()).flush(); in enableTracing() 146 mLog.warn("Failed to stop event tracing: %").r(e.getMessage()).flush(); in disableTracing() 154 mLog.warn("Failed to read event trace: %").r(e.getMessage()).flush(); in readTrace() 179 mLog.warn("Failed to open free_buffer pseudo-file: %").r(e.getMessage()).flush(); in ensureFailSafeIsArmed()
|
/aosp12/bionic/libc/tools/ |
H A D | generate_notice.py | 16 def warn(s): function 22 warn(s) 146 warn("bad UTF-8 in %s" % path) 163 warn('no copyright notice found in "%s" (%d lines)' %
|
/aosp12/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | SoftPreconditions.java | 61 warn(tag, "Illegal argument", new IllegalArgumentException(msg), msg); in checkArgument() 101 warn(tag, "Null Pointer", new NullPointerException(msg), msg); in checkNotNull() 141 warn(tag, "Illegal State", new IllegalStateException(msg), msg); in checkState() 181 public static void warn(String tag, String prefix, Exception e, String msg) in warn() method in SoftPreconditions
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/gen/ |
H A D | warn.c | 35 warn(const char *fmt, ...) in warn() function 43 DEF_WEAK(warn);
|
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/ |
H A D | gradlew | 18 warn ( ) { function 101 warn "Could not set maximum file descriptor limit: $MAX_FD" 104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/extras/power_profile/camera_flashlight/ |
H A D | gradlew | 18 warn ( ) { function 101 warn "Could not set maximum file descriptor limit: $MAX_FD" 104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/extras/power_profile/gps_on/ |
H A D | gradlew | 18 warn ( ) { function 101 warn "Could not set maximum file descriptor limit: $MAX_FD" 104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/extras/power_profile/camera_avg/ |
H A D | gradlew | 18 warn ( ) { function 101 warn "Could not set maximum file descriptor limit: $MAX_FD" 104 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/sepolicy/tools/sepolicy-analyze/ |
H A D | neverallow.c | 14 static int warn; variable 115 if (warn) in read_typeset() 249 if (warn) in read_classperms() 267 if (warn && !classperms) in read_classperms() 340 if (warn) in read_classperms() 358 if (warn) { in read_classperms() 513 warn = 1; in neverallow_func()
|
/aosp12/packages/inputmethods/LatinIME/ |
H A D | gradlew | 18 warn ( ) { function 96 warn "Could not set maximum file descriptor limit: $MAX_FD" 99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/extras/simpleperf/demo/CppApi/ |
H A D | gradlew | 36 warn () { function 100 warn "Could not set maximum file descriptor limit: $MAX_FD" 103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
H A D | gradlew | 18 warn ( ) { function 96 warn "Could not set maximum file descriptor limit: $MAX_FD" 99 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/bt/gd/rust/link/src/acl/ |
H A D | fragment.rs | 10 use log::{error, info, warn}; 63 None => warn!("got continuation packet without pending reassembly"), in on_packet() 64 …Some(_) if self.remaining < payload.len() => warn!("remote sent unexpected L2CAP PDU - dropping en… in on_packet()
|
/aosp12/frameworks/base/startop/apps/ColorChanging/ |
H A D | gradlew | 36 warn () { function 100 warn "Could not set maximum file descriptor limit: $MAX_FD" 103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/aosp12/system/logging/logd/ |
H A D | LogTags.h | 87 bool RebuildFileEventLogTags(const char* filename, bool warn = true); 91 bool warn = false); 110 void ReadFileEventLogTags(const char* filename, bool warn = true);
|
/aosp12/frameworks/base/tests/TouchLatency/ |
H A D | gradlew | 36 warn () { function 100 warn "Could not set maximum file descriptor limit: $MAX_FD" 103 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|