/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/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/apps/Gallery2/jni_jpegstream/src/ |
D | jpegstream.cpp | 48 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format); in OutputStream_setup() local 50 switch (fmt) { in OutputStream_setup() 69 int32_t errorFlag = w_ptr->setup(env, out, w, h, fmt, q); in OutputStream_setup() 109 Jpeg_Config::Format fmt = static_cast<Jpeg_Config::Format>(format); in InputStream_setup() local 111 switch (fmt) { in InputStream_setup() 124 int32_t errorFlag = r_ptr->setup(env, in, &w, &h, fmt); in InputStream_setup()
|
/packages/screensavers/Basic/src/com/android/dreams/basic/ |
D | Colors.java | 36 public static void LOG(String fmt, Object... args) { in LOG() argument 38 Log.v(TAG, String.format(fmt, args)); in LOG()
|
D | ColorsGLRenderer.java | 52 private static void LOG(String fmt, Object... args) { in LOG() argument 54 Log.v(TAG, String.format(fmt, args)); in LOG()
|
/packages/providers/CalendarProvider/ |
D | maketests.py | 16 def fmt(n): function 63 return m.group(1) + m.group(2) + m.group(3) + "T" + fmt(hour) \
|
/packages/services/Car/bluetooth/bt-map-service/ |
D | bt_hci_startup_issues.txt | 13804 <6>[ 8.892120] pipe used=1 mixer_num=0 stage=1 fmt=16
|