HomeSort by relevance Sort by last modified time
    Searched refs:PRINTF_FORMAT (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/chromeos/drive/
logging.h 20 logging::LogSeverity severity, const char* format, ...) PRINTF_FORMAT(2, 3);
  /external/chromium/base/
stringprintf.h 18 BASE_API std::string StringPrintf(const char* format, ...) PRINTF_FORMAT(1, 2);
24 PRINTF_FORMAT(1, 0);
29 PRINTF_FORMAT(2, 3);
36 PRINTF_FORMAT(2, 3);
45 PRINTF_FORMAT(2, 0);
compiler_specific.h 110 #define PRINTF_FORMAT(format_param, dots_param) \
113 #define PRINTF_FORMAT(format_param, dots_param)
string_util.h 54 PRINTF_FORMAT(3, 0);
67 // function just so the PRINTF_FORMAT works.
69 PRINTF_FORMAT(3, 4);
  /external/chromium_org/base/strings/
stringprintf.h 19 PRINTF_FORMAT(1, 2);
28 PRINTF_FORMAT(1, 0);
33 PRINTF_FORMAT(2, 3);
42 PRINTF_FORMAT(2, 3);
53 PRINTF_FORMAT(2, 0);
string_util.h 48 PRINTF_FORMAT(3, 0);
61 // function just so the PRINTF_FORMAT works.
63 PRINTF_FORMAT(3, 4);
  /external/chromium_org/chrome/browser/sync_file_system/
logger.h 29 PRINTF_FORMAT(3, 4);
  /external/wpa_supplicant_8/src/utils/
wpa_debug.h 67 PRINTF_FORMAT(2, 3);
177 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
192 PRINTF_FORMAT(3, 4);
208 PRINTF_FORMAT(3, 4);
222 PRINTF_FORMAT(3, 4);
243 const char *fmt, ...) PRINTF_FORMAT(5, 6);
wpabuf.h 38 void wpabuf_printf(struct wpabuf *buf, char *fmt, ...) PRINTF_FORMAT(2, 3);
common.h 356 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
359 #define PRINTF_FORMAT(a,b)
  /external/chromium_org/tools/android/forwarder2/
common.h 66 int Append(const char* format, ...) PRINTF_FORMAT(/* + 1 for 'this' */ 2, 3) {
  /external/chromium_org/base/
compiler_specific.h 156 #define PRINTF_FORMAT(format_param, dots_param) \
159 #define PRINTF_FORMAT(format_param, dots_param)
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 732 PRINTF_FORMAT(2, 3);
734 PRINTF_FORMAT(2, 3);
736 PRINTF_FORMAT(2, 3);

Completed in 374 milliseconds