Searched defs:warn (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Dialer/tools/gradle/
H A Dgradlew18 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 DSoftPreconditions.java50 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 DLog.java84 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 DLog.java82 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 Dcom_android_bluetooth_pan.cpp37 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) macro
H A Dcom_android_bluetooth_gatt.cpp38 #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 Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 903 milliseconds