Home
last modified time | relevance | path

Searched defs:PRINTF_FORMAT (Results 1 – 3 of 3) sorted by relevance

/external/libweave/third_party/chromium/base/
Dcompiler_specific.h139 #define PRINTF_FORMAT(format_param, dots_param) \ macro
142 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/libchrome/base/
Dcompiler_specific.h139 #define PRINTF_FORMAT(format_param, dots_param) \ macro
142 #define PRINTF_FORMAT(format_param, dots_param) macro
/external/wpa_supplicant_8/src/utils/
Dcommon.h337 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro
340 #define PRINTF_FORMAT(a,b) macro