Searched defs:fmt (Results 1 – 7 of 7) sorted by relevance
| /packages/apps/Bluetooth/jni/ |
| D | com_android_bluetooth_pan.cpp | 29 #define info(fmt, ...) ALOGI("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__) argument 30 #define debug(fmt, ...) \ argument 32 #define warn(fmt, ...) \ argument 34 #define error(fmt, ...) \ argument
|
| D | com_android_bluetooth_gatt.cpp | 32 #define info(fmt, ...) ALOGI("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__) argument 33 #define debug(fmt, ...) \ argument 35 #define warn(fmt, ...) \ argument 37 #define error(fmt, ...) \ 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 | 53 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
|