/external/v8/src/wasm/ |
D | wasm-result.h | 38 void PRINTF_FORMAT(2, 3) error(const char* format, ...) { in error() 45 void PRINTF_FORMAT(2, 0) verror(const char* format, va_list args); 81 static Result<T> PRINTF_FORMAT(1, 2) Error(const char* format, ...) { in Error() 105 PRINTF_FORMAT(2, 3) void TypeError(const char* fmt, ...); 106 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...); 107 PRINTF_FORMAT(2, 3) void CompileError(const char* fmt, ...); 108 PRINTF_FORMAT(2, 3) void LinkError(const char* fmt, ...); 109 PRINTF_FORMAT(2, 3) void RuntimeError(const char* fmt, ...);
|
D | wasm-result.cc | 20 PRINTF_FORMAT(3, 0) 41 PRINTF_FORMAT(3, 4)
|
D | decoder.h | 184 void PRINTF_FORMAT(3, 4) errorf(const byte* pc, const char* format, ...) { in errorf()
|
/external/wpa_supplicant_8/src/utils/ |
D | wpa_debug.h | 76 PRINTF_FORMAT(2, 3); 188 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4); 203 PRINTF_FORMAT(3, 4); 219 PRINTF_FORMAT(3, 4); 234 PRINTF_FORMAT(3, 4); 248 PRINTF_FORMAT(3, 4); 262 PRINTF_FORMAT(3, 4); 290 const char *fmt, ...) PRINTF_FORMAT(5, 6);
|
D | wpabuf.h | 39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
|
D | common.h | 350 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 353 #define PRINTF_FORMAT(a,b) macro
|
/external/libchrome/base/strings/ |
D | stringprintf.h | 21 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT; 30 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT; 36 ...) PRINTF_FORMAT(2, 3); 47 ...) PRINTF_FORMAT(2, 3); 57 PRINTF_FORMAT(2, 0);
|
D | string_util.h | 36 PRINTF_FORMAT(3, 0); 45 ...) PRINTF_FORMAT(3, 4);
|
/external/u-boot/arch/arm/mach-uniphier/dram/ |
D | cmd_ddrmphy.c | 18 #define PRINTF_FORMAT "%2d" macro 20 #define PRINTF_FORMAT "%02x" macro 67 printf(FS PRINTF_FORMAT, (val >> i * 8) & 0x1f); in UNIPHIER_DEFINE_SOCDATA_FUNC() 109 printf(FS PRINTF_FORMAT, val & 0x7f); in zq_dump() 115 printf(FS PRINTF_FORMAT, val & 0xf); in zq_dump() 133 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump() 151 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump() 154 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump() 176 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump() 199 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump() [all …]
|
D | cmd_ddrphy.c | 19 #define PRINTF_FORMAT "%2d" macro 21 #define PRINTF_FORMAT "%02x" macro 82 printf(FS PRINTF_FORMAT, (val >> i * 6) & 0x3f); in UNIPHIER_DEFINE_SOCDATA_FUNC() 111 printf(FS "(+" PRINTF_FORMAT ")", in __wbdl_dump() 128 printf(FS "(+" PRINTF_FORMAT ")", in __rbdl_dump() 150 printf(FS PRINTF_FORMAT "%sT", wld, in __wld_dump() 173 printf(FS PRINTF_FORMAT "+%dT", dqsgd, dgsl); in __dqsgd_dump() 191 printf(FS PRINTF_FORMAT, (mdl >> (8 * i)) & 0xff); in __mdl_dump()
|
/external/v8/src/base/platform/ |
D | platform.h | 144 static PRINTF_FORMAT(1, 2) void Print(const char* format, ...); 145 static PRINTF_FORMAT(1, 0) void VPrint(const char* format, va_list args); 148 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...); 149 static PRINTF_FORMAT(2, 0) void VFPrint(FILE* out, const char* format, 155 static PRINTF_FORMAT(1, 2) void PrintError(const char* format, ...); 156 static PRINTF_FORMAT(1, 0) void VPrintError(const char* format, va_list args); 202 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length, 204 static PRINTF_FORMAT(3, 0) int VSNPrintF(char* str, int length,
|
/external/v8/src/ |
D | log-utils.h | 73 void PRINTF_FORMAT(2, 3) AppendFormatString(const char* format, ...); 91 int PRINTF_FORMAT(2, 0) 96 void PRINTF_FORMAT(2, 3) AppendRawFormatString(const char* format, ...);
|
D | utils.h | 1053 V8_EXPORT_PRIVATE void PRINTF_FORMAT(1, 2) PrintF(const char* format, ...); 1054 void PRINTF_FORMAT(2, 3) PrintF(FILE* out, const char* format, ...); 1057 void PRINTF_FORMAT(1, 2) PrintPID(const char* format, ...); 1060 void PRINTF_FORMAT(2, 3) PrintIsolate(void* isolate, const char* format, ...); 1064 int PRINTF_FORMAT(2, 3) SNPrintF(Vector<char> str, const char* format, ...); 1065 V8_EXPORT_PRIVATE int PRINTF_FORMAT(2, 0) 1550 void PRINTF_FORMAT(2, 3) AddFormatted(const char* format, ...); 1553 void PRINTF_FORMAT(2, 0) AddFormattedList(const char* format, va_list list);
|
D | isolate.h | 1510 PRINTF_FORMAT(2, 3) void PrintWithTimestamp(const char* format, ...);
|
/external/v8/src/base/ |
D | compiler-specific.h | 25 #define PRINTF_FORMAT(format_param, dots_param) \ macro 28 #define PRINTF_FORMAT(format_param, dots_param) macro
|
D | logging.h | 17 [[noreturn]] PRINTF_FORMAT(3, 4) V8_BASE_EXPORT V8_NOINLINE
|
/external/v8/src/profiler/ |
D | strings-storage.h | 30 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...); 45 PRINTF_FORMAT(2, 0)
|
/external/libchrome/base/ |
D | compiler_specific.h | 143 #define PRINTF_FORMAT(format_param, dots_param) \ macro 146 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/pdfium/third_party/base/ |
D | compiler_specific.h | 147 #define PRINTF_FORMAT(format_param, dots_param) \ macro 150 #define PRINTF_FORMAT(format_param, dots_param) macro
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_i.h | 75 PRINTF_FORMAT(2, 3);
|
/external/libbrillo/brillo/errors/ |
D | error.h | 50 ...) PRINTF_FORMAT(5, 6);
|
/external/v8/src/ast/ |
D | prettyprinter.h | 79 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 226 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 912 PRINTF_FORMAT(2, 3); 914 PRINTF_FORMAT(2, 3); 916 PRINTF_FORMAT(2, 3);
|
/external/v8/src/heap/ |
D | gc-tracer.h | 371 void PRINTF_FORMAT(2, 3) Output(const char* format, ...) const;
|