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

  /external/chromium_org/base/strings/
stringprintf.h 19 PRINTF_FORMAT(1, 2) WARN_UNUSED_RESULT;
28 PRINTF_FORMAT(1, 0) WARN_UNUSED_RESULT;
33 PRINTF_FORMAT(2, 3);
42 PRINTF_FORMAT(2, 3);
53 PRINTF_FORMAT(2, 0);
string_util.h 46 PRINTF_FORMAT(3, 0);
51 // function just so the PRINTF_FORMAT works.
53 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 71 PRINTF_FORMAT(2, 3);
182 void wpa_msg(void *ctx, int level, const char *fmt, ...) PRINTF_FORMAT(3, 4);
197 PRINTF_FORMAT(3, 4);
213 PRINTF_FORMAT(3, 4);
228 PRINTF_FORMAT(3, 4);
242 PRINTF_FORMAT(3, 4);
263 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/chrome/browser/drive/
event_logger.h 48 PRINTF_FORMAT(3, 4);
  /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 165 #define PRINTF_FORMAT(format_param, dots_param) \
168 #define PRINTF_FORMAT(format_param, dots_param)
  /hardware/qcom/wlan/qcwcn/wifi_hal/
llstatscommand.h 45 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
48 #define PRINTF_FORMAT(a,b)
gscancommand.h 23 #define PRINTF_FORMAT(a,b) __attribute__ ((format (printf, (a), (b))))
26 #define PRINTF_FORMAT(a,b)
  /external/wpa_supplicant_8/src/tls/
tlsv1_server_i.h 70 PRINTF_FORMAT(2, 3);
  /external/wpa_supplicant_8/src/eap_server/
eap_i.h 203 PRINTF_FORMAT(2, 3);
  /external/wpa_supplicant_8/src/p2p/
p2p_i.h 787 PRINTF_FORMAT(2, 3);
789 PRINTF_FORMAT(2, 3);
791 PRINTF_FORMAT(2, 3);
  /external/wpa_supplicant_8/src/radius/
radius_server.c 347 PRINTF_FORMAT(2, 3);
    [all...]

Completed in 887 milliseconds