Searched refs:dots_param (Results 1 – 2 of 2) sorted by relevance
/external/libweave/third_party/chromium/base/ |
D | compiler_specific.h | 139 #define PRINTF_FORMAT(format_param, dots_param) \ argument 140 __attribute__((format(printf, format_param, dots_param))) 142 #define PRINTF_FORMAT(format_param, dots_param) argument 148 #define WPRINTF_FORMAT(format_param, dots_param) argument
|
/external/libchrome/base/ |
D | compiler_specific.h | 139 #define PRINTF_FORMAT(format_param, dots_param) \ argument 140 __attribute__((format(printf, format_param, dots_param))) 142 #define PRINTF_FORMAT(format_param, dots_param) argument 148 #define WPRINTF_FORMAT(format_param, dots_param) argument
|