Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 25 of 90) sorted by relevance

1234

/packages/modules/Connectivity/staticlibs/native/tcutils/
Dlogging.h28 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/
Dlogging.c31 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()
Dipv6.c58 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/
Dlog.h40 #define ASSERT_LOG(condition, fmt, args...) \ argument
47 #define LOG_CONSOLE(fmt, args...) \ argument
/packages/modules/Virtualization/libs/libvmbase/src/arch/aarch64/hvc/
Dtrng.rs34 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/
DLog.h128 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/
Drand.rs41 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/
Dcode.rs34 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/
DDateTimeUtils.java143 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/
Drand.rs49 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
Dexceptions.rs50 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/
Ddefines.h107 #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/
Dlc3_utils.h33 inline lc3_pcm_format MapLc3PcmFmt(Lc3Param_PcmFmt fmt) { in MapLc3PcmFmt()
/packages/apps/Car/VoiceControl/src/com/android/car/voicecontrol/
DTextToSpeech.java115 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/
DAbstractMocker.java34 protected final void logV(@FormatString String fmt, Object... args) { in logV()
DAbstractStaticMocker.java40 protected final void logV(@FormatString String fmt, Object... args) { in logV()
/packages/modules/adb/client/
Dadb_client.cpp450 [[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/
Derror.rs52 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/packages/modules/Bluetooth/system/log/src/
Dvlog_android.cc28 void vlog(Level level, char const* tag, source_location location, std::string_view fmt, in vlog()
/packages/modules/Bluetooth/system/main/shim/
Ddumpsys.h22 #define LOG_DUMPSYS(fd, fmt, args...) \ argument
/packages/modules/AdServices/shared/libraries/device-side/java/com/android/adservices/shared/system/
DSystemContextSingleton.java121 private static void logI(@FormatString String fmt, @Nullable Object... args) { in logI()
/packages/modules/Connectivity/staticlibs/netd/libnetdutils/
DDumpWriter.cpp62 void DumpWriter::println(const char* fmt, ...) { in println()
/packages/modules/Virtualization/libs/dice/open_dice/src/
Derror.rs45 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/packages/modules/Virtualization/guest/pvmfw/avb/src/
Derror.rs51 fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { in fmt() method
/packages/modules/Bluetooth/system/stack/mmc/test/mock/
Dmock_embdrv_lc3.cc76 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()

1234