Searched defs:warn (Results 1 - 7 of 7) sorted by relevance
/packages/apps/Dialer/tools/gradle/ |
H A D | gradlew | 18 warn ( ) { function 109 warn "Could not set maximum file descriptor limit: $MAX_FD" 112 warn "Could not query maximum file descriptor limit: $MAX_FD_LIMIT"
|
/packages/apps/TV/common/src/com/android/tv/common/ |
H A D | SoftPreconditions.java | 50 warn(tag, "Illegal argument", msg, new IllegalArgumentException(msg)); 77 warn(tag, "Null Pointer", msg, new NullPointerException(msg)); 105 warn(tag, "Illegal State", msg, new IllegalStateException(msg)); 141 public static void warn(String tag, String prefix, String msg, Exception e) method in class:SoftPreconditions
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
H A D | Log.java | 84 public void warn(Object message) { method in class:Log 88 public void warn(Object message, Throwable t) { method in class:Log
|
/packages/services/Telephony/src/org/apache/james/mime4j/ |
H A D | Log.java | 82 public void warn(Object message) { method in class:Log 86 public void warn(Object message, Throwable t) { method in class:Log
|
/packages/apps/Bluetooth/jni/ |
H A D | com_android_bluetooth_pan.cpp | 37 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
|
H A D | com_android_bluetooth_gatt.cpp | 38 #define warn(fmt, ...) ALOGW ("WARNING: %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro 1082 warn("gattClientWriteCharacteristicNative() ignoring NULL array"); 1107 warn("gattClientWriteDescriptorNative() ignoring NULL array");
|
/packages/apps/Messaging/build/gcheckstyle/ |
H A D | google-style-checker_deploy.jar | META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ... |
Completed in 903 milliseconds