| /packages/modules/Bluetooth/system/gd/os/ |
| D | log.h | 52 #define LOG_VERBOSE(fmt, args...) \ argument 59 #define LOG_DEBUG(fmt, args...) \ argument 67 #define LOG_INFO(fmt, args...) ALOGI("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument 68 #define LOG_WARN(fmt, args...) ALOGW("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument 70 #define LOG_ERROR(fmt, args...) ALOGE("%s:%d %s: " fmt, __FILE__, __LINE__, __func__, ##args) argument 76 #define LOGWRAPPER(fmt, args...) VERBOSE_INFO(bluetooth, "bluetooth: %s:%d - %s: " fmt, \ argument 84 #define LOG_ALWAYS_FATAL(fmt, args...) \ argument 94 #define LOGWRAPPER(tag, fmt, args...) \ argument 136 #define LOGWRAPPER(fmt, args...) … argument 166 #define LOG_VERBOSE(fmt, args...) \ argument [all …]
|
| /packages/modules/Bluetooth/tools/rootcanal/emulator/include/ |
| D | log.h | 30 #define LOGWRAPPER(level, fmt, args...) \ argument 38 #define LOGWRAPPER(level, fmt, args...) \ argument 45 #define LOG_VERBOSE(fmt, args...) LOGWRAPPER(EMULATOR_LOG_VERBOSE, fmt, ##args); argument 46 #define LOG_DEBUG(fmt, args...) LOGWRAPPER(EMULATOR_LOG_DEBUG, fmt, ##args); argument 66 #define ASSERT_LOG(condition, fmt, args...) \ argument
|
| /packages/modules/Bluetooth/system/test/headless/ |
| D | log.h | 45 #define ASSERT_LOG(condition, fmt, args...) \ argument 52 #define LOG_CONSOLE(fmt, args...) \ argument
|
| /packages/modules/Bluetooth/android/app/jni/ |
| D | com_android_bluetooth_pan.cpp | 26 #define info(fmt, ...) ALOGI("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__) argument 27 #define debug(fmt, ...) \ argument 29 #define warn(fmt, ...) \ argument 31 #define error(fmt, ...) \ argument
|
| /packages/providers/MediaProvider/src/com/android/providers/media/photopicker/util/ |
| D | DateTimeUtils.java | 145 final RelativeDateTimeFormatter fmt = RelativeDateTimeFormatter.getInstance( in getTodayString() local 152 final RelativeDateTimeFormatter fmt = RelativeDateTimeFormatter.getInstance( in getYesterdayString() local
|
| /packages/inputmethods/LatinIME/native/jni/src/ |
| D | defines.h | 107 #define AKLOGE(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 108 #define AKLOGI(fmt, ...) printf(fmt "\n", ##__VA_ARGS__) argument 110 #define AKLOGE(fmt, ...) __android_log_print(ANDROID_LOG_ERROR, LOG_TAG, fmt, ##__VA_ARGS__) argument 111 #define AKLOGI(fmt, ...) __android_log_print(ANDROID_LOG_INFO, LOG_TAG, fmt, ##__VA_ARGS__) argument 167 #define AKLOGE(fmt, ...) argument 168 #define AKLOGI(fmt, ...) argument
|
| /packages/modules/adb/ |
| D | adb_utils.cpp | 352 [[noreturn]] static void error_exit_va(int error, const char* fmt, va_list va) { in error_exit_va() 368 void error_exit(const char* fmt, ...) { in error_exit() 375 void perror_exit(const char* fmt, ...) { in perror_exit()
|
| /packages/modules/Bluetooth/system/gd/rust/packets/ |
| D | custom_types.rs | 27 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 74 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /packages/modules/Bluetooth/tools/rootcanal/rust/src/ |
| D | packets.rs | 22 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method 62 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /packages/modules/Virtualization/libs/hyp/src/ |
| D | error.rs | 38 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /packages/modules/Virtualization/pvmfw/src/hvc/ |
| D | trng.rs | 34 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /packages/modules/Bluetooth/tools/rootcanal/emulator/src/ |
| D | log.cc | 56 const char* fmt, in __blue_write_to_file()
|
| /packages/modules/Virtualization/rialto/src/ |
| D | error.rs | 34 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /packages/modules/Bluetooth/system/main/shim/ |
| D | dumpsys.h | 23 #define LOG_DUMPSYS(fd, fmt, args...) \ argument
|
| /packages/modules/Virtualization/pvmfw/src/ |
| D | exceptions.rs | 31 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 69 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| D | rand.rs | 35 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| D | config.rs | 61 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 88 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /packages/screensavers/Basic/src/com/android/dreams/basic/ |
| D | Colors.java | 36 public static void LOG(String fmt, Object... args) { in LOG()
|
| /packages/modules/AdServices/sdksandbox/tests/manual-test-apps/SdkSandboxClient/src/com/android/sdksandboxclient/ |
| D | MainActivity.java | 386 private void toastAndLog(int logLevel, String fmt, Object... args) { in toastAndLog() 410 private void toastAndLog(Exception e, String fmt, Object... args) { in toastAndLog()
|
| /packages/modules/Bluetooth/system/gd/rust/linux/stack/src/ |
| D | uuid.rs | 84 fn fmt(&self, f: &mut Formatter) -> std::fmt::Result { in fmt() method 95 fn fmt(&self, f: &mut Formatter) -> std::fmt::Result { in fmt() method 103 fn fmt(&self, f: &mut Formatter) -> std::fmt::Result { in fmt() method
|
| /packages/modules/Connectivity/tests/cts/net/jni/ |
| D | NativeDnsJni.c | 26 #define LOGD(fmt, ...) \ argument
|
| /packages/modules/Virtualization/pvmfw/avb/src/ |
| D | error.rs | 45 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
| /packages/modules/Virtualization/virtualizationmanager/src/ |
| D | selinux.rs | 52 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { in fmt() method
|
| /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/modules/adb/tools/ |
| D | adb_usbreset.cpp | 53 static __attribute__((format(printf, 2, 3))) void PrintLibusbError(int err, const char* fmt, ...) { in PrintLibusbError()
|