Searched defs:PRINTF_FORMAT (Results 1 – 10 of 10) sorted by relevance
| /external/libchrome-gestures/include/ |
| D | compiler_specific.h | 23 #define PRINTF_FORMAT(format_param, dots_param) \ macro 26 #define PRINTF_FORMAT(format_param, dots_param) macro
|
| /external/libusb/msvc/ |
| D | config.h | 55 #define PRINTF_FORMAT(a, b) /**/ macro
|
| /external/libusb/Xcode/ |
| D | config.h | 34 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
| /external/libusb/android/ |
| D | config.h | 49 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
| /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/libusb/darwin/ |
| D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
| /external/cronet/base/ |
| D | compiler_specific.h | 117 #define PRINTF_FORMAT(format_param, dots_param) \ macro 120 #define PRINTF_FORMAT(format_param, dots_param) macro
|
| /external/libusb/windows/ |
| D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
| /external/libusb/linux/ |
| D | config.h | 130 #define PRINTF_FORMAT(a, b) __attribute__ ((__format__ (__printf__, a, b))) macro
|
| /external/wpa_supplicant_8/src/utils/ |
| D | common.h | 353 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b)))) macro 356 #define PRINTF_FORMAT(a,b) macro
|