Searched refs:__format__ (Results 1 – 9 of 9) sorted by relevance
/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()
|
D | DumpWriter.h | 40 void println(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
|
/packages/modules/adb/ |
D | adb_utils.h | 53 [[noreturn]] void error_exit(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2))); 54 [[noreturn]] void perror_exit(const char* fmt, ...) __attribute__((__format__(__printf__, 1, 2)));
|
D | sysdeps.h | 255 __attribute__((__format__(__printf__, 2, 0))); 256 extern int adb_vprintf(const char* format, va_list ap) __attribute__((__format__(__printf__, 1, 0))… 258 __attribute__((__format__(__printf__, 2, 3))); 259 extern int adb_printf(const char* format, ...) __attribute__((__format__(__printf__, 1, 2)));
|
D | adb_io.h | 77 bool WriteFdFmt(borrowed_fd fd, const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
|
D | sysdeps_win32.cpp | 2745 __attribute__((__format__(__printf__, 3, 0)));
|
/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
D | deploy_patch_generator.h | 59 void Log(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3)));
|
/packages/modules/adb/client/ |
D | file_sync_client.cpp | 894 void Printf(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in Printf() 905 void Println(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in Println() 917 void Error(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in Error() 928 void Warning(const char* fmt, ...) __attribute__((__format__(__printf__, 2, 3))) { in Warning()
|
/packages/modules/Bluetooth/tools/rootcanal/py/ |
D | controller.py | 232 def __format__(self, format_spec: str) -> str: member in Any
|