/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_pan.cpp | 35 #define info(fmt, ...) ALOGI ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) argument 36 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) argument 37 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARG… argument 38 #define error(fmt, ...) ALOGE ("## ERROR : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS… argument
|
D | com_android_bluetooth_gatt.cpp | 36 #define info(fmt, ...) ALOGI ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) argument 37 #define debug(fmt, ...) ALOGD ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__) argument 38 #define warn(fmt, ...) ALOGW ("WARNING: %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) argument 39 #define error(fmt, ...) ALOGE ("ERROR: %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) argument
|
/packages/inputmethods/LatinIME/native/jni/src/ |
D | defines.h | 105 #define AKLOGE(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 106 #define AKLOGI(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 108 #define AKLOGE(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__) argument 109 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__) argument 165 #define AKLOGE(fmt, ...) argument 166 #define AKLOGI(fmt, ...) argument
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | Colors.java | 36 public static void LOG(String fmt, Object... args) { in LOG()
|
D | ColorsGLRenderer.java | 52 private static void LOG(String fmt, Object... args) { in LOG()
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
D | jpegstream.cpp | 48 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format); in OutputStream_setup() local 109 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format); in InputStream_setup() local
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 16 def fmt(n): function
|