/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 | 349 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 352 #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/v8/src/base/platform/ |
D | platform.h | 159 static PRINTF_FORMAT(1, 2) void Print(const char* format, ...); 160 static PRINTF_FORMAT(1, 0) void VPrint(const char* format, va_list args); 163 static PRINTF_FORMAT(2, 3) void FPrint(FILE* out, const char* format, ...); 164 static PRINTF_FORMAT(2, 0) void VFPrint(FILE* out, const char* format, 170 static PRINTF_FORMAT(1, 2) void PrintError(const char* format, ...); 171 static PRINTF_FORMAT(1, 0) void VPrintError(const char* format, va_list args); 236 static PRINTF_FORMAT(3, 4) int SNPrintF(char* str, int length, 238 static PRINTF_FORMAT(3, 0) int VSNPrintF(char* str, int length,
|
/external/v8/src/wasm/ |
D | wasm-result.h | 95 PRINTF_FORMAT(2, 3) void TypeError(const char* fmt, ...); 96 PRINTF_FORMAT(2, 3) void RangeError(const char* fmt, ...); 97 PRINTF_FORMAT(2, 3) void CompileError(const char* fmt, ...); 98 PRINTF_FORMAT(2, 3) void LinkError(const char* fmt, ...); 99 PRINTF_FORMAT(2, 3) void RuntimeError(const char* fmt, ...);
|
D | decoder.h | 226 void PRINTF_FORMAT(4, 5)
|
/external/v8/src/base/ |
D | compiler-specific.h | 35 #define PRINTF_FORMAT(format_param, dots_param) \ macro 38 #define PRINTF_FORMAT(format_param, dots_param) macro
|
D | logging.h | 16 extern "C" PRINTF_FORMAT(3, 4) V8_NORETURN V8_BASE_EXPORT
|
/external/v8/src/profiler/ |
D | strings-storage.h | 25 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...); 26 PRINTF_FORMAT(2, 0)
|
/external/v8/src/ |
D | log-utils.h | 66 void PRINTF_FORMAT(2, 3) Append(const char* format, ...); 69 void PRINTF_FORMAT(2, 0) AppendVA(const char* format, va_list args);
|
D | utils.h | 982 V8_EXPORT_PRIVATE void PRINTF_FORMAT(1, 2) PrintF(const char* format, ...); 983 void PRINTF_FORMAT(2, 3) PrintF(FILE* out, const char* format, ...); 986 void PRINTF_FORMAT(1, 2) PrintPID(const char* format, ...); 989 void PRINTF_FORMAT(2, 3) PrintIsolate(void* isolate, const char* format, ...); 993 int PRINTF_FORMAT(2, 3) SNPrintF(Vector<char> str, const char* format, ...); 994 int PRINTF_FORMAT(2, 0) 1491 void PRINTF_FORMAT(2, 3) AddFormatted(const char* format, ...); 1494 void PRINTF_FORMAT(2, 0) AddFormattedList(const char* format, va_list list);
|
D | log.h | 295 PRINTF_FORMAT(2, 3) void ApiEvent(const char* format, ...);
|
/external/libchrome/base/ |
D | compiler_specific.h | 152 #define PRINTF_FORMAT(format_param, dots_param) \ macro 155 #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/v8/src/crankshaft/ |
D | hydrogen-range-analysis.h | 25 PRINTF_FORMAT(2, 3) void TraceRange(const char* msg, ...);
|
D | lithium-codegen.h | 42 void PRINTF_FORMAT(2, 3) Comment(const char* format, ...);
|
D | lithium-allocator.h | 331 static PRINTF_FORMAT(1, 2) void TraceAlloc(const char* msg, ...);
|
/external/wpa_supplicant_8/src/tls/ |
D | tlsv1_server_i.h | 73 PRINTF_FORMAT(2, 3);
|
/external/libbrillo/brillo/errors/ |
D | error.h | 50 ...) PRINTF_FORMAT(5, 6);
|
/external/v8/src/ast/ |
D | prettyprinter.h | 65 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap_i.h | 224 PRINTF_FORMAT(2, 3);
|
/external/wpa_supplicant_8/src/p2p/ |
D | p2p_i.h | 899 PRINTF_FORMAT(2, 3); 901 PRINTF_FORMAT(2, 3); 903 PRINTF_FORMAT(2, 3);
|
/external/v8/src/heap/ |
D | gc-tracer.h | 374 void PRINTF_FORMAT(2, 3) Output(const char* format, ...) const;
|