/packages/modules/Connectivity/staticlibs/native/tcutils/ |
D | logging.h | 28 static inline void ALOGE(const char *fmt...) { in ALOGE() 35 static inline void ALOGW(const char *fmt...) { in ALOGW() 42 static inline void ALOGI(const char *fmt...) { in ALOGI() 49 static inline void ALOGD(const char *fmt...) { in ALOGD()
|
/packages/modules/Connectivity/clatd/ |
D | logging.c | 31 void logmsg(int prio, const char *fmt, ...) { in logmsg() 46 void logmsg_dbg(int prio, const char *fmt, ...) { in logmsg_dbg() 54 void logmsg_dbg(__attribute__((unused)) int prio, __attribute__((unused)) const char *fmt, ...) {} in logmsg_dbg()
|
D | ipv6.c | 58 void log_bad_address(const char *fmt, const struct in6_addr *src, const struct in6_addr *dst) { in log_bad_address() 67 #define log_bad_address(fmt, src, dst) argument
|
/packages/modules/Bluetooth/system/test/headless/ |
D | log.h | 40 #define ASSERT_LOG(condition, fmt, args...) \ argument 47 #define LOG_CONSOLE(fmt, args...) \ argument
|
/packages/modules/Virtualization/libs/libvmbase/src/arch/aarch64/hvc/ |
D | trng.rs | 34 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 70 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 76 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/include/netdutils/ |
D | Log.h | 128 void log(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in log() 143 void info(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in info() 158 void warn(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in warn() 173 void error(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in error()
|
/packages/modules/Virtualization/libs/libvmbase/src/ |
D | rand.rs | 41 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 50 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/packages/modules/Virtualization/libs/bssl/error/src/ |
D | code.rs | 34 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 61 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 103 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 158 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 186 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/packages/providers/MediaProvider/src/com/android/providers/media/photopicker/util/ |
D | DateTimeUtils.java | 143 final RelativeDateTimeFormatter fmt = RelativeDateTimeFormatter.getInstance( in getTodayString() local 150 final RelativeDateTimeFormatter fmt = RelativeDateTimeFormatter.getInstance( in getYesterdayString() local
|
/packages/modules/Virtualization/libs/libvmbase/src/arch/aarch64/ |
D | rand.rs | 49 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 60 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
D | exceptions.rs | 50 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 96 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method 115 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/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/Bluetooth/system/stack/mmc/codec_server/ |
D | lc3_utils.h | 33 inline lc3_pcm_format MapLc3PcmFmt(Lc3Param_PcmFmt fmt) { in MapLc3PcmFmt()
|
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/ |
D | TextToSpeech.java | 115 void speak(String fmt, Object... args); in speak() 131 void ask(QuestionCallback callback, String fmt, Object... args); in ask()
|
/packages/modules/AdServices/shared/testing-libraries/device-side/java/com/android/adservices/mockito/ |
D | AbstractMocker.java | 34 protected final void logV(@FormatString String fmt, Object... args) { in logV()
|
D | AbstractStaticMocker.java | 40 protected final void logV(@FormatString String fmt, Object... args) { in logV()
|
/packages/modules/adb/client/ |
D | adb_client.cpp | 450 [[noreturn]] static void error_exit_va(int error, const char* fmt, va_list va) { in error_exit_va() 466 void error_exit(const char* fmt, ...) { in error_exit() 473 void perror_exit(const char* fmt, ...) { in perror_exit()
|
/packages/modules/Virtualization/libs/libhypervisor_backends/src/ |
D | error.rs | 52 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/packages/modules/Bluetooth/system/log/src/ |
D | vlog_android.cc | 28 void vlog(Level level, char const* tag, source_location location, std::string_view fmt, in vlog()
|
/packages/modules/Bluetooth/system/main/shim/ |
D | dumpsys.h | 22 #define LOG_DUMPSYS(fd, fmt, args...) \ argument
|
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/system/ |
D | SystemContextSingleton.java | 121 private static void logI(@FormatString String fmt, @Nullable Object... args) { in logI()
|
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/ |
D | DumpWriter.cpp | 62 void DumpWriter::println(const char* fmt, ...) { in println()
|
/packages/modules/Virtualization/libs/dice/open_dice/src/ |
D | error.rs | 45 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/packages/modules/Virtualization/guest/pvmfw/avb/src/ |
D | error.rs | 51 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
|
/packages/modules/Bluetooth/system/stack/mmc/test/mock/ |
D | mock_embdrv_lc3.cc | 76 int lc3_decode(struct lc3_decoder* decoder, const void* in, int nbytes, enum lc3_pcm_format fmt, in lc3_decode() 89 int lc3_encode(struct lc3_encoder* encoder, enum lc3_pcm_format fmt, const void* pcm, int stride, in lc3_encode()
|