Searched refs:PRINTF_FORMAT (Results 1 - 25 of 45) sorted by relevance

12

/external/libchrome/base/strings/
H A Dstringprintf.h21 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);
H A Dstring_util.h36 PRINTF_FORMAT(3, 0);
41 // function just so the PRINTF_FORMAT works.
45 ...) PRINTF_FORMAT(3, 4);
/external/v8/src/base/
H A Dcompiler-specific.h35 #define PRINTF_FORMAT(format_param, dots_param) \ macro
38 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/v8/src/profiler/
H A Dstrings-storage.h25 PRINTF_FORMAT(2, 3) const char* GetFormatted(const char* format, ...);
26 PRINTF_FORMAT(2, 0)
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dwpa_debug.h76 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);
H A Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/utils/
H A Dwpa_debug.h76 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);
H A Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dwpa_debug.h76 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);
H A Dwpabuf.h39 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
/external/v8/src/
H A Dlog-utils.h66 void PRINTF_FORMAT(2, 3) Append(const char* format, ...);
69 void PRINTF_FORMAT(2, 0) AppendVA(const char* format, va_list args);
/external/v8/src/wasm/
H A Dwasm-result.h95 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, ...);
/external/v8/src/base/platform/
H A Dplatform.h159 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/libchrome/base/
H A Dcompiler_specific.h152 #define PRINTF_FORMAT(format_param, dots_param) \ macro
155 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/pdfium/third_party/base/
H A Dcompiler_specific.h147 #define PRINTF_FORMAT(format_param, dots_param) \ macro
150 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/v8/src/crankshaft/
H A Dhydrogen-range-analysis.h25 PRINTF_FORMAT(2, 3) void TraceRange(const char* msg, ...);
H A Dlithium-codegen.h42 void PRINTF_FORMAT(2, 3) Comment(const char* format, ...);
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_server_i.h73 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_server_i.h73 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_server_i.h73 PRINTF_FORMAT(2, 3);
/external/libbrillo/brillo/errors/
H A Derror.h50 ...) PRINTF_FORMAT(5, 6);
/external/v8/src/ast/
H A Dprettyprinter.h65 void PRINTF_FORMAT(2, 3) Print(const char* format, ...);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h224 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h224 PRINTF_FORMAT(2, 3);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h224 PRINTF_FORMAT(2, 3);

Completed in 453 milliseconds

12